Skip to content

vladimirlabynko/mediapipe-pose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mediapipe-pose

1)Install python 3.8 and create virtual environment using conda https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html After installation in terminal enter

conda create -n "name of env" python=3.8
conda activate "name of env" 
conda install -c anaconda pip
  1. Install libraries go to project folder and enter in terminal
pip -r requirements.txt
  1. run project
python pose.py --input=/path/to/original/file --output=/path/to/output/processed/file

Wait until program print "Done!"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages