Search Unity

Human Segmentation Samples

Discussion in 'AR' started by eco_bach, Jun 11, 2019.

  1. eco_bach

    eco_bach

    Joined:
    Jul 8, 2013
    Posts:
    1,601
    ina likes this.
  2. tdmowrer

    tdmowrer

    Joined:
    Apr 21, 2017
    Posts:
    605
    ina likes this.
  3. eco_bach

    eco_bach

    Joined:
    Jul 8, 2013
    Posts:
    1,601
    Great, thanks. Can't wait to see some demos, but on the other hand maybe I'll get a new iPhone and make my own:)
     
  4. InakiAndres

    InakiAndres

    Joined:
    Jan 9, 2019
    Posts:
    19
    Ey! @tdmowrer in my case, I'm trying to use humanBodyPoseEstimationEnabled and humanSegmentationStencilMode at the same time (I need the pose estimation to know the possition of the user, and de stencil because I have a shader that i give the texture to it, and the user can oclude objects). But in xcode I have a warning and the humanBodyPoseEstimationEnabled is disabled, do you know any way? :D
     
  5. tdmowrer

    tdmowrer

    Joined:
    Apr 21, 2017
    Posts:
    605
    This is a limitation of the current ARKit 3 beta and is documented here. This may just be a temporary restriction of the iOS 13 beta. If Apple allow both, we will update our plugin.
     
  6. InakiAndres

    InakiAndres

    Joined:
    Jan 9, 2019
    Posts:
    19
    Many thanks for reply, I wish that be temporal.. :(