Pose Estimation

1351 papers with code • 28 benchmarks • 114 datasets

Pose Estimation is a computer vision task where the goal is to detect the position and orientation of a person or an object. Usually, this is done by predicting the location of specific keypoints like hands, head, elbows, etc. in case of Human Pose Estimation.

A common benchmark for this task is MPII Human Pose

( Image credit: Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose )

Libraries

Use these libraries to find Pose Estimation models and implementations
32 papers
5,022
6 papers
2,916

Most implemented papers

3D Bounding Box Estimation Using Deep Learning and Geometry

smallcorgi/3D-Deepbox CVPR 2017

In contrast to current techniques that only regress the 3D orientation of an object, our method first regresses relatively stable 3D object properties using a deep convolutional neural network and then combines these estimates with geometric constraints provided by a 2D object bounding box to produce a complete 3D bounding box.

Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image

DenisTome/Lifting-from-the-Deep-release CVPR 2017

We propose a unified formulation for the problem of 3D human pose estimation from a single raw RGB image that reasons jointly about 2D joint estimation and 3D pose reconstruction to improve both tasks.

PoseCNN: A Convolutional Neural Network for 6D Object Pose Estimation in Cluttered Scenes

yuxng/PoseCNN 1 Nov 2017

We conduct extensive experiments on our YCB-Video dataset and the OccludedLINEMOD dataset to show that PoseCNN is highly robust to occlusions, can handle symmetric objects, and provide accurate pose estimation using only color images as input.

Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose

osmr/imgclsmob 29 Nov 2018

In this work we adapt multi-person pose estimation architecture to use it on edge devices.

3D human pose estimation in video with temporal convolutions and semi-supervised training

facebookresearch/VideoPose3D CVPR 2019

We start with predicted 2D keypoints for unlabeled video, then estimate 3D poses and finally back-project to the input 2D keypoints.

Learning from Simulated and Unsupervised Images through Adversarial Training

carpedm20/simulated-unsupervised-tensorflow CVPR 2017

With recent progress in graphics, it has become more tractable to train models on synthetic images, potentially avoiding the need for expensive annotations.

Learning to Estimate 3D Hand Pose from Single RGB Images

lmb-freiburg/hand3d ICCV 2017

Low-cost consumer depth cameras and deep learning have enabled reasonable 3D hand pose estimation from single depth images.

DenseFusion: 6D Object Pose Estimation by Iterative Dense Fusion

j96w/DenseFusion CVPR 2019

A key technical challenge in performing 6D object pose estimation from RGB-D image is to fully leverage the two complementary data sources.

DirectPose: Direct End-to-End Multi-Person Pose Estimation

aim-uofa/adet 18 Nov 2019

We propose the first direct end-to-end multi-person pose estimation framework, termed DirectPose.

Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation

hellojialee/Improved-Body-Parts 24 Nov 2019

We rethink a well-know bottom-up approach for multi-person pose estimation and propose an improved one.