Skip to content

Repository for project that won 2022 CUAI Summer Conference with 3rd place Award 🥉 (Excellence Prize)

Notifications You must be signed in to change notification settings

bbx8216/Diagnosis-of-gait-disorder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diagnosis of gait disorder by Human pose estimation Hits

Paper | Poster | Project | Presentation | Demo

Our Team

  • TaeYun Kim (💻 School of Computer Science & Engineering, Chung-Ang Univ.)
  • MinKi Kang (💻 School of Computer Science & Engineering, Chung-Ang Univ.)
  • JuHo Lee (💻 School of Computer Science & Engineering, Chung-Ang Univ.)

Our Model Output

result

PipeLine

flow

Install

Before running this program, please create a virtual environment by running the code below for a better execution environment.

$ git clone https://github.com/CUAI-CAU/2022_Summer_CV5.git
$ conda create -n Gait_Classifier python=3.8
$ conda activate  Gait_Classifier
$ pip install -r requirements.txt

This code was tested with python 3.8.13, pycaret 1.9.0, mediapipe 0.8.10.1

How to Use

Please Check Gait_Classification_Demo

About

Repository for project that won 2022 CUAI Summer Conference with 3rd place Award 🥉 (Excellence Prize)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Python 0.5%