hank-ai / darknet

Darknet/YOLO object detection framework
https://darknetcv.ai/
Apache License 2.0
248 stars 36 forks source link

What is difference between yolov4.weights and yolov4_conv_137.weights? #4

Open aidevmin opened 1 year ago

aidevmin commented 1 year ago

What is difference between yolov4.weights and yolov4_conv_137.weights? And I want to fine tuning YOLOv4 model on my dataset with no_classes=4, so which way should I use?

Anh I will use command

./darknet detector train ./my_data.data yolov4_custom.cfg <path-to-weights> -dont_show -clear

Is this command correct? Thanks.

stephanecharette commented 1 year ago

See the FAQ for the recommended training command: https://www.ccoderun.ca/programming/darknet_faq/#training_command

aidevmin commented 1 year ago

@stephanecharette Thanks. FAQ for scratch training. I want to use pre-trained weights. And my another question is: What is difference between yolov4.weights and yolov4_conv_137.weights? and what should I use?