You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: