-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when submit result to semantic scene completion benchmark #26
Comments
Hi @sj-li, Thanks for reporting this issue and I looked into this. Your submission file is unfortunately to large. You have to provide only the predictions for the scans in the testset. (A submission is something around 120-150 MB zipped and 16 GB unzipped.) Please ensure that the file containes only labels for the files from the testset, i.e., I will modify the verification script to check that a zip file contains only the necessary files. |
Please consult the official zip file: http://www.semantic-kitti.org/assets/data_odometry_voxels.zip The test set contains every 5th scan. Therefore your I updated the validation script to handle these cases. |
I deleted your failed submissions on Codalab, since it was an issue from our side. Hope that helps. |
Got it! I will try it now. And I have another question, I see in evaluation code, you use:
But my predictions already only contains [0 : n_classes -1], So I need to adjust label by myself? |
The submission should contain our original labels (car = 10, etc.). How you map the data for training is an implementation issue that you have to figure out. We expect to get the original label ids, therefore you have to remap the labels before submission. |
Thanks for your help, I submit successful ;) |
Hi:
I submit my result to semantic scene completion, but get following erroe:
However, my zip file pass through the test by the script offered by you.
What should I do?
The text was updated successfully, but these errors were encountered: