Skip to content

l-fay/Pose3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Dataset

Our code is compatible with the dataset setup introduced by Martinez et al. and Pavllo et al.. Please refer to VideoPose3D to set up the Human3.6M dataset (./data directory).

Train

. activate Pose3D
cd ../Pose3D
python run.py -k cpn_ft_h36m_dbb -f 27 -lr 0.0001 -lrd 0.99
python run.py -k cpn_ft_h36m_dbb -f 27 -lr 0.00004 -lrd 0.99

Test

python run.py -k cpn_ft_h36m_dbb -c checkpoint --evaluate best_epoch.bin --render --viz-subject S11 --viz-action Walking --viz-camera 0 --viz-output output.gif --viz-size 3 --viz-downsample 2 --viz-limit 60 -f 27

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages