Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
emoca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Symeonidis-Herzig, Alexandre (PG/R - Comp Sci & Elec Eng)
emoca
Commits
a60a6b17
Commit
a60a6b17
authored
2 years ago
by
rdanecek
Browse files
Options
Downloads
Patches
Plain Diff
Update the download script
parent
9170ab5c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gdl_apps/EMOCA/demos/download_assets.sh
+13
-0
13 additions, 0 deletions
gdl_apps/EMOCA/demos/download_assets.sh
with
13 additions
and
0 deletions
gdl_apps/EMOCA/demos/download_assets.sh
+
13
−
0
View file @
a60a6b17
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment