-
Updated
May 28, 2020 - Python
#
pose-estimation
Here are 335 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
Apr 28, 2020 - Python
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
-
Updated
Sep 5, 2019 - Python
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
Feb 9, 2020
Markerless pose estimation of user-defined features with deep learning for all animals
deep-learning
toolbox
behavior-analysis
pose-estimation
labeling-tool
feature-detectors
keypoint-tracking
deeplabcut
keypoint-detection
animal-pose-estimation
-
Updated
Jun 1, 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
Feb 22, 2020
Human Pose estimation with TensorFlow framework
-
Updated
Dec 7, 2019 - C++
A PyTorch toolkit for 2D Human Pose Estimation.
-
Updated
Feb 18, 2020 - Python
Human Pose Estimation in the Wild
-
Updated
Jun 2, 2020 - C++
Ai-is-light
commented
Sep 4, 2019
I'm a little bit confused when I run and analysis your repo
for i in range(17):
for s in subset:
index = s[np.array(util.limbSeq[i]) - 1]
if -1 in index:
continue
cur_canvas = canvas.copy()
how to explain and understand s[np.array(util.limbSeq[i]) - 1] ? can we use util.limbSeq[i]) - 1 to replace the s[np.array(util.limbSeq[i]) -
Network estimating 3D Handpose from single color images
-
Updated
Oct 5, 2018 - Python
-
Updated
Mar 23, 2020 - C++
LightTrack: A Generic Framework for Online Top-Down Human Pose Tracking
-
Updated
May 7, 2020 - Python
Estimate 3D face pose (6DoF) or 11 parameters of 3x4 projection matrix by a Convolutional Neural Network
-
Updated
Dec 20, 2018 - Python
Tensorflow implementation of Stacked Hourglass Networks for Human Pose Estimation
-
Updated
Nov 26, 2019 - Python
Real-time head pose estimation built with OpenCV and dlib
-
Updated
Nov 27, 2019 - C++
pytorch implementation of openpose including Hand and Body Pose Estimation.
-
Updated
Feb 1, 2020 - Jupyter Notebook
Code for the paper "Pose2Seg: Detection Free Human Instance Segmentation" @ CVPR2019.
-
Updated
Oct 22, 2019 - Python
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
Nov 21, 2019 - Python
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
Nov 8, 2019 - Jupyter Notebook
NVIDIA Deep learning Dataset Synthesizer (NDDS)
computer-vision
deep-learning
object-detection
pose-estimation
synthetic-dataset-generation
domain-randomization
-
Updated
Apr 3, 2020 - C++
Lotayou
commented
Apr 2, 2019
SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
-
Updated
Mar 30, 2020 - Python
Code for the Pose Residual Network introduced in 'MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network (ECCV 2018)' paper
-
Updated
Sep 14, 2018 - Python
Unsupervised Scale-consistent Depth and Ego-motion Learning from Monocular Video (NeurIPS 2019)
-
Updated
May 10, 2020 - Python
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
Jan 28, 2020 - Python
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
Jul 29, 2019 - Python
PoseFlow: Efficient Online Pose Tracking (BMVC'18)
opencv
tracking
machine-learning
real-time
video
deep-learning
realtime
pose-estimation
posetracking
posetrack
-
Updated
Nov 8, 2019 - C++
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.