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

Support YOLOv2 #9

Closed
LucasMahieu opened this issue Dec 12, 2018 · 1 comment
Closed

Support YOLOv2 #9

LucasMahieu opened this issue Dec 12, 2018 · 1 comment

Comments

@LucasMahieu
Copy link

Did you plan to support YOLOv2 ?
If yes, do you know when ?
If no, do you know why ?
And what we could do to help to do it ?

Thanks

@simo23
Copy link
Owner

simo23 commented Dec 12, 2018

Hi,

no I did not plan to support YOLOv2 sorry. The reason is that I wanted the lightest network to perform detection, so I went for the tiny one. If you want to use YOLOv2 (or any other) it should be quite straightforward. You should:

  • download the cfg file and take a look at the architecture which is defined in there
  • change the architecture of the network in net.py (very few changes)
  • change the weights_loader.load() fn in the same way
  • download the new weights

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants