21 skills found
nkeeline / OpenPose To Blender Facial Capture TransferThis blender Python Script maps an OpenPose Facial Capture to a blender facial Rig
Python bindings for the Openpose library
srianant / Computer VisionC/C++/Python based computer vision models using OpenPose, OpenCV, DLIB, Keras and Tensorflow libraries. Object Detection, Tracking, Face Recognition, Gesture, Emotion and Posture Recognition
JiageWang / Openpose Based GUI For Realtime Pose Estimate And Action RecognitionGUI based on the python api of openpose in windows using cuda10 and cudnn7. Support body , hand, face keypoints estimation and data saving. Realtime gesture recognition is realized through two-layer neural network based on the skeleton collected from the gui.
esemeniuc / Openpose DockerA docker build file for CMU openpose with Python API support
bagridag / RealTime3DPoseTracker OpenPoseReal time 3D pose tracking and Hand Gesture Recognition using OpenPose, Python Machine Learning Toolkits, Realsense and Kinect libraries.
nishagandhi / OpenPose PythonOpenCVA simple code demonstrating real-time Pose Estimation in webcam using OpenPose Python and OpenCV
ortegatron / Hand StandaloneStandalone hand detector python wrapper for OpenPose
alessandrozonta / ComfyUI OpenPoseThis repository contains a Python implementation for extracting and visualizing human pose keypoints using OpenPose models.
lxaw / PoseAngleEstimationUsing OpenPose to detect body angles.
eduze / OpenPosePersonDetectorA person detector which use OpenPose for detection written in python
ryankemmer / FallDetectionThis repository is a collection of deep learning models created to detect potentially life threatening falls in videos. Models are written in python and utilize tensorflow, pandas and numpy. The most successful model uses the popular 'OpenPose' library to perform feature extraction of humans in videos, and then uses a CNN/LSTM framework to predict is a person is experiencing a potentially fatal fall.
LZQthePlane / OpenPose Rebuilt PythonRebuilting the CMU-OpenPose pose estimatior using Python with OpenCV and Tensorflow.
gusghrlrl101 / Dance HelperImplement Dance Helper Program with OpenPose, SMPLify in Python
Aviar-org / Openpose ExampleOpenpose code implementation python
franzcrs / Openpose With Caffe For MacM1Successfully build openpose and caffe in Mac M1 using python 3.9
ojimpo / Openpose Graph Joint AngleOpenPoseから出力されるjsonファイルから関節角度を計算してPythonのライブラリ、numpyとmatplotlibを用いてグラフに描画する
Sergey-Mr / VisualSizerShop Smarter, Waste Less: Where Computer Vision Meets Your Perfect Fit. Python-based application for analysis of anthropometric information (based on OpenCV, OpenPose, YOLO, PyTorch). Took 3d place 🥉 at the Hackathon Great Uni Hack 2023
eric-erki / Openpose Based GUI For Realtime Pose Estimate And Action RecognitionGUI based on the python api of openpose in windows using cuda10 and cudnn7. Support body , hand, face keypoints estimation and data saving. Realtime gesture recognition is realized through two-layer neural network based on the skeleton collected from the gui.
real-person / Openpose COCO ValidationThis repo leverages the python COCO API and adapts parts of the Openpose traing/validation code help automate the validation of openpose models on COCO datasets. In addition, functions are included for preprocessing the COCO datasets with several low level image processing techniques to test their effects on model accuracy.