PRBonn / semantic-kitti-api

SemanticKITTI API for visualizing dataset, processing data, and evaluating results.
http://semantic-kitti.org
MIT License
783 stars 187 forks source link

Competition SemanticKITTI: Semantic Segmentation submission fail #120

Closed mellody11 closed 1 year ago

mellody11 commented 1 year ago

Hello, I prepared for every thing and run the code validate_submission.py and got the full tick

============ segmentation ============

  1. Checking filename.............. ✓
  2. Checking directory structure... ✓
  3. Checking file sizes............ ✓

However, when I summit on the website, it reports error with:

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/tmpYbVuqZ/run/program/evaluate_semantics.py", line 171, in assert(len(label_names) == len(pred_names)) AssertionError

I have no idea about where is the problem.

jbehley commented 1 year ago

it means that the number of submitted labels is not the same as we expect. (check that for each sequence that there are the same number of label file as bin files)

mellody11 commented 1 year ago

Thanks for your reply.

I have already get the result, Thank you.

completezealous commented 8 months ago

Thanks for your reply.

I have already get the result, Thank you.

I also encountered the same problem as you. How did you solve it