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

SemanticKITTI Instance Labels #14

Closed kelvin95 closed 5 years ago

kelvin95 commented 5 years ago

Hi,

Thanks for preparing/releasing this dataset!

Based on the APIs provided, it looks like SemanticKITTI has instance labels. However, this is not described in the paper. Could you speak to what the labeling policy for instance labels is, and if they are reliable for use?

Thanks! Kelvin

jbehley commented 5 years ago

You're right. Surprise! We also provide instance labels for cars, trucks, other-vehicle, pedestrian, bicyclist, bicycle, motorcycle (including moving (!!!) and non-moving objects).

We did not add this to the paper, since the instance labels were added just recently (we might provided numbers and statistics, etc. in a future dataset paper, but we have some more stuff in preparation...). We tried to ensure that instance labels are sequence/temporally consistent. Thus, the same moving object should have the same instance id over time and we visually verified that this is also true for loop closures.

Thus, they should be reliable to use, but let us know if something is still wrong or you notice something odd...

kelvin95 commented 5 years ago

Great, thanks! This is exciting.

Just to clarify: should I expect all classes under the vehicle and human categories to have instance labels?

jbehley commented 5 years ago

yes, all classes in the root categories vehicle and human should have instance ids.

kelvin95 commented 5 years ago

Great, thanks for the prompt response!

bisalgt commented 1 year ago

Thanks for the explanation Jens.