Pose Tracking

61 papers with code • 3 benchmarks • 10 datasets

Pose Tracking is the task of estimating multi-person human poses in videos and assigning unique instance IDs for each keypoint across frames. Accurate estimation of human keypoint-trajectories is useful for human action recognition, human interaction understanding, motion capture and animation.

Source: LightTrack: A Generic Framework for Online Top-Down Human Pose Tracking

Libraries

Use these libraries to find Pose Tracking models and implementations
3 papers
5,022
2 papers
2,918
See all 6 libraries.

Most implemented papers

Multi-view consensus CNN for 3D facial landmark placement

RasmusRPaulsen/Deep-MVLM 14 Oct 2019

The current state-of-the-art approaches have yet to gain from the dramatic increase in performance reported in human pose tracking and 2D facial landmark placement due to the use of deep convolutional neural networks (CNN).

Monocular Camera Localization in Prior LiDAR Maps with 2D-3D Line Correspondences

levenberg/2D-3D-pose-tracking 1 Apr 2020

With the pose prediction from VIO, we can efficiently obtain coarse 2D-3D line correspondences.

How to track your dragon: A Multi-Attentional Framework for real-time RGB-D 6-DOF Object Pose Tracking

ismarou/How_to_track_your_Dragon 21 Apr 2020

We present a novel multi-attentional convolutional architecture to tackle the problem of real-time RGB-D 6D object pose tracking of single, known objects.

se(3)-TrackNet: Data-driven 6D Pose Tracking by Calibrating Image Residuals in Synthetic Domains

wenbowen123/iros20-6d-pose-tracking 27 Jul 2020

Tracking the 6D pose of objects in video sequences is important for robot manipulation.

BiHand: Recovering Hand Mesh with Multi-stage Bisected Hourglass Networks

lixiny/bihand 12 Aug 2020

Inside each stage, BiHand adopts a novel bisecting design which allows the networks to encapsulate two closely related information (e. g. 2D keypoints and silhouette in 2D seeding stage, 3D joints, and depth map in 3D lifting stage, joint rotations and shape parameters in the mesh generation stage) in a single forward pass.

Deep Graph Pose: a semi-supervised deep graphical model for improved animal pose tracking

paninski-lab/deepgraphpose NeurIPS 2020

Noninvasive behavioral tracking of animals is crucial for many scientific investigations.

Temporally Guided Articulated Hand Pose Tracking in Surgical Videos

MichiganCOG/Surgical_Hands_RELEASE 12 Jan 2021

Additionally, we collect the first dataset, Surgical Hands, that provides multi-instance articulated hand pose annotations for in-vivo videos.

Iterative Greedy Matching for 3D Human Pose Tracking from Multiple Views

jutanke/mv3dpose 24 Jan 2021

In this work we propose an approach for estimating 3D human poses of multiple people from a set of calibrated cameras.

CAPTRA: CAtegory-level Pose Tracking for Rigid and Articulated Objects from Point Clouds

HalfSummer11/CAPTRA ICCV 2021

For the first time, we propose a unified framework that can handle 9DoF pose tracking for novel rigid object instances as well as per-part pose tracking for articulated objects from known categories.

Breaking Shortcut: Exploring Fully Convolutional Cycle-Consistency for Video Correspondence Learning

steve-tod/stfc3 12 May 2021

Previous cycle-consistency correspondence learning methods usually leverage image patches for training.