tucan9389 / PoseEstimation-CoreML

The example project of inferencing Pose Estimation using Core ML
https://github.com/motlabs/awesome-ml-demos-with-ios
MIT License
680 stars 136 forks source link

What is the coordinate space used for the model output MultiArray? #21

Open yubeiluo opened 4 years ago

yubeiluo commented 4 years ago

image

Per the above image, in the core ml model, the output is specified as a multi array and I am wondering which coordinate space is being used for this output since iOS has different spaces like ULO and LLO.