|
InstallingRunningApplication
How to install and run the osm-bundler
Featured The easiest way to install osm-bundler is described here. Alternatively you can compose it yourself from several pieces. See CreateDistributionYourself for the details. Installation
Linux users may need to take two additional steps:
RunningNormally you would run osm-bundler in the following way: python path_to/RunBundler.py --photo=<text file with a list of photos or a directory with photos> To see help just run: python path_to/RunBundler.py Photo test setYou could try our photo test set: http://osm-bundler.googlecode.com/files/example_OldTownHall.zip |
Accessing genOptions
For me the following worked to run pmvs2 with different options: Modifying following line in (example: archeos): /usr/share/archeos/osm-bundler/linux/osmcmvs/init.py
to e.g.
(the arguments are assigned to level, csize, threshold, wsize, minImageNum, CPU)
see: http://grail.cs.washington.edu/software/pmvs/documentation.html
Linux Distribution on 32 bits
Distribution is built on 32 bits linux. For 64 bits version follow CreateDistributionYourself.