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

Why the motiondecoder is able to decode both text and motion? #45

Open wang-zm18 opened 1 year ago

wang-zm18 commented 1 year ago

https://github.com/athn-nik/teach/blob/f4285aff0fd556a5b46518a751fc90825d91e68b/teach/model/teach.py#L295

I think it is necessary to differetiate the text decoder and the motion decoder. So I am confused. Thank you in advance!

atnikos commented 1 year ago

Can you please elaborate on this? The motiondecoder is responsible for decoding the texts and the motion latents.