vumichien's picture
First commit
4275cae
raw history blame
No virus
244 Bytes
mkdir -p body_models
cd body_models/
echo -e "The smpl files will be stored in the 'body_models/smpl/' folder\n"
gdown 1INYlGA76ak_cKGzvpOV2Pe6RkYTlXTW2
rm -rf smpl
unzip smpl.zip
echo -e "Cleaning\n"
rm smpl.zip
echo -e "Downloading done!"