FewShotDetection icon indicating copy to clipboard operation
FewShotDetection copied to clipboard

Report a Bug

Open Ze-Yang opened this issue 3 years ago • 1 comments

Hi, I think there might be a bug here, a strange break makes it only traverse one image before it get out of the for loop. Could you please have a check, thanks. https://github.com/YoungXIAO13/FewShotDetection/blob/78e95a32ec7b955e93fec5c17e7bdc6ebc01271c/lib/datasets/metadata_coco.py#L236

Ze-Yang avatar Dec 10 '20 13:12 Ze-Yang

Hi @Ze-Yang

This break is directly borrowed from the original file in Meta R-CNN.

You can remove it.

YoungXIAO13 avatar Dec 10 '20 15:12 YoungXIAO13