Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

How to segment some specific parts of an object?

Discussion in 'Computer Vision' started by michaelfanglt, Mar 1, 2023.

  1. michaelfanglt

    michaelfanglt

    Joined:
    Dec 30, 2021
    Posts:
    2
    Hello.
    I have one problem about the segmentation task.
    If it is possible to segment some specific parts of an object?

    For example, I only want to segment the main body of this human model in the image, and I don't want to segment its hands, arms and legs. This model has only one mesh.

    Could you please give me some ideas of how to do it?
     

    Attached Files:

  2. StevenBorkman

    StevenBorkman

    Joined:
    Jun 17, 2020
    Posts:
    16
    All of our segmentation is based on labeled game objects. To be able to achieve what you are looking for your mesh would need to be broken down into sub-meshes and separate game components.
     
  3. michaelfanglt

    michaelfanglt

    Joined:
    Dec 30, 2021
    Posts:
    2
    Hi, Thanks for your answers.

    I also googled before, do you think if Probuild could work in my case?