Fast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose" paper.
The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and Tracking(https://arxiv.org/abs/1804.06208)"
The main features of daniegr/efficientpose are: Pose estimation.
Open-source alternatives to daniegr/efficientpose include: aisin-trc/e2pose. alexthebad/ap-10k. daniil-osokin/lightweight-human-pose-estimation.pytorch — Fast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose… microsoft/human-pose-estimation.pytorch — The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and… open-mmlab/mmpose — MMPose is a PyTorch-based pose estimation toolbox and deep learning training pipeline designed for detecting 2D and 3D… rwightman/posenet-pytorch.