Skip to content

this app is a combination of Haar cacade face detection, Tensorflow openpose skeleton detection and Mediapipe hand tracking

Notifications You must be signed in to change notification settings

Firos333/face_skeleton_hand_tracking

Repository files navigation

This is a clone of the tf-pose-estimation by Ildoo Kim modified to work with Tensorflow 2.0+! Link to original repo: https://www.github.com/ildoonet/tf-openpose I integrated face detection and mediapipe Hand skelton detection with it!

OpenPose has represented the first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints (in total 135 keypoints) on single images. 'Openpose' for human pose estimation have been implemented using Tensorflow. It also provides several variants that have made some changes to the network structure for real-time processing on the CPU or low-power embedded devices. Openpose Caffe Model Repo

KeyWords:

#Tensorflow
#OpenCV
#Mediapipe
#Raspberry Pi
#Openpose Cffe Model

Results

Run

git clone https://github.com/MiltekTechnologies/face-hand-pose
cd face-hand-pose
pip install --upgrade pip
pip install tensorflow
pip3 install -r requirementsupdated.txt
brew install swig
cd tf_pose/pafprocess
swig -python -c++ pafprocess.i && python3 setup.py build_ext --inplace
pip install git+https://github.com/adrianc-a/tf-slim.git@remove_contrib
cd ../..
python3 threadind_f_rem.py --video=./images/me6.mp4

About

this app is a combination of Haar cacade face detection, Tensorflow openpose skeleton detection and Mediapipe hand tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published