psyanglll

Results 2 comments of psyanglll

Change your custom dataset to voc format. then change the voc0712.py :VOC_CLASS. config.py:change the path for your dataset. trian_RFB.py: if args.dataset == 'VOC': train_sets = [('2007', 'trainval'), ('2012', 'trainval')] cfg...