PyTorch-YOLOv3 icon indicating copy to clipboard operation
PyTorch-YOLOv3 copied to clipboard

train on COCO but precision,recall and cls_acc Value has not changed it always 0

Open MRZWD opened this issue 5 years ago • 3 comments

I tried this command python3 train.py --data_config config/coco.data --pretrained_weights weights/darknet53.conv.74

but get some worry. why the recall,precision,cls_acc values is always 0. image

MRZWD avatar Dec 23 '19 10:12 MRZWD

Hello! Have you figured out why such case exists? I got the same problem training on a subset of 16 coco images.

dakdouky avatar Feb 17 '20 12:02 dakdouky

I got the same problem.

xiaoyuzhu666 avatar Mar 24 '20 05:03 xiaoyuzhu666

I have a similar problem, my cls_acc is not 0% but just around 15~20%. The same thing is my recall and precision remain 0 after 4k steps, while loss seems not change (about 16~20)

Chauncy-Cai avatar Mar 24 '20 10:03 Chauncy-Cai