Spaces:
Build error
Build error
File size: 244 Bytes
c5f8b57 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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!" |