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

maybe bugs in eval.py #42

Open
huohuotm opened this issue Dec 20, 2019 · 0 comments
Open

maybe bugs in eval.py #42

huohuotm opened this issue Dec 20, 2019 · 0 comments

Comments

@huohuotm
Copy link

huohuotm commented Dec 20, 2019

Hi @toandaominh1997
thanks for sharing the code, I had few queries:

  1. in eval.py, eval_voc function, when computing mAP, first for loop class, then for loop images.
    Shouldn't this line for i in range(valid_dataset.__num_class__()) be for i in range(len(valid_dataset)) ?
    截屏2019-12-20下午5 41 51

  2. when definevalid_dataset, used the default image_sets=[('2007', 'trainval'), ('2012', 'trainval')]. Shouldn't be [('2007', 'test')] ?
    截屏2019-12-20下午5 40 11

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