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.46k stars 91 forks source link

bash prepare/download_smpl_model.sh Execution error #71

Open victorpan888 opened 8 months ago

victorpan888 commented 8 months ago

Follow the instructions in the document until this error occurs。 bash prepare/download_smpl_model.sh image Do you have any friends who have encountered the same problem?

MingCongSu commented 8 months ago

I met this problem when I built the environment on Windows. Then I download the dependency (SMPL model) in prepare/download_smpl_model.sh manually. (i.e. directly click on the link, download, and extract the file)

zsolt-csibi commented 8 months ago

After the downloading part it says that gdown: command is not found, gdown is used for downloading files from Google Drive.I also get this error, at least the gdown part, and pip install gdown solved the executing of the bash file.

For the errors with the $'\r' I do not know, but first install gdown.