models/download-stanford
author Radek Brich <radek.brich@devl.cz>
Mon, 08 Sep 2014 20:14:24 +0200
branchpyrit
changeset 102 de3e9ea18f56
parent 62 07c2f8084719
child 103 3b3257a410fe
permissions -rwxr-xr-x
Migrate sources to Mercurial. Update links etc.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
62
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     1
#!/bin/sh
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     2
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     3
mkdir -p "$1"
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     4
cd "$1"
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     5
102
de3e9ea18f56 Migrate sources to Mercurial. Update links etc.
Radek Brich <radek.brich@devl.cz>
parents: 62
diff changeset
     6
wget http://graphics.stanford.edu/pub/3Dscanrep/bunny.tar.gz
62
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     7
tar xzf bunny.tar.gz
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     8
rm bunny.tar.gz
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     9
rm -rf bunny/data
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    10
mv bunny/reconstruction/* bunny
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    11
rmdir bunny/reconstruction
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    12
102
de3e9ea18f56 Migrate sources to Mercurial. Update links etc.
Radek Brich <radek.brich@devl.cz>
parents: 62
diff changeset
    13
wget http://graphics.stanford.edu/pub/3Dscanrep/happy/happy_recon.tar.gz
62
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    14
tar xzf happy_recon.tar.gz
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    15
rm happy_recon.tar.gz
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    16
mv happy_recon happy
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    17
102
de3e9ea18f56 Migrate sources to Mercurial. Update links etc.
Radek Brich <radek.brich@devl.cz>
parents: 62
diff changeset
    18
wget http://graphics.stanford.edu/pub/3Dscanrep/dragon/dragon_recon.tar.gz
62
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    19
tar xzf dragon_recon.tar.gz
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    20
rm dragon_recon.tar.gz
07c2f8084719 more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    21
mv dragon_recon dragon