Closed WYRTDCQ closed 1 year ago
Please check that you have completely downloaded all files:
It seems like that you are missing at least one file in sequence/13/predictions/
. The validate script just checks if there is for every scan in the velodyne
folder a corresponding file. Thus, if you are missing files in the velodnye
folder of the test sequences it will pass, but still have errors on the Codalab server.
Not that failed attempts don't count towards the limit of 10 submissions on the testset.
Thank you very much for your quick answer.
I Participated in semanticKITTTTI segmentation in codalab https://codalab.lisn.upsaclay.fr/competitions/6280. The result zip file has passed the validation of validate_submission.py in SemanticKITTI API. But when I submit the zip file to codalab, page display error: File "/tmp/codalab/tmpTsCyFj/run/program/evaluate_semantics.py", line 171, in
assert(len(label_names) == len(pred_names))
AssertionError
This error indicates that the number of labels and the number of predicted results are different, but after testing locally, the number of both is the same.
Why would an error be reported when uploading to the codalab?