YOLO_Tensorflow icon indicating copy to clipboard operation
YOLO_Tensorflow copied to clipboard

how to train yolov3

Open wangce888 opened this issue 5 years ago • 1 comments

wangce888 avatar Sep 20 '18 03:09 wangce888

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!

Robinatp avatar Sep 20 '18 03:09 Robinatp