-
Updated
Mar 4, 2020 - Python
#
pose-estimation
Here are 293 public repositories matching this topic...
Real-Time and Accurate Multi-Person Pose Estimation&Tracking System
tracking
machine-learning
computer-vision
gpu
realtime
torch
pytorch
faster-rcnn
human-pose-estimation
action-recognition
pose-estimation
accurate
state-of-the-art
human-tracking
iccv2017
posetracking
alphapose
human-pose-tracking
alpha-pose
person-pose-estimation
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
mobile
embedded
deep-learning
neural-network
robotics
tensorflow
realtime
image-processing
cnn
ros
convolutional-neural-networks
human-pose-estimation
catkin
pose-estimation
mobilenet
openpose
-
Updated
Mar 4, 2020 - Python
liaozp1
commented
Oct 2, 2018
PLEASE FOLLOW THESE INSTRUCTIONS BEFORE POSTING
- Read the README.md thoroughly ! README.md is not a decoration.
- Please search existing open and closed issues in case your issue has already been reported
- Please try to debug the issue in case you can solve it on your own before posting
After following steps above and agreeing to provide the detailed information requested be
A curated list of action recognition and related area resources
awesome
activity-recognition
video-processing
awesome-list
object-recognition
action-recognition
video-understanding
activity-understanding
pose-estimation
action-detection
video-recognition
action-classification
-
Updated
Mar 3, 2020
Markerless pose estimation of user-defined features with deep learning for all animals, including humans
-
Updated
Mar 4, 2020 - Python
A collection of awesome resources in Human Pose estimation.
computer-vision
deep-learning
awesome-list
human-pose-estimation
deep-learning-papers
pose-estimation
2d-human-pose
3d-human-pose
-
Updated
Mar 4, 2020
Human Pose estimation with TensorFlow framework
-
Updated
Mar 4, 2020 - C++
A PyTorch toolkit for 2D Human Pose Estimation.
-
Updated
Mar 4, 2020 - Python
High-Performance and Flexible Pose Estimation Framework using TensorFlow, OpenPose and TensorRT
deep-neural-networks
computer-vision
deep-learning
tensorflow
gpu
vgg
tensorflow-tutorials
jetson-tx1
tensorlayer
vgg19
affine-transformation
pose-estimation
tensorrt
jetson-tx2
mobilenet
openpose
distributed-training
horovod
-
Updated
Mar 4, 2020 - Python
mgq1507
commented
Mar 11, 2018
I find the error when I debug demo.ipynb. Someone say the problem is Keras version, but I find is not. Hope someone can help me. Thank you!
Network estimating 3D Handpose from single color images
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 4, 2020 - C++
LightTrack: A Generic Framework for Online Top-Down Human Pose Tracking
-
Updated
Mar 3, 2020 - Python
Estimate 3D face pose (6DoF) or 11 parameters of 3x4 projection matrix by a Convolutional Neural Network
-
Updated
Mar 3, 2020 - Python
Tensorflow implementation of Stacked Hourglass Networks for Human Pose Estimation
-
Updated
Mar 2, 2020 - Python
Real-time head pose estimation built with OpenCV and dlib
-
Updated
Feb 29, 2020 - C++
A PyTorch re-implementation of CPN (Cascaded Pyramid Network for Multi-Person Pose Estimation)
deep-neural-networks
computer-vision
deep-learning
pytorch
pose-estimation
keypoint-localization
keypoint-estimation
-
Updated
Mar 3, 2020 - Python
Code for the paper "Pose2Seg: Detection Free Human Instance Segmentation" @ CVPR2019.
-
Updated
Mar 3, 2020 - Python
NVIDIA Deep learning Dataset Synthesizer (NDDS)
computer-vision
deep-learning
object-detection
pose-estimation
synthetic-dataset-generation
domain-randomization
-
Updated
Mar 3, 2020 - C++
Lotayou
commented
Apr 2, 2019
Light-weight Single Person Pose Estimator
lightweight
machine-learning
real-time
deep-learning
heatmap
realtime
pytorch
dataloader
squeezenet
data-augmentation
pose-estimation
mobile-device
shufflenet
resnet-18
mobilenetv2
deeppose
shufflenet-v2
shufflenetv2
dsntnn
-
Updated
Mar 2, 2020 - Jupyter Notebook
Code for the Pose Residual Network introduced in 'MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network (ECCV 2018)' paper
-
Updated
Mar 3, 2020 - Python
Unsupervised Scale-consistent Depth and Ego-motion Learning from Monocular Video (NeurIPS 2019)
-
Updated
Mar 3, 2020 - Python
pytorch implementation of openpose including Hand and Body Pose Estimation.
-
Updated
Mar 3, 2020 - Jupyter Notebook
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
raspberry-pi
opencv
machine-learning
deep-learning
tensorflow
scikit-learn
keras
speech-synthesis
speech-recognition
face-recognition
face-detection
dlib
openface
facenet
convolutional-neural-network
pose-estimation
emotion-detection
gender-detection
age-detection
face-spoofing-detection
-
Updated
Mar 4, 2020 - Python
Code for the Pose Residual Network introduced in 'MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network' paper https://arxiv.org/abs/1807.04067
python
deep-neural-networks
pytorch
human-pose-estimation
pose-estimation
human-behavior-understanding
-
Updated
Feb 25, 2020 - Python
PoseFlow: Efficient Online Pose Tracking (BMVC'18)
opencv
tracking
machine-learning
real-time
video
deep-learning
realtime
pose-estimation
posetracking
posetrack
-
Updated
Feb 29, 2020 - C++
Implementation of various human pose estimation models in pytorch on multiple datasets (MPII & COCO) along with pretrained models
deep-learning
pytorch
coco
human-pose-estimation
pretrained-models
pose-estimation
prm
mpii
stacked-hourglass-networks
keypoints-detector
hourglass-network
pytorch-implmention
coco-dataset
deeppose
chained-prediction
-
Updated
Mar 3, 2020 - Python
Improve this page
Add a description, image, and links to the pose-estimation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pose-estimation topic, visit your repo's landing page and select "manage topics."

Hi, thanks for the great code!
I wonder do you have plans to support resuming from checkpoints for classification? As we all know, in terms of training ImageNet, the training process is really long and it can be interrupted somehow, but I haven't notice any code related to "resume" in
scripts/classification/train_imagenet.py.Maybe @hetong007 ? Thanks in advance.