CUAI-CAU / 2022_Summer_CV5

Repository for project that won 2022 CUAI Summer Conference with 3rd place Award πŸ₯‰ (Excellence Prize)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%