PoseEstimation-CoreML icon indicating copy to clipboard operation
PoseEstimation-CoreML copied to clipboard

The example project of inferencing Pose Estimation using Core ML

Results 26 PoseEstimation-CoreML issues
Sort by recently updated
recently updated
newest added

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

💪 enhancement

The repo's code is coupled with human pose estimation output format(assume 14 keypoints output and draw the static fixed joint point). We need to change to be able to configure...

💪 enhancement

Wrapper library or helper library? ## Interface ```swift // for use typealias InferencePoint = (CGFloat, CGPoint) // maximum confidence, position of maximum confidence func convert(result: MLMultiArray) -> [InferencePoint] // for...

👍 good first issue

Hello! Is there any way to include the foot (toe keypoints) in your model or are they excluded for a reason? I noticed in the OpenPose sample here: https://github.com/CMU-Perceptual-Computing-Lab/openpose There...

My iphone's back is very hot when i run this demo after 10 seconds, Could you tell me how to solve this problem? (sorry, my english is not very well,...

The model folder contains protobuf, coreml and tflite files for both hourglass and cpm. Should I expect the model performance to be similar in all three files? I yes, is...

![image](https://user-images.githubusercontent.com/891170/68104859-a6d7c500-ff17-11e9-977f-b566d93bd04a.png) 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...

hi i was searching for a pose estimation code for ios and i found that your demos were great and i downloaded your code and doesn't work here's what i've...

if I set AVLayerVideoGravity.resizeAspectFill,then pose is wrong; what can I do ?please help me!