liuyizhuang
liuyizhuang
i have the same problem ,can you help me@Steffgroe Traceback (most recent call last): File "train_ssd.py", line 323, in device=DEVICE, debug_steps=args.debug_steps, epoch=epoch) File "train_ssd.py", line 116, in train for i,...
> > @Steffgroe you just need to change the 47 line of .../pytorch-ssd/vision/datasets/voc_dataset.py to > > self.class_names = ('BACKGROUND', 'person') > > Actually only this is required for creating a...
> @liuyizhuang , Adding to my previous comment, i have created a script which will create two new files (trainval_new.txt and test_new.txt) from the original (trainval.txt and test.txt) files. You...
> @liuyizhuang , Adding to my previous comment, i have created a script which will create two new files (trainval_new.txt and test_new.txt) from the original (trainval.txt and test.txt) files. You...
> As far as i know, this repo supports format like VOC and OpenImages. In case of VOC, the annotations will be in the form of xml, if the annotations...