leeyoshinari / YOLO_v2

The implementation of YOLO v2 with TensorFlow
GNU General Public License v3.0
80 stars 38 forks source link

is it possible to train from scratch? #2

Closed leadcain84 closed 6 years ago

leadcain84 commented 6 years ago

Thanks you for source code.

In the loss function, warm-up method is not implemented.

are you try to train from the scratch without pre-trained weight?

leeyoshinari commented 6 years ago

I tried to train from scratch, but the precision of model was very low. If you train well, we can exchange experiences.