File size: 262 Bytes
648627e |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
mkdir -p models
cd models/
echo -e "The smpl files will be stored in the 'models/smpl/' folder\n"
gdown "https://drive.google.com/uc?id=1INYlGA76ak_cKGzvpOV2Pe6RkYTlXTW2"
rm -rf smpl
unzip smpl.zip
echo -e "Cleaning\n"
rm smpl.zip
echo -e "Downloading done!"
|