/HomeTraining

Home personal training iOS App with PoseNet

Primary LanguageSwift

HomeTraining

Home personal training iOS App with PoseNet

Actually, all the project files were lost... Someday, I'll try to restore or recreate the file!!!

With regret, I post the program execution scene.


The application is a kind of 'Personal Trainer' for everyone in their cozy home.

Input: a frame of real-time image where a person is in the exercise position. Output: the joints of human body

With the positional information of the joint, we calculate the angle between each joint, especially the joints that are very important to the movement that he's doing.

And then, if the angles are all within the right range for performing exercise, it provides positive feedback (count + 1), or negative feedback (no count change).

reference: https://developer.apple.com/documentation/coreml/model_integration_samples/detecting_human_body_poses_in_an_image https://github.com/tucan9389/PoseEstimation-CoreML