Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About classification accuracy #1

Open
U-Help opened this issue Jan 9, 2022 · 1 comment
Open

About classification accuracy #1

U-Help opened this issue Jan 9, 2022 · 1 comment

Comments

@U-Help
Copy link

U-Help commented Jan 9, 2022

Hello, I'm confused that how you get the curve of classificaiton accuracy per class in inference.
Can you give me some suggestions or share the code?

@fcjian
Copy link
Owner

fcjian commented Mar 25, 2022

We first get the object features by applying the RoI-align to the FPN features based on the ground-truth bounding boxes. Then, we classify the object features with the classification head of R-CNN, and calculate the classification accuracy for each category.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants