PoseEstimation-CoreML
PoseEstimation-CoreML copied to clipboard
Support the model having points array output
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>
).