Unity-Technologies / com.unity.perception

Perception toolkit for sim2real training and validation in Unity
Other
924 stars 177 forks source link

Part segmentation on one mesh? #547

Open mshooter opened 1 year ago

mshooter commented 1 year ago

Hi I was wondering how one would implement a part segmentation map ? my mesh consists of different limbs and I would like to generate part segmentation maps referring to the limbs, body, head.

Henistein commented 11 months ago

I know it's been a long time, but did you manage to do what you wanted? I also wanted to segment a mesh into parts.

mshooter commented 11 months ago

@Henistein Unfortunately, I was not able to do what I wanted. I believe you will have to separate your mesh into different parts to be able to do this. Or you could extend the package but that might take a little bit of time