Skip to content

CBHY/CVL_POSE_ESTIMATION

Repository files navigation

자세 추정

Envirements

1. CPU ENV

python=3.6
Window 10, 11

2. GPU ENV

python = 3.8
Ubuntu 22.04

Installation

1. ONLY CPU

git clone https://github.com/CBHY/CVL_POSE_ESTIMATION.git
cd CVL_POSE_ESTIMATION
pip install mediapipe
cd heatmappy/
python setup.py install
pip install matplotlib

run

basic mode
python main.py
reveal mode
python main.py --colours reveal
face blur mode
python main.py --blur on

USE GPU

gpu setting version mediapipe in our repository
before, please check your env

git clone https://github.com/CBHY/CVL_POSE_ESTIMATION.git
cd mediapipe_gpu_setting

install bazelisk (use npm) - https://github.com/bazelbuild/bazelisk ReadMe Installation
download bazellisk binary file in download dir

sudo apt install npm
cd download
npm install -g @bazel/bazelisk
bazel --version

ubuntu 22.04 (Anaconda env)

sudo bash ./setup_opencv.sh
pip install -r requirements.txt
python setup.py install --gen_protos
python setup.py install --link-opencv

conda install -c conda-forge gcc=12.1.0

pip uninstall protobuf
pip install portobuf==3.20.0

Demo

basic mode

result1

reveal mode

result2

About

CVL_POSE_ESTIMATION

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors