athn-nik / teach

Official PyTorch implementation of the paper "TEACH: Temporal Action Compositions for 3D Humans"
https://teach.is.tue.mpg.de
Other
383 stars 40 forks source link

about visualization of result #21

Closed zhuangzhuang000 closed 1 year ago

zhuangzhuang000 commented 1 year ago

Dear author, The video result obtained from 【interact_teach.py】shows that the character is moving in place, and the track can not be seen. How can I get the video shown in the paper (can see the track)?

athn-nik commented 1 year ago

I have modified the visualization function to give you a better output with floor and without the body appearing to stay in place. The paper results where achieved using and modifyinf the visualization code of TEMOS. You can try using the code from that repo with my .npy samples. If I find time I will prepare a mini-set of instruction and clean + upload the code on how I do it for my case :)