yanx27 / 2DPASS

2DPASS: 2D Priors Assisted Semantic Segmentation on LiDAR Point Clouds (ECCV 2022) :fire:
MIT License
404 stars 52 forks source link

AssertionError: Error: Array for predictions must be between 1 and 16 (inclusive). #45

Open q5390498 opened 1 year ago

q5390498 commented 1 year ago

the nuscenes online eval prediction must be between 1-16, but I see the model prediction is between 0-16, how should I process the prediction 0? or I made some mistakes? looking forward to your reply.

Someone-sleeping commented 1 year ago

I have same problem too. Have you solved it?