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

How to draw correlation curve about IoU score and classification score? #19

Open
black12357 opened this issue Dec 17, 2020 · 3 comments

Comments

@black12357
Copy link

Thank you for your great work!
I wonder whether you can share the idea about how to make statistics of IoU score and classification score to draw the correlation curve in figure 2.b of your paper?

If it's possible, could you share the code?
Thank you so much!

@implus
Copy link
Owner

implus commented Dec 17, 2020

An easy and simple way to get the statistics of IoU score and classification score is:

  1. log the statistics to some txt files by writing codes in function loss_single() of https://github.com/implus/GFocal/blob/master/mmdet/models/anchor_heads/gfl_head.py
  2. run training command to get these txt files filled with the information you need

The code is easy to implement.

@black12357
Copy link
Author

Thank you for your help! I already tried it and get success.

@pauliustumas
Copy link

Thank you for your help! I already tried it and get success.

Any sample code?

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

3 participants