c-he / NeMF

[NeurIPS 2022] Official implementation of "NeMF: Neural Motion Fields for Kinematic Animation"
MIT License
156 stars 9 forks source link

About inference on video #3

Closed henrycjh closed 1 year ago

henrycjh commented 1 year ago

Thanks for your great work! Could you please give me some suggestions on how to run NeMF on an arbitrary video (for motion reconstruction task)? It seems that application.py use data from AMASS.

c-he commented 1 year ago

Thanks for your interest in our work! Currently we only tested reconstruction on AIST++, which has ground truth SMPL data associated with each video. They released their code for pose estimation on original videos, maybe you can take a look.