ivangrov / YOLOv3-Series

Code accompanying YOLOv3 series I have created on YouTube
66 stars 70 forks source link

calc_anchors/training yolov3_tiny #3

Open ghost opened 5 years ago

ghost commented 5 years ago

Hello all: I tried to estimate the anchors by this command "darknet.exe detector calc_anchors data/obj.data -num_of_clusters 6 -width 416 -height 416". The command was run but without any computation and information. on the other hand, I trained the yolov3-tiny (via the original anchors) on my custom dataset until my avg loss reached to 0.001 and surprisingly found that the trained net could not detect anything. Could you please advise me within these questions? Best, Ghasem image

PrakharPrashantSingh commented 5 years ago

i don't even find darknet.exe file in my darknet folder, can anyone suggest me anyway out of it.

Thanks