3D Reconstruction Software
Find a file
2018-06-08 14:45:49 +02:00
bin [bin] fix meshroom_photogrammetry: parameter downscale has changed 2018-05-17 17:26:33 +02:00
docs/logo update meshroom logo, icon and banner 2018-04-21 11:56:22 +02:00
meshroom [ui] split __main__.py code into separate modules 2018-06-06 12:18:43 +02:00
tests [tests] fix multiviewPipeline test 2018-06-06 11:41:24 +02:00
.gitignore [gitignore] ignore .jsc files 2017-12-14 19:13:50 +01:00
appveyor.yml [setup] split dev requirements + update install doc 2018-06-08 14:45:49 +02:00
COPYING.md Add License file 2018-04-23 21:42:41 +02:00
dev_requirements.txt [setup] split dev requirements + update install doc 2018-06-08 14:45:49 +02:00
INSTALL.md [setup] split dev requirements + update install doc 2018-06-08 14:45:49 +02:00
LICENSE-MPL2.md Add License file 2018-04-23 21:42:41 +02:00
README.md [setup] split dev requirements + update install doc 2018-06-08 14:45:49 +02:00
requirements.txt [setup] split dev requirements + update install doc 2018-06-08 14:45:49 +02:00
setup.py [setup.py] fix typo in requirements 2017-10-06 15:48:28 +02:00

Meshroom - 3D Reconstruction Software

Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework.

Learn more details about the pipeline on AliceVision website.

See results of the pipeline on sketchfab.

Continous integration:

  • Windows: Build status

Photogrammetry

Photogrammetry is the science of making measurements from photographs. It infers the geometry of a scene from a set of unordered photographs or videos. Photography is the projection of a 3D scene onto a 2D plane, losing depth information. The goal of photogrammetry is to reverse this process.

See the presentation of the pipeline steps.

License

The project is released under MPLv2, see COPYING.md.

Get the project

See INSTALL.md to setup the project and pre-requisites.

Get the source code and install runtime requirements:

git clone --recursive git://github.com/alicevision/meshroom
cd meshroom
pip install -r requirements.txt

Start Meshroom

You need to have AliceVision installation in your PATH and LD_LIBRARY_PATH.

  • Launch the User Interface
PYTHONPATH=$PWD python meshroom/ui

On Ubuntu, you may have conflicts between native drivers and mesa drivers. In that case, you need to force usage of native drivers by adding them to the LD_LIBRARY_PATH: LD_LIBRARY_PATH=/usr/lib/nvidia-340 PYTHONPATH=$PWD python meshroom/ui You may need to adjust the folder /usr/lib/nvidia-340 with the correct driver version.

  • Launch a 3D reconstruction in command line
PYTHONPATH=$PWD python bin/meshroom_photogrammetry --input INPUT_IMAGES_FOLDER --output OUTPUT_FOLDER