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

Questions on the evaluation code for "Task I - Text Localization" #6

Open
alwc opened this issue Nov 1, 2018 · 1 comment
Open

Comments

@alwc
Copy link

alwc commented Nov 1, 2018

According to the RCTW-17 paper on arXiv, it says,

A detection is matched to a groundtruth and marked as true
positive if 1) IoU is over 0.5 and 2) the groundtruth is not
matched to another detection. When multiple detections are
matched to the same groundtruth, we only pick the one with
the highest IoU.

In the code eval_task1.py I don't see the part when multiple detections are matched to the same groundtruth, it only pick the one with the highest IoU. Right now it seems the code only match criteria 1), but not 2).

@WeihongM
Copy link

same question, is the evaluate code wrong? @bgshih

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