ch-sa/labelCloud

support for pose annotation?

Stephenfang51 opened this issue · 3 comments

great work for you !
Does it support for annotate pose annotation like points (xyz)?

Thanks !

ch-sa commented

Hello @Stephenfang51,

thanks for the feedback!

You want to achieve segmentation, i.e. labeling of individual points or objects with a pose?

labelCloud supports you in labeling objects with bounding boxes that have 6 degrees of freedom (position + rotation). You could pass down the labels to each point in a post-processing step.

Best,

Christoph

@ch-sa Thanks mush for the reply, it's be like human pose or hand pose for the 3D pose estimation stuff, there is no such annotation tool I have been searched for a long time.

ch-sa commented

Yes, you can annotate humans with bounding boxes and also save the orientation in which the human is facing.

Hope this answers the question.