wizyoung / YOLOv3_TensorFlow

Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to train from scratch?

jackyetz opened this issue · comments

When training, a restore file need as "yolov3.ckpt".
How can I train it from scratch, building a model using init parameters, without restoring such a pretrained saving point.