You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: