Could you share the code used to train t2m_trans_upper body
Thank you for sharing this outstanding work. I'm wondering how you got the pre-trained trans_upperbody? Could you share the training code?
Thank you for your interest in our work. We haven't cleaned up the upper body training code yet, but if you'd like, you can email me, and I'll send you the uncleaned version of the code.
Thank you for your interest in our work. We haven't cleaned up the upper body training code yet, but if you'd like, you can email me, and I'll send you the uncleaned version of the code.
Sure, thanks. I have sent an email.
Thank you for sharing this outstanding work. I'm also interested in the code for the pre-trained trans_upperbody. Could you share the training code?
Hi, You can get the code here
For training upper-lower:
- train VQVAE: - see shell script ./experiments/train_vq.sh - add "--sep-uplow" option to the train_vq.py
- train transformer: - see ./experiments/train_trans_uplow.sh