models/download-stanford.bat
author Radek Brich <radek.brich@devl.cz>
Tue, 26 Jul 2016 17:41:36 +0200
branchpyrit
changeset 103 3b3257a410fe
parent 102 de3e9ea18f56
permissions -rw-r--r--
Updated to compile: - KdTree+Octree: max_depth changed to static const (this should be configured at compile time) - wget tool replaced by curl, which is now more widespread - added CMakeLists (to eventually replace SCons) - various fixes

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