yann-lty / meshroom

3D Reconstruction Software

Home Page:http://alicevision.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meshroom - 3D Reconstruction Sofware

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.

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:

git clone --recursive git://github.com/alicevision/meshroom
cd meshroom

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

About

3D Reconstruction Software

http://alicevision.github.io

License:Other


Languages

Language:Python 60.2%Language:QML 38.2%Language:GLSL 1.5%Language:JavaScript 0.1%