chuanqi305 / MobileNet-SSD

Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
MIT License
2k stars 1.18k forks source link

Where is this SSD README file located and how to convert the annotation.xml file into annotation.txt? #171

Open Samjith888 opened 4 years ago

Samjith888 commented 4 years ago

I have annotated each images in train and validation directory by using LabelImg tool. Hence i got xml files for each images. how can i convert it into train.txt and test.txt for creating LMDB ?

@chuanqi305 please do consider this