Mathux / TEMOS

Official PyTorch implementation of the paper "TEMOS: Generating diverse human motions from textual descriptions", ECCV 2022 (Oral)
https://mathis.petrovich.fr/temos/
MIT License
366 stars 25 forks source link

There are some errors when i tried to run sample.py to generate motion #21

Closed Jolinbaby closed 1 year ago

Jolinbaby commented 1 year ago

QQ截图20230115170913 Error executing job with overrides: ['folder=D:\text-to-motion-main\TEMOS-master\TEMOS\pretrained_models\kit-amass-xyz\5xp9647f'] [01/15/23 16:45:45] INFO Global seed set to 1234 seed.py:54 INFO Loading data module sample.py:88Error executing job with overrides: ['folder=D:\text-to-motion-main\TEMOS-master\TEMOS\pretrained_models\kit-mmm-xyz\3l49g7hv'] Error in call to target 'temos.data.kit.KITDataModule': FileNotFoundError(2, 'No such file or directory') full_key: data

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.


besides, kit datasets have only "xxxx_mmm.xml","xxx_annotations.json"and"xxxx_meta.json",where to find "_fke.csv"? Is it the reason why I met these errors when I wanted to generate motions?

hope you can reply as soon as possible thank you!

Mathux commented 1 year ago

Hello @Jolinbaby ,

You should pre-processed the data with code of Ghosh et al. or JL2P, following the instructions of the README

Best,