This project is a basic version for gait analysis using OpenCV and Mediapipe Holistic .
Here we first run the pose estimation on the sources using mediapipe and then compare them.
Here we have used the idea for security implementations, where it is possible to pose of two inputs and tell whether it belongs to same person or not as the movement might be similar but their movement rythm will be mostly unique
We have provided the 'requirements.txt' in this repository. Use the following command to install the requirements from the given file.
'''bash pip install -r requirements.txt '''
In this phase, we have a sequence of instructions to be followed.Execute the 'Gait_analysis.py' from its parent folder either using any code editors or the command terminal.
The input given should be in the format of GIF only and also it should have some human motion for pose estimation.
Execution generates the required result as csv and graph plots
This input should also be in the format of GIF only, also it should have some human motion for pose estimation and it should have gif attributes like length, frame rate etc.. nearly similar to the first provided input for the best performance.
Execution generates another sot of the required result as csv and graph plots
With this step we can come to know taht both the gifs belong to the same person or not.
[Note: The credits for the GIF's belong to appropriate creators]