FewShotDetection
FewShotDetection copied to clipboard
IN test.py vis result
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]))