jbehley / point_labeler

My awesome point cloud labeling tool
MIT License
647 stars 161 forks source link

Adding additional labels #54

Closed Nihar-Bagewadi closed 1 year ago

Nihar-Bagewadi commented 2 years ago

Hello, Thank you for this much needed tool. I see that we can have semantic and instance labels for the same point. for e.g. the car has both semantic and instance labels. I wanted to know if we can have another type of label for the same point. Let's say we can have part labels as well? such as a point belonging to car will have semantic, instance and also part labels?. If I create a new label such as wheels and label the wheels of car. I fear it will overwrite the existing labels. and the semantic and instance labels will be lost.

jbehley commented 2 years ago

multiple labels are currently not supported. currently the only way would be to have a copy of the original labels, then annotate your additional parts, and then later join them again. (combining the original labels with labeled parts...)

jbehley commented 1 year ago

it seems like there is no update on this issue, so I close it for now. If you have further questions, then feel free to re-open the issue.