Mathux / TMR

Official PyTorch implementation of the paper "TMR: Text-to-Motion Retrieval Using Contrastive 3D Human Motion Synthesis" ICCV 2023
https://mathis.petrovich.fr/tmr
MIT License
196 stars 17 forks source link

Offset joints #10

Closed Jungduri closed 10 months ago

Jungduri commented 10 months ago

Hi,

I have a quick question. I am wondering why offset joints are needed when you compute guoh3dfeats?

Code lines are in src/guofeats/motion_representation/_get_joints_to_guofeats

Thank you

Mathux commented 10 months ago

Hello,

This code has been taken from this repo https://github.com/EricGuo5513/HumanML3D/blob/main/motion_representation.ipynb I suggest to ask this to the original authors.

I had to include this representation in order to be compatible with prior work. Best