ECCV 2022 Workshop SSLAD Track 2 - 3D Object Detection Forum

Go back to competition Back to thread list Post in this thread

> Error when submit test result.pkl

Hello, I met the error below when uploading the test set result.pkl
------------------------------------------------------------------------------------------
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
Traceback (most recent call last):
File "/tmp/codalab/tmpItdCcT/run/program/evaluate.py", line 462, in
main()
File "/tmp/codalab/tmpItdCcT/run/program/evaluate.py", line 451, in main
result_info, result_dict = get_evaluation_results(gt_data, pred_data, ['Car', 'Bus', 'Truck', 'Pedestrian', 'Cyclist'], True)
File "/tmp/codalab/tmpItdCcT/run/program/evaluate.py", line 43, in get_evaluation_results
assert len(gt_annos) == len(pred_annos), "the number of GT must match predictions"
AssertionError: the number of GT must match predictions
-------------------------------------------------------------------------------------------
This error normally caused by prediction frames not matching the GT frames.
I am using 15858 framse of test set, I think there is something wrong with my inference process, especially at filtering the frames.

Can you give me some instructions about producing the correct results?

Posted by: declk @ Feb. 28, 2023, 7:06 a.m.
Post in this thread