faster-rcnn.pytorch
faster-rcnn.pytorch copied to clipboard
after filtering, there are 0 images
Hi, I am trying to train my own dataset. I have already created my dataset similar to VOC2007. Annotations (in xml format), ImageSets etc. are also prepared according to VOC2007. But filter_roidb filters all images hence it prints "0 roidb entries". So, training could not start. Can you please help me ?
Hi, I also encountered that problem, did you solve it ?