YoungXIAO13 / FewShotDetection

(ECCV 2020) PyTorch implementation of paper "Few-Shot Object Detection and Viewpoint Estimation for Objects in the Wild"
http://imagine.enpc.fr/~xiaoy/FSDetView/
MIT License
210 stars 33 forks source link

train custom datasets show error! #37

Open lihuikenny opened 3 years ago

lihuikenny commented 3 years ago

There is such an error when training your own data set, but there is no problem in checking my own data: Traceback (most recent call last): File "train.py", line 292, in roidb = filter_class_roidb_flip(roidb, 0, imdb, base_num) File "/home/map/lihui44/FewShotDetection/lib/roi_data_layer/roidb.py", line 162, in filter_class_roidb_flip assert (boxes[:, 2] >= boxes[:, 0]).all()

If I comment out assert, another error will appear, Do you know the reason?

lihuikenny commented 3 years ago

pretrained model don`t doneload,could you please privided another link to me? thanks