ShuangXieIrene / ssds.pytorch

Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.
MIT License
571 stars 167 forks source link

voc dataset #71

Closed JensenHJS closed 4 years ago

JensenHJS commented 4 years ago

when I train mobilnet_yolo,it seems the train datasets contain 1035 pictures. And I find train sets are 2007 2012 trainval in the yml file. I search all trainval.txt in data folder. No one contains 1035 pictures. So,there must be a txt file ,it lists all the train picture. How to print the location of the txt file. I haven't read the code in detail.