MotionGPT icon indicating copy to clipboard operation
MotionGPT copied to clipboard

bash prepare/download_smpl_model.sh Execution error

Open victorpan888 opened this issue 2 years ago • 2 comments

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?

victorpan888 avatar Jan 17 '24 02:01 victorpan888

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)

MingCongSu avatar Jan 18 '24 08:01 MingCongSu

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.

zsolt-csibi avatar Jan 21 '24 14:01 zsolt-csibi