natowi / meshroom_external_plugins

Support for various external software packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meshroom_external_plugins

Add support for various external software packages

The Meshroom plugins are licensed under MPL-2.

Tested on Windows only

The nodes provided here should be considered experimental.

For questions please open a new issue in this repository and not in the official meshroom repository

List of supported software packages:

DepthMapMask

alicevision/Meshroom#641

https://github.com/alicevision/meshroom/pull/641/files

MVE support

https://www.gcc.tu-darmstadt.de/home/proj/mve/

  • Convert2MVE convert Mesroom SfM to MVE data file format
  • MVEparams.md notes for node implementation

https://github.com/joreeves/mr2nerf

https://github.com/nicolalandro/DenseDepth

https://github.com/mirkosprojects/MeshroomDFM

https://github.com/SamMaoYS/arkit2meshroom

How to use the plugins:

The binary windows distribution of Meshroom can use uncompiled python source (*.py) files. (It compiles these files on-the-fly and creates a pycache folder.) So the only two things you need to do is:

  • copy the executable (InstantMeshes.exe) into aliceVision/bin folder and rename to 'external_instantMeshes.exe'
  • put the python file (InstantMeshes.py) into the libs/meshroom/nodes/aliceVision folder

For alternative methods, read the wiki

Software packages with Meshroom addons

Blender:

https://github.com/tibicen/meshroom2blender

https://github.com/tibicen/meshroom2blender

https://github.com/SBCV/Blender-Addon-Photogrammetry-Importer

https://github.com/s-leger/Meshroom_tracking_for_blender

( https://github.com/Stwend/MeshroomTools )

OrtogOnBlender https://www.blendernation.com/2019/07/29/meshroom-on-ortogonblender/

implementation:

https://github.com/cogitas3d/OrtogOnBlender/blob/08bb76a734d2c1e1af9aedcce15fbb1232d2e5ff/FotogrametriaMeshroom.py

About

Support for various external software packages

License:Mozilla Public License 2.0


Languages

Language:Python 99.9%Language:Batchfile 0.1%