smog / prepare /download_smpl_files.sh
vonexel's picture
add: SMPL and SMPL+H model files & script for downloading
648627e verified
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!"