darknet icon indicating copy to clipboard operation
darknet copied to clipboard

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

Open aidevmin opened this issue 1 year ago • 2 comments

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.

aidevmin avatar Aug 13 '23 15:08 aidevmin

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

stephanecharette avatar Aug 13 '23 16:08 stephanecharette

@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?

aidevmin avatar Aug 13 '23 16:08 aidevmin