0

I was trying to train the mobilenet ssd for some coco images. I ran into this issue. I have tried to split he dataset and split the dataset based on my knowledge of VOC2007 and VOC2012 format. But i am still running into issues. I request my fellows to help me solve this problem and if possible please link the code to split the dataset in this format "data/VOCdevkit/VOC2007/ImageSets/Main" where it generates train val test and trainval for each dataset. I am linking the github repo mobilenet ssd repo.

Thank You

this is my training script with arguments which i ran in the cloned repository folder python3 train_ssd_VOC.py --datasets /home/vinay/DS/data/VOCdevkit/VOC2007/ --lr 0.01 --validation_dataset /home/vinay/DS/data/VOCdevkit/VOC2007/

0 Answers0