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

“Execution time limit exceeded!” occur #153

Closed Wachemanston closed 3 months ago

Wachemanston commented 3 months ago

Hi, thanks for providing the LiDAR dataset. I submitted the test predictions for single scan semantic segmentation but got the error - “Execution time limit exceeded!” I also tried to submit the same file (em0729.zip) for the multi-scans task, but I could get the result. Could you please help solve this problem?

Thank you! My CodaLab username: ysli

The failure for single scan task: image

The success in multi-scans task: image

jbehley commented 3 months ago

thanks for the message; as we are relying on the workers from Codalab, it might be that they changed something with the cloud servers that run docker, which now seem to reach the execution limit (scoring did only 90% of the data); I currently increased the execution limit and it seems to be working for your submission (that I just started again).

Let me know if this resolved your issue.

Wachemanston commented 3 months ago

Yes, now the status looks great. Thanks for your speedy reply and work!