ACTOR
ACTOR copied to clipboard
Official Pytorch implementation of the paper "Action-Conditioned 3D Human Motion Synthesis with Transformer VAE", ICCV 2021
Hi @Mathux ! Can you share with us the training commands reproducing the `gru` and `fc` models reported in your paper? Thanks:)
Hi Thanks for the repo and the documentation! How can I create .pkl files for a custom dataset to train models on or evaluate current models on them?
Wonderful work! Now, I have a question about how to convert 3D keypoints estimated by other models and transfer them to the desired mesh by parameters of mean meshed SMPL....
hello, when I want to train stgcn using new dataset, I find that there is no ‘src.util.trainer’, did the author forget to put it in?