Found 32 repositories(showing 30)
CMU-Perceptual-Computing-Lab
Training repository for OpenPose
CMU-Perceptual-Computing-Lab
Modified Caffe version for https://github.com/CMU-Perceptual-Computing-Lab/openpose_train
zikuicai
Keras version of Openpose with optimized model structure and C++ postprocess for acceleration. Trained and tested using CMU handpose dataset.
ahmedrafiq09
The core of the system involves implementing pose estimation algorithms using OpenCV, which can accurately locate and track the positions of major joints in the human body. This involves utilizing pre-trained deep learning models, such as PoseNet or OpenPose, to efficiently identify keypoints.
DuyHV20150601
python3, opencv 4, pre-trained openpose model, tensorflow 2
joshbrun
ExerciseDataCollection is the preprocessing system for our BE(Hons) honors project. Automatic system to download, extract, process and create trainable models via skeletal mapping via OpenPose.
oujieww
based on official caffe_train, i change some cudnn*.cpp and cudnn*.hpp for cuda9.
wangzheallen
https://github.com/CMU-Perceptual-Computing-Lab/openpose
kimtaeyong98
Openpose-based personal health trainer
navneet-cerecode
A PyTorch-based virtual try-on system using OpenPose keypoints and pre-trained models for realistic outfit simulation.
seungjun222
Openpose-based personal health trainer
LucasWangZH
No description available
PintuBeast
No description available
TonightGo
A similar method to train openpose hand keypoints detection model with caffe and CPM layer.
No description available
savent404
No description available
whatboxapp
No description available
mohdos
No description available
MobMonRob
Studienarbeit openpose training.
HuMoN-Research-Lab
No description available
fantasystarwd
No description available
DasolLim
Learning and Testing with OpenPose
chonenome
No description available
TaiseiYamana
No description available
ausk
Train Openpose in keras, and depoly in Python, C++, and Tensorflow.
shaimaaalmously054-beep
Intelligent system for analyzing children’s behavior in kindergarten using computer vision and deep learning. Implemented DIFEM to extract motion features from 12 skeletal joints using OpenPose, and trained a Random Forest model achieving 93.6% accuracy.
karthi6109
This project implements Human Pose Estimation using Deep Learning to detect and track human body keypoints in images and videos. It utilizes OpenCV, TensorFlow, and pre-trained models like OpenPose, MediaPipe, or PoseNet for accurate pose detection.
This repository contains the Python files used for the accompanying research in my thesis. The files were created to process Alphapose and Openpose data, create and preprocess datasets, evaluate pose estimations, train and tune RNN, LSTM, and GRU models
Odeneho-Calculus
PoseMapper is a Python-based software for pose estimation and stickman animation overlay on videos. It uses OpenCV's DNN module with pre-trained OpenPose models to detect human joints and draw a "stickman" figure over the person in the video.
imehranasgari
A Python project demonstrating the implementation of various pre-trained deep learning models (GoogLeNet, SSD, OpenPose, Mask R-CNN, YOLOv8) for computer vision tasks using OpenCV's DNN module and the Ultralytics library. It covers image classification, object detection, pose estimation, and instance segmentation on images and videos.