Skip to content

Jeff-sjtu/DnD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D&D

This repo contains the code of our paper:

D&D: Learning Human Dynamics from Dynamic Camera
Jiefeng Li, Siyuan Bian, Chao Xu, Gang Liu, Gang Yu, Cewu Lu
ECCV 2022 Oral

dnd

Train from scratch

python ./scripts/train.py --exp-id ${EXPID} --cfg ${CONFIG} --gpu ${GPU} --seed 1

Evaluation

python ./scripts/validate.py --cfg ${CONFIG} --ckpt ${CKPT} --gpu ${GPU}

Citing

If you find our code or paper useful, please consider citing

@inproceedings{li2022dnd,
    title={D\&D: Learning Human Dynamics from Dynamic Camera},
    author={Li, Jiefeng and Bian, Siyuan and Xu, Chao and Liu, Gang and Yu, Gang and Lu, Cewu},
    booktitle={European Conference on Computer Vision},
    year={2022}
}

About

Code for "D&D: Learning Human Dynamics from Dynamic Camera", ECCV 2022 Oral

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages