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

Question on radius-15 circle of the Pointing Game #6

Open
kmbmjn opened this issue Nov 27, 2020 · 0 comments
Open

Question on radius-15 circle of the Pointing Game #6

kmbmjn opened this issue Nov 27, 2020 · 0 comments

Comments

@kmbmjn
Copy link

kmbmjn commented Nov 27, 2020

Thanks for sharing the great code.
I am implementing the Pointing Game.
I got a question while looking at the code of the pointing game for the coco dataset in excitationBP/eval_coco.py.

In the paper, if the maximum point is on the segmentation mask in the coco dataset, it is defined as a hit.
In the code, a circle with a radius of 15 around the maximum point is created. The hit is defined by checking whether the circle and the segmentation mask polygon are intersected.
Meanwhile, the VOC dataset consists of rectangle bounding boxes, not segmentation mask polygons.
Should I make a circle with a radius-15 of around the maximum point for the VOC dataset to see if they overlap? Or did you take a method other than the radius-15 circle for the VOC dataset?

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

1 participant