My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
InstallingRunningApplication  
How to install and run the osm-bundler
Featured
Updated Aug 26, 2010 by vvoovv.p...@gmail.com

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:

  • Install libgfortran.so.3: sudo apt-get install libgfortran3
  • Specify where the libANN_char.so library is by typing: export LD_LIBRARY_PATH="/pathto/osm-bundler/software/bundler/bin"

Running

Normally 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 set

You could try our photo test set: http://osm-bundler.googlecode.com/files/example_OldTownHall.zip

Comment by bl33...@googlemail.com, Mar 5, 2012

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

subprocess.call([genOptionExecutable, "./"])

to e.g.

subprocess.call([genOptionExecutable, "./", "0", "2", "0.5", "9", "2", "4" ])

(the arguments are assigned to level, csize, threshold, wsize, minImageNum, CPU)

see: http://grail.cs.washington.edu/software/pmvs/documentation.html

Comment by jlmadu...@gmail.com, May 30, 2013

Linux Distribution on 32 bits

Distribution is built on 32 bits linux. For 64 bits version follow CreateDistributionYourself.

Powered by Google Project Hosting