eriklindernoren / PyTorch-YOLOv3

Minimal PyTorch implementation of YOLOv3
GNU General Public License v3.0
7.33k stars 2.63k forks source link

VOC train #521

Open risemeup opened 4 years ago

risemeup commented 4 years ago

I want to train on VOC dataset.The train parts are voc2007_train and voc2012_trian, The Validation parts are voc2007_val and voc2012_val.Is right?How ablout map?Thank you.

cxjaicj commented 4 years ago

I want to train on VOC dataset.The train parts are voc2007_train and voc2012_trian, The Validation parts are voc2007_val and voc2012_val.Is right?How ablout map?Thank you.

Do you have VOC pre-training weights? Can you share with me? Thank you