automated-gait-analysis
automated-gait-analysis copied to clipboard
A human pose estimation system for videos, that extracts kinematics that describe a gait (walk)
Automated-Gait-Analysis
A human pose estimation system for videos, that aims to extract features describing a gait (walk) and deploy classifiers to detect abnormalities and more, with respect to kinematics. This is my final year project for my BSc. Honours in Artificial Intelligence.
First step: Extract keypoints from synchronized video sequences using Pre-trained AI models: Object detector YOLOv3, and Pose estimator AlphaPose. Keypoints, represent the point of a joint [x,y]. Pose, is a list of 17 keypoints. Data, is a list of n poses, where n is the number of frames in the video. The concepts are stored in a json.