Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.4 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.4 KB

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