FewShotDetection icon indicating copy to clipboard operation
FewShotDetection copied to clipboard

IN test.py vis result

Open Gaotianhong opened this issue 2 years ago • 0 comments

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]))

Gaotianhong avatar Jul 10 '22 10:07 Gaotianhong