Skip to content

Demo code for the paper Structure-Aware and Temporally Coherent 3D Human Pose Estimation

Notifications You must be signed in to change notification settings

wonsu0513/3dpose-demo-iitb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning 3D Human Pose from Structure and Motion

This is the demo code for the paper Learning 3D Human Pose from Structure and Motion

Parts of this code have been taken from Stacked Hourglass Network and Towards 3D Human Pose Estimation in the Wild: a Weakly-supervised Approach.

Requirements

  • cudnn
  • Torch7 with hdf5, csvigo and image packages
  • Python with h5py and opencv2

Running the code

  • Download the models and place them in 'models/' and the test image sequence in 'data/'
  • Run `th main.lua'

Options

  • Skeleton fitting is turned on be default. You can turn that off using 'skelFit' option
  • Results (csv file) will be stored in 'results/{exp}'.
  • Every 20th frame is displayed by default. You can change that using the 'display' option.

We provide an example sequence of images in 'data/' from Human3.6M dataset. For testing your own video, it is important that the person should be at the center of the image and most of the body parts should be within the image.

Reference

@InProceedings{Dabral_2018_ECCV,
author = {Dabral, Rishabh and Mundhada, Anurag and Kusupati, Uday and Afaque, Safeer and Sharma, Abhishek and Jain, Arjun},
title = {Learning 3D Human Pose from Structure and Motion},
booktitle = {The European Conference on Computer Vision (ECCV)},
month = {September},
year = {2018}
} 

About

Demo code for the paper Structure-Aware and Temporally Coherent 3D Human Pose Estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 88.5%
  • Python 11.5%