Skip to content

Commit

Permalink
Update the download script
Browse files Browse the repository at this point in the history
  • Loading branch information
radekd91 committed Feb 10, 2023
1 parent 9170ab5 commit a60a6b1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions gdl_apps/EMOCA/demos/download_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ echo "Extracting EMOCA..."
unzip EMOCA.zip
cd ../../

echo "Downloading EMOCA v2..."
mkdir -p EMOCA/models
cd EMOCA/models
wget https://download.is.tue.mpg.de/emoca/assets/EMOCA/models/EMOCA_v2_mp.zip -O EMOCA_v2_mp.zip
wget https://download.is.tue.mpg.de/emoca/assets/EMOCA/models/EMOCA_v2_lr_mse_20.zip -O EMOCA_v2_lr_mse_20.zip
wget https://download.is.tue.mpg.de/emoca/assets/EMOCA/models/EMOCA_v2_lr_cos_1.5.zip -O EMOCA_v2_lr_cos_1.5.zip
echo "Extracting EMOCA v2..."
unzip EMOCA.zip
unzip EMOCA_v2_mp.zip
unzip EMOCA_v2_lr_mse_20.zip
unzip EMOCA_v2_lr_cos_1.5.zip
cd ../../

echo "Downloading DECA..."
mkdir -p EMOCA/models
cd EMOCA/models
Expand Down

0 comments on commit a60a6b1

Please sign in to comment.