Skip to content

Darrshan-Sankar/Basic_Gait_analysis

Repository files navigation

Basic_Gait_analysis

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.

1.Introduction

Gait analysis is the systematic study of animal locomotion, more specifically the study of human motion, using the eye and the brain of observers, augmented by instrumentation for measuring body movements, body mechanics, and the activity of the muscles.
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

2.Installing the Requirements

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 '''

3. Executing the program

In this phase, we have a sequence of instructions to be followed.

Step1: Execute the main file.

Execute the 'Gait_analysis.py' from its parent folder either using any code editors or the command terminal.

Step2: Supply the first input requirement.

The input given should be in the format of GIF only and also it should have some human motion for pose estimation.

Step3: Wait for the program to be executed

Execution generates the required result as csv and graph plots

Step4: Supply next Input requirement as GIF

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.

Step5: Wait till execution

Execution generates another sot of the required result as csv and graph plots

Step6: Gait analysis comes to an end

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]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages