quangnhat185 / darknet_for_colab

Darknet repository for training YOLOv4 on Google Colab with Custom Dataset
MIT License
31 stars 57 forks source link

is it possible to train YOLOv3? #1

Closed fm64hylian closed 1 year ago

fm64hylian commented 3 years ago

Hi, thank you for creating this repository. I am following this tutorial and I am aware that this may be a little out of scope for this repository, but since YOLOv4 is still quite new, I am having trouble finding compatibility to convert YOLO4 weights to a mlmodel, so I wanted to know if it's possible to train YOLOv3 using this similar colab and replacing conv.137 by darknet53.conv.74 and using a yolo3.cfg file, using the same detect command

!./darknet detector train data/yolov3.data cfg/yolov3.cfg darknet53.conv.74 -map -dont_show

or would it be better to use the original AlexeyAB repository?

Thank you.

nagasanjay commented 3 years ago

yes, you can... It is the same...