3D Reconstruction Software
Find a file
2019-09-10 09:20:00 +02:00
.github [github] set daysUntilStale to 120 2019-08-16 21:55:38 +02:00
bin [bin] meshroom_photogrammetry: rebuild intrinsics only if we have new input images 2019-08-07 20:06:48 +02:00
docker [docker] update to Qt 5.13 2019-08-07 10:25:11 +02:00
docs/logo update meshroom logo, icon and banner 2018-04-21 11:56:22 +02:00
meshroom Merge branch 'develop' of github.com:alicevision/meshroom into dev/stats 2019-09-10 09:20:00 +02:00
tests [tests] multiviewPipeline: add de/serialization testing 2019-02-01 16:04:09 +01:00
.gitignore add build/tests folders to .gitignore 2018-06-08 14:46:59 +02:00
.travis.yml Travis CI: Add Python 3.7 to the testing 2019-05-14 12:32:38 +02:00
appveyor.yml [ci][appVeyor] remove Python27 matrix 2018-08-03 17:24:04 +02:00
CHANGES.md Add release notes for 2019.2 2019-08-12 19:10:27 +02:00
CMakeLists.txt [cmake] another workaround 2019-08-08 13:58:04 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-08-08 16:36:47 +02:00
CONTRIBUTING.md [doc] Minor fix to CONTRIBUTING 2019-08-16 17:17:49 +02:00
COPYING.md [copying] add the obvious AliceVision dependency 2019-02-22 15:53:51 +01:00
dev_requirements.txt [setup] split dev requirements + update install doc 2018-06-08 14:45:49 +02:00
Dockerfile [docker] go back to cuda-7.0 for compatibility 2019-08-23 14:42:53 +02:00
Dockerfile_py2 [docker] minor fix for python-2 2019-09-09 16:49:35 +02:00
INSTALL.md [doc] INSTALL: add QtAliceVision 2019-08-12 19:10:27 +02:00
LICENSE-MPL2.md Add License file 2018-04-23 21:42:41 +02:00
README.md [doc] add cii badge 2019-08-08 17:02:10 +02:00
requirements.txt Merge branch 'develop' of github.com:alicevision/meshroom into dev/stats 2019-09-10 09:20:00 +02:00
setup.py [cxFreeze] bundle more context files 2019-08-21 22:31:52 +02:00
setupInitScriptUnix.py [setup] init LD_LIBRARY_PATH in cx_Freeze 2018-08-08 16:36:31 +00:00

Meshroom - 3D Reconstruction Software

CII Best Practices

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

Learn more details about the pipeline on AliceVision website.

See results of the pipeline on sketchfab.

Continuous integration:

  • Windows: Build status
  • Linux: 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.

Tutorials

Overall presentation of the Meshroom software.

Detailed tutorial with a focus on the features of the 2019.1 release.

Overall presentation of the protogrammetry practice with Meshroom.

Overall presentation of the protogrammetry practice with Meshroom and detailed presentation how to do the retolopogy in Blender.

Presentation of the Meshroom software with a focus on using it for Match Moving.

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 on Linux/macOS).

  • Launch the User Interface
# Windows
set PYTHONPATH=%CD% && python meshroom/ui
# Linux/macOS
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
# Windows: set PYTHONPATH=%CD% &&
# Linux/macOS: PYTHONPATH=$PWD
python bin/meshroom_photogrammetry --input INPUT_IMAGES_FOLDER --output OUTPUT_FOLDER

FAQ

See the Meshroom wiki for more information.

Contact

Use the public mailing-list to ask questions or request features. It is also a good place for informal discussions like sharing results, interesting related technologies or publications:

alicevision@googlegroups.com http://groups.google.com/group/alicevision

You can also contact the core team privately on: alicevision-team@googlegroups.com.