COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200822231912/https://github.com/topics/pose-estimation
Here are
372 public repositories
matching this topic...
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
Updated
Aug 22, 2020
Python
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
Updated
Aug 20, 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
Aug 20, 2020
Python
A collection of awesome resources in Human Pose estimation.
Human Pose estimation with TensorFlow framework
A PyTorch toolkit for 2D Human Pose Estimation.
Updated
Jun 25, 2020
Python
HyperPose: A Flexible Library for Real-time Human Pose Estimation
Updated
Aug 17, 2020
Python
Updated
Aug 6, 2019
Python
Keras version of Realtime Multi-Person Pose Estimation project
Updated
Dec 10, 2019
Jupyter Notebook
SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
Updated
Aug 18, 2020
Python
Visual localization made easy
Updated
Aug 20, 2020
Python
Network estimating 3D Handpose from single color images
Updated
Oct 5, 2018
Python
💃 Real-time single person pose estimation for Android and iOS.
Official implementation of "PifPaf: Composite Fields for Human Pose Estimation" in PyTorch.
LightTrack: A Generic Framework for Online Top-Down Human Pose Tracking
Updated
May 7, 2020
Python
pytorch implementation of openpose including Hand and Body Pose Estimation.
Updated
Feb 1, 2020
Jupyter Notebook
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
Code for the paper "Pose2Seg: Detection Free Human Instance Segmentation" @ CVPR2019.
Updated
Jul 1, 2020
Python
Light-weight Single Person Pose Estimator
Updated
Nov 8, 2019
Jupyter Notebook
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
Unsupervised Scale-consistent Depth and Ego-motion Learning from Monocular Video (NeurIPS 2019)
Updated
Jun 21, 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
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.
Updated
Jan 28, 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.
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.