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

Could you tell me why did you evaluate the image which has more than 1 person ? #10

Open
LEESEYUN opened this issue May 9, 2018 · 0 comments

Comments

@LEESEYUN
Copy link

LEESEYUN commented May 9, 2018

in your test.py file

for idx, (a, b) in enumerate(zip(gt, dt)):
if len(a)>0: <-----------------------

Why did you evaluate the images which have more than 1person ?

I evaluate the test2017 set which contains the zero persons image but AP is 58. xx ...
But in your eval code this weight file shows AP 66

And how can I get the 63 AP in coco test _dev set that is in your paper ?

I test your pretrained model in COCO test_dev_2017 but I got the 58.xx ..

Thank you for your reply

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