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

Support the model having points array output #29

Open tucan9389 opened 4 years ago

tucan9389 commented 4 years ago

The current project assumes that the output of the model is the heatmaps format(Array<Array<Array<Double>>>). I want to support the points array output format(Array<CGPoint>).