models/download-stanford.bat
author Radek Brich <radek.brich@devl.cz>
Mon, 08 Sep 2014 20:14:24 +0200
branchpyrit
changeset 102 de3e9ea18f56
parent 93 96d65f841791
permissions -rw-r--r--
Migrate sources to Mercurial. Update links etc.

mkdir %1
cd %1

wget http://graphics.stanford.edu/pub/3Dscanrep/bunny.tar.gz
bsdtar xzf bunny.tar.gz
del bunny.tar.gz
rmdir /S /Q bunny\data
move bunny\reconstruction\* bunny
rmdir /S /Q bunny\reconstruction

wget http://graphics.stanford.edu/pub/3Dscanrep/happy/happy_recon.tar.gz
bsdtar xzf happy_recon.tar.gz
del happy_recon.tar.gz
move happy_recon happy

wget http://graphics.stanford.edu/pub/3Dscanrep/dragon/dragon_recon.tar.gz
bsdtar xzf dragon_recon.tar.gz
del dragon_recon.tar.gz
move dragon_recon dragon