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

Hove you tried training with VOC dataset? #3

Open
wkentaro opened this issue Feb 19, 2017 · 4 comments
Open

Hove you tried training with VOC dataset? #3

wkentaro opened this issue Feb 19, 2017 · 4 comments

Comments

@wkentaro
Copy link

I'd like to know if the accuracy was also reproduced.
Have you tried this?

@naoto0804
Copy link

naoto0804 commented Feb 28, 2017

I've modified the code and tried testing performance on VOC2007-test, but the mAP was 74.2 on 416x416 input, 0.45 nms thresh, 0.005 detection thresh (all parameters are written in the original paper. Original mAP was 76.8).
I can't figure out what's wrong, do you have any suggestions?
https://github.com/naoto0804/YOLOv2/blob/voc/test.py

@wkentaro
Copy link
Author

@naoto0804 Thank you for sharing the info.
Currently I'm wondering why the pad parameters are different among Chainer/darknet implementations.
In Chainer one it has pad=0: https://github.com/leetenki/YOLOv2/blob/master/yolov2.py#L28, but darknet has all pad=1.

@Breakend
Copy link

@naoto0804 as in you tried to train using this code or simply load in the weights from darknet?

@naoto0804
Copy link

naoto0804 commented Dec 29, 2017

@Breakend Sorry for my extremely late reply! I tried to simply load the weights from darknet and tested.

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

3 participants