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
205 stars 18 forks source link

Missing file when run enocode_dataset.py #16

Closed dante0shy closed 5 months ago

dante0shy commented 5 months ago

Hi, thanks for your great work. However, when I run the encode_dataset, I get an error as

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/annotations/humanml3d/token_embeddings/distilbert-base-uncased.npy'

And I do not find this file in the dataset. Am I missing any step?

dante0shy commented 5 months ago

Sorry, I found out I do miss a step.