CreateML actionclassifier keypoints, angle,feedback for correction to user

Hello, is there a possibility to use the actionClassifier in CreateML ro create a fitnessApp that can recognize the action AND GIVE CORRECTION feedbacks to the user by using the the recognized keypoints?

Maybe 3 keypoints as an angle and give feedback? How can I access those joints in Xcode?

Replies

There is a sample code project here: https://developer.apple.com/documentation/createml/detecting_human_actions_in_a_live_video_feed

You do have access to detected key points, which are the inputs to the trained exercise classifier model.