VNDetectHumanBodyPoseRequest -> left leg wrong?

I am using VNDetectHumanBodyPoseRequest and can get points, but for right leg i got points for left leg? Did anybody else have this issue?

lldb) po recognizedPointsRightLeg
▿ 3 elements
 ▿ 0 : 2 elements
  ▿ key : VNRecognizedPointKey
   - rawValue : leftfootjoint
  - value : [0.000000; 1.000000]
 ▿ 1 : 2 elements
  ▿ key : VNRecognizedPointKey
   -
rawValue : leftupLegjoint
  - value : [0.770555; 0.126360]
 ▿ 2 : 2 elements
  ▿ key : VNRecognizedPointKey
   - rawValue : leftleg_joint
  - value : [0.000000; 1.000000]

Hi,

I am also facing this same issue. Did you managed to solve this issue or reported this to Apple?

Regards,

Hey buddy,

I tried to use bodyResult.recognizedPoint(.rightAnkle) directly instead of bodyResult.recognizedPoints(.rightLeg) and it works!

Regards,

VNDetectHumanBodyPoseRequest -> left leg wrong?
 
 
Q