Open diut-hua opened 1 year ago
thank you for your reply! but after i delete 'bd_pts0', there is another error appears:
Traceback (most recent call last):
File "main.py", line 65, in
Thansk a lot!
I also encountered the same problem: ValueError: too many values to unpack (expected 2) How did you ultimately solve it?
Thanks for you code, when i eval the model, this error appears: Traceback (most recent call last): File "main.py", line 65, in
ctrbox_obj.evaluation(args, down_ratio=down_ratio)
File "E:\Polar-master\eval.py", line 40, in evaluation
File "E:\Polar-master\func_utils.py", line 97, in write_results pts0, scores0 = decode_prediction(predictions, dsets, args, img_id, down_ratio) ValueError: too many values to unpack (expected 2)
This happens in the evaluation process too, can you give some suggestions?