This project is used to detect movement and judge whether the movement time is up to standard.
This project uses Python (v3.6 or higher) and openpose(v1.6.0 or higher) .Go check them out if you don't have them locally installed.
-
Clone the repo
git clone https://github.com/ZJUTDevelopers/standardmotion.git
-
Place the openpose(released) in the root directory
-
Change directories to standardmotion
cd C:\some\directory\for\repositories
-
Install dependencies from within standardmotion directory
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
-
Start the project
fbs run