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

how to train yolov3 #1

Open
wangce888 opened this issue Sep 20, 2018 · 1 comment
Open

how to train yolov3 #1

wangce888 opened this issue Sep 20, 2018 · 1 comment

Comments

@wangce888
Copy link

No description provided.

@Robinatp
Copy link
Owner

Robinatp commented Sep 20, 2018

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!

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

2 participants