Open hadign20 opened 3 years ago
try regular cmd. or do: .\data\blabla as powershells paths are different
@haviduck thank you. It was a path problem. I changed the command to:
darknet.exe detector train data/obj.data cfg/yolo-obj.cfg yolov4.conv.137
and it worked.
I am trying to train yolov4 on a custom dataset. I have followed all the steps. But when I try the command below:
darknet.exe detector train data/obj.data yolo-obj.cfg yolov4.conv.137
nothing happens:
After building the Darknet.sln I have something like this:
I tried to add some dll files, but didn't help.
How can I make the training start?