atnikos / teach

Official PyTorch implementation of the paper "TEACH: Temporal Action Compositions for 3D Humans" [3DV 2022]
https://teach.is.tue.mpg.de
Other
387 stars 41 forks source link

about visualization of result #21

Closed zhuangzhuang000 closed 2 years ago

zhuangzhuang000 commented 2 years 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)?

atnikos commented 2 years 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 :)