Skip to content

funny project use image processing for classification of normal and abnormal gait

Notifications You must be signed in to change notification settings

watcharapol28/Biomechanics-of-gait

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biomechanics-of-gait

Topic : Biomechanics of gait with image processing for classification of normal and abnormal gait.
Knowledge : Image processing, Computer vision, Machine learning, Disease or symptom about abnormal gait.
Tools : Python, OpenCV, Mediapipe, Numpy.

About project

This project aims to investigate the possibility of abnormal gait in order to identify any anomalies in the body and also intends to study image processing.
(-) Using Mediapipe for detect landmarks of human bodies in an image or video.
(-) Using OpenCV to read data from image or video.
(-) Using Numpy for calculate math equations to determine risk of gait.


Installation

To use the Biomechanics of gait, follow these step :

Install python from version 3.9 onwards.

install libraries :

  python3 -m pip install opencv-python mediapipe numpy

install my project :

  git clone https://github.com/watcharapol28/Biomechanics-of-gait.git

Running

To run the Biomechanics of gait, follow these step :

upload files gait videos that want to check in the folder Biomechanics-of-gait or in same the folder as BiomechanicsOfGait.py.

open folder :

  cd Biomechanics-of-gait

2 choice with your videos you need to check
( - ) change your video file name you need to check to gait.mp4 in folder Dataset
( - ) change code in BiomechanicOfGait.py line 11 to your videos you need to check [File name].[File type] :

  cap = cv2.VideoCapture("./Dataset/[File name].[File type]")

run :

  python3 BiomechanicsOfGait.py

output :
Conclude gait abnormal - risk : [none / neck pain / limping / hip hike / no arm swing]


Scope

First thought

- Check some disease with abnormal gait
- Check some symptoms from abnormal gait
- Check risk for some symptoms from abnormal gait

Done

- Risk for neck pain.
- Risk for limping gait.
- Risk for Hip hike.
- No arm swing.

Problem

- Must be viewed from the side only.
- Did not use AI for training or prediction.
- Quite a bit of relevant information or research.
- Datasets related to various diseases are quite rare.

Continue in the future

- Use AI for train model or predict disease.
- Applied with accessories for greater accuracy.

About

funny project use image processing for classification of normal and abnormal gait

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages