wizyoung / YOLOv3_TensorFlow

Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.
MIT License
1.55k stars 580 forks source link

Can this model be trained from scratch? #179

Open jubick1337 opened 4 years ago

jubick1337 commented 4 years ago

I would like to not use pretrained DarkNet53 but i doesn't seem like i can do it. Is it possible?