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
Sorry, I don't implement train code,It just inference the model by tensorflow because this project converts the darknet weight of c fomat to the ckpt of tensorflow fomat by a single python script directly without any other modify.
If you want train yolov3, I suggest you follow the command of following website
Training YOLO on VOC [https://pjreddie.com/darknet/yolo/]
main steps:
1,label the box
2,generate Labels for VOC and modify some config file
3,train and save weight
4, run my python script generate *.pb which convert darknet to tensorflow!
No description provided.
The text was updated successfully, but these errors were encountered: