You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run:
python demo.py --cfg ./configs/config_h3d_stage3.yaml --example ./demos/t2m.txt
to evaluate.
I always have the error:
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/humanml3d\test.txt'
do I need to build humanml3d dataset according to the instruction from its github
The text was updated successfully, but these errors were encountered:
It seems building the complete humanml3d dataset is necessary. Before I built it, I encountered a ValueError: not enough values to unpack (expected 2, got 0) error. However, it ran smoothly after building it.
datasets/humanl3d must contain all the data files for the dataloader to work. As a result, you need to go to https://github.com/EricGuo5513/HumanML3D for all data preprocessing to obtain them.
The structure of the datasets directory should look like this:
When I run:
python demo.py --cfg ./configs/config_h3d_stage3.yaml --example ./demos/t2m.txt
to evaluate.
I always have the error:
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/humanml3d\test.txt'
do I need to build humanml3d dataset according to the instruction from its github
The text was updated successfully, but these errors were encountered: