Here are
396 public repositories
matching this topic...
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
Updated
Sep 17, 2020
Python
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
Updated
Sep 10, 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
Official implementation of DeepLabCut: Markerless pose estimation of user-defined features with deep learning for all animals
Updated
Sep 28, 2020
Python
A collection of awesome resources in Human Pose estimation.
Human Pose estimation with TensorFlow framework
HyperPose: Real-time Human Pose Estimation
Updated
Sep 30, 2020
Python
A PyTorch toolkit for 2D Human Pose Estimation.
Updated
Jun 25, 2020
Python
SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
Updated
Aug 26, 2020
Python
Visual localization made easy with hloc
Updated
Sep 21, 2020
Python
Updated
Aug 6, 2019
Python
Keras version of Realtime Multi-Person Pose Estimation project
Updated
Dec 10, 2019
Jupyter Notebook
💃 Real-time single person pose estimation for Android and iOS.
Network estimating 3D Handpose from single color images
Updated
Oct 5, 2018
Python
Official implementation of "PifPaf: Composite Fields for Human Pose Estimation" in PyTorch.
pytorch implementation of openpose including Hand and Body Pose Estimation.
Updated
Feb 1, 2020
Jupyter Notebook
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
🏀 🤖 🏀 AI web app and API to analyze basketball shots and shooting pose.
Updated
Sep 26, 2020
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
Light-weight Single Person Pose Estimator
Updated
Nov 8, 2019
Jupyter Notebook
Code for the paper "Pose2Seg: Detection Free Human Instance Segmentation" @ CVPR2019.
Updated
Jul 1, 2020
Python
Unsupervised Scale-consistent Depth and Ego-motion Learning from Monocular Video (NeurIPS 2019)
Updated
Jun 21, 2020
Python
NVIDIA Deep learning Dataset Synthesizer (NDDS)
A PyTorch re-implementation of CPN (Cascaded Pyramid Network for Multi-Person Pose Estimation)
Updated
Nov 21, 2019
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
Improve this page
Add a description, image, and links to the
pose-estimation
topic page so that developers can more easily learn about it.
Curate this topic
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."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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.