models/download-stanford.bat
author Radek Brich <radek.brich@devl.cz>
Tue, 26 Jul 2016 18:19:37 +0200
branchpyrit
changeset 104 2274a07510c1
parent 102 de3e9ea18f56
permissions -rw-r--r--
Cleanup, dropped Windows support

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