athn-nik / teach

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

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

Open wang-zm18 opened 9 months ago

wang-zm18 commented 9 months 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!

athn-nik commented 9 months ago

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