It trained very fast and completed in about two or three hours. When I run test.py, the result is very poor,and nothing is detected in the image.
Mean Average Precision:0.0343
I don't know how to solve this problem, I really need your help, thank you in advance.
similar issue with coco dataset, I trained for 20 epochs and when I evaluate the model in COCO, no detections are found. how many iterations should we need?
I am looking at training this network from VOC & COCO as well. Can you post details on how you did the training @frothmoon and @lolongcovas?
I see in the original paper, you will probably want to train for many more epochs. See section 2.2 https://pjreddie.com/media/files/papers/yolo.pdf

My parameters are set as follows:
--epochs 100
--conf_thres 0.5
batch=32
subdivisions=4
momentum=0.9
learning_rate=0.001
md5-df3e9970e3e619dc4b5413afad0bc69d
[yolo]
ignore_thresh= .5
@nathantsoi
I want to train the code on pascal voc, so I want to know that is it very diffcult to traing on voc dataset? May be I need to adjust a lot of codes? Because my device is gtx1060 limited to train code on big dataset such as coco. Thank you
have you trained the model of yolov3 on pascal voc?
have you trained the model of yolov3 on pascal voc?
@frothmoon @lolongcovas @nathantsoi There was a bug in Darknet.save_weights that was fixed recently. There have also been some other major improvements made to the training support in general. Can you try with the current version?
@frothmoon @lolongcovas @nathantsoi There was a bug in
Darknet.save_weightsthat was fixed recently. There have also been some other major improvements made to the training support in general. Can you try with the current version?
I have tried with the current version, but I didn't know how many epochs should I training.
After training 100 epochs on VOC, the mAP get up to 0.10
So I tried continue training... Could you tell me how many epochs you training?
And on coco data, the result is worse!
after 28 epochs, the mAP is only 0.006 nearly zero.
Anyone have training successfully on voc or coco and get ideal mAP?
@frothmoon @lolongcovas @nathantsoi There was a bug in
Darknet.save_weightsthat was fixed recently. There have also been some other major improvements made to the training support in general. Can you try with the current version?I have tried with the current version, but I didn't know how many epochs should I training.
After training 100 epochs on VOC, the mAP get up to 0.10
So I tried continue training... Could you tell me how many epochs you training?
And on coco data, the result is worse!
after 28 epochs, the mAP is only 0.006 nearly zero.> Anyone have training successfully on voc or coco and get ideal mAP?
I want to train on VOC ,and I modified voc.data,voc.names and yolo.cfg.And I use voc_label.py to get 2007_train.text , 2007_test.text and so on.
When I run "python3 train.py --data_config config/voc.data --pretrained_weights weights/darknet53.conv.74", there are some errors:

Is there anything else that needs to be changed? Thank you
@frothmoon @lolongcovas @nathantsoi There was a bug in
Darknet.save_weightsthat was fixed recently. There have also been some other major improvements made to the training support in general. Can you try with the current version?I have tried with the current version, but I didn't know how many epochs should I training.
After training 100 epochs on VOC, the mAP get up to 0.10
So I tried continue training... Could you tell me how many epochs you training?
And on coco data, the result is worse!
after 28 epochs, the mAP is only 0.006 nearly zero.Anyone have training successfully on voc or coco and get ideal mAP?
I want to train on VOC ,and I modified voc.data,voc.names and yolo.cfg.And I use voc_label.py to get 2007_train.text , 2007_test.text and so on.
When I run "python3 train.py --data_config config/voc.data --pretrained_weights weights/darknet53.conv.74", there are some errors:
Is there anything else that needs to be changed? Thank you
You may have the wrong data path
@frothmoon @lolongcovas @nathantsoi There was a bug in
Darknet.save_weightsthat was fixed recently. There have also been some other major improvements made to the training support in general. Can you try with the current version?I have tried with the current version, but I didn't know how many epochs should I training.
After training 100 epochs on VOC, the mAP get up to 0.10
So I tried continue training... Could you tell me how many epochs you training?
And on coco data, the result is worse!
after 28 epochs, the mAP is only 0.006 nearly zero.
Anyone have training successfully on voc or coco and get ideal mAP?
Same problem,have u figure it out?
I closed this issue due to inactivity. Feel free to reopen for further discussion.
Most helpful comment
I have tried with the current version, but I didn't know how many epochs should I training.
After training 100 epochs on VOC, the mAP get up to 0.10
So I tried continue training... Could you tell me how many epochs you training?
And on coco data, the result is worse!
after 28 epochs, the mAP is only 0.006 nearly zero.
Anyone have training successfully on voc or coco and get ideal mAP?