Jeff-sjtu / DnD

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%