OpenMotionLab / MotionGPT

[NeurIPS 2023] MotionGPT: Human Motion as a Foreign Language, a unified motion-language generation model using LLMs
https://motion-gpt.github.io
MIT License
1.38k stars 85 forks source link

If I only want to evaluate this motionGPT, do I need to build Humanml3D as well #74

Open LiJianmo opened 5 months ago

LiJianmo commented 5 months ago

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

WILLOSCAR commented 3 months ago

May I ask if you have already solved the problem? I would appreciate if you could provide a specific solution!

lijiaxing0213 commented 1 month ago

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.