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

"Moving" Annotations #80

Closed abhinavagarwalla closed 3 years ago

abhinavagarwalla commented 3 years ago

On visualizing the annotation for moving vehicles/pedestrians, I observed that some objects are not visibly moving.

jbehley commented 3 years ago
  1. Moving corresponds to objects that moved while they are observed. if they stop in between, we label them still as moving.
  2. We annotated all points belonging to the same object as moving, when we could observe that the point cloud of the objects gets inconsistent in the aggregated point cloud due to movement.
abhinavagarwalla commented 3 years ago

Thank you for your reply. This seems reasonable.