Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aidevmin opened this issue Aug 13, 2023 · 2 comments
Open

Comments

@aidevmin
Copy link

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
Copy link
Collaborator

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

@aidevmin
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants