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
211 stars 33 forks source link

ValueError: too many values to unpack (expected 3) #40

Open Jaraxxus-Me opened 3 years ago

Jaraxxus-Me commented 3 years ago

Hi, thanks for your work. I implemented base training myself, and then fine-tune. I have run bash run/test_voc_first.sh and got this error randomly. ValueError: too many values to unpack (expected 3) The error happens in imdb.evaluate_detections(all_boxes, output_dir, **vars(args)). How to solve it ? Thanks!