Open aidevmin opened 1 year ago
See the FAQ for the recommended training command: https://www.ccoderun.ca/programming/darknet_faq/#training_command
@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?
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
Is this command correct? Thanks.