yolov4-leaky training #7941
Unanswered
dilsadunsal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to train my own dataset with Yolov4-Leaky model.
I downloaded weight file (yolov4-leaky.weights) from https://github.com/AlexeyAB/darknet/wiki/YOLOv4-model-zoo
I am working on Windows and use this command to train;
darknet.exe detector train data/obj.data cfg/yolov4-leaky.cfg yolov4-leaky.weights -map
But the training does not work correctly.
Here is ss for chart:
How can I do training?
Beta Was this translation helpful? Give feedback.
All reactions