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

IN test.py vis result #46

Open Gaotianhong opened 2 years ago

Gaotianhong commented 2 years ago

im = cv2.imread(imdb.image_path_from_index(int(data[4]))

should Convert To:

im = cv2.imread(imdb.image_path_from_index(imdb.image_index[i]))