Pytorch-yolov3: traini with my own data

Created on 14 Jun 2018  路  3Comments  路  Source: eriklindernoren/PyTorch-YOLOv3

Hi, i change the utils/datasets.py and some config
i also make a mini train dataset which include 8 images and labels.
but when i train with it , i find the loss is very big(total loss 1000 +),so i cant get the right result for detection.
so, is there some possible bug in training code?

Most helpful comment

i update to the new code
the loss is start to converge but still cant get the correct result

All 3 comments

i update to the new code
the loss is start to converge but still cant get the correct result

I tried this code on my own dataset. But the mAp is much lower than SSD. I don't know where the problem is. Moreover, I run the code on VOC2007, the result is not good.

Hi, let's keep training issues in #2.

Was this page helpful?
0 / 5 - 0 ratings