-
Notifications
You must be signed in to change notification settings - Fork 33
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
Plot result #13
Comments
You can plot and save the figure with matplotlib, for example:
|
How do I generate |
@iumyx2612 |
I was able to produce Classification score map, but how do you get the IoU score map? There's no IoU branch in TOOD |
The IoU score map is computed between the predicted bounding boxes and the GT bounding box. |
Thank you so much!!! |
Did you produce the plot result? Can you share me a link? |
I want to make a comparison with my model. Can you tell me the name of this picture? |
Sorry I didn't upload it to anywhere, here's my code
|
How can we visualise heatmaps??? for instance in ceneternet i want to visualize the heatmaps of its output |
Hi, thanks for your wonderful work, I have a question how do you plot the detection result in Figure1? especially the prediction score map and localization map.
The text was updated successfully, but these errors were encountered: