OpenMVG (open Multiple View Geometry)
Meshroom
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SonarCloud - Analyze your C and C++ projects with just one click.
- Onboard AI - Learn any GitHub repo in 59 seconds
- Revelo Payroll - Free Global Payroll designed for tech teams
OpenMVG (open Multiple View Geometry) | Meshroom | |
---|---|---|
10 | 125 | |
5,084 | 9,804 | |
0.9% | 1.4% | |
0.0 | 0.0 | |
9 days ago | 5 days ago | |
C++ | Python | |
Mozilla Public License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OpenMVG (open Multiple View Geometry)
-
Import many photogrammetry software's scenes into Blender
OpenMVG (JSON, NVM, PLY)
-
What are some C++ projects with high quality code that I can read through?
I find openMVG very decent, FTXUI might be a good one and nlohmann's json library is also pretty nice. I don't really know of any project that strictly adheres to the core guidelines, except maybe for some of Jason Turner's (sample) projects.
-
helpful pointers to state-of-the-art material for depth estimation from multi-view videos captured from cameras with arbitrary poses.
I am looking for some pointers to papers/open-source software that can do fast and accurate depth estimation from multi-view videos. I am aware of colmap and OpenMVG software but was curious to know if there are others out there that outperform these. I am also interested in any state-of-the-art for depth estimation using unsupervised or self-supervised neural networks.
- Packages for Bundle Adjustment
-
Does anyone have open source C++ projects that I can try contributing to?
OpenMVG is super cool, and the project lead Pierre is very generous with his time.
-
Using Meshroom as a lib in python
Meshroom is just a Python wrapper for VSfM. OpenMVS seems like the package most customizers are starting to use. https://github.com/openMVG/openMVG
Meshroom
-
Gaussian Splatting is pretty cool
Take a look at Meshroom from https://alicevision.org/
It's a pretty decent tool, although not sure if videos work well.
I once tried to build a mesh from an aerial video by extracting certain frames and the result was ok-ish
- Magic123: One Image to High-Quality 3D Object Generation
-
An AI-generated 3D scene created from photos
Photogrametrie https://alicevision.org/
-
Turntable Photogrammetry with Meshroom
I used Ultra settings as recommended in an issue thread on the meshroom github page. I also tried masking the images using Rembg . I wrote a script that automates the process for me which masks the images and transfers the metadata over to the masked images - here is a link to the script I wrote if anyone finds use for it.
-
Best way to work with point cloud files?
You could start by importing the point cloud model into a software with native support for the file format. Some open source examples are Meshroom (https://alicevision.org) or Meshlab (https://www.meshlab.net). There are other softwares from companies like Autodesk that might be more intuitive but you'd need licenses to use them. Rhino and Blender can handle the file formats but might struggle depending on the size and complexity.
-
3D Novel View Synthesis with Diffusion Models
You're probably looking for multiview photogrammetry. Also known as "structure from motion." https://github.com/alicevision/Meshroom is a good free tool for this, but the most popular one is probably AGISoft MetaShape.
-
MeshroomCL - This version of Meshroom doesn't require CUDA
huh? https://github.com/alicevision/meshroom
-
NVIDIA's Instant-NGP is getting increasingly better. Took this NeRF in Bordeaux-Saint-Clair, Normandie, France. What do you think?
There is also 3DF Zephyr and Meshroom
-
OpenDroneMap
Are you aware of solutions like Alicevision/Meshroom (MPLv2)?
-
Where can I find Meshroom's SFM code?
I would like to understand how Meshroom works under the hood, but couldn't find the source code. There is the github project Meshroom Github, but it only consists of the frontend code and calls the prebuild binaries. Does Meshroom also publish the source code for those binaries or is it proprietary?
What are some alternatives?
colmap - COLMAP - Structure-from-Motion and Multi-View Stereo
ODM - A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
Open3D - Open3D: A Modern Library for 3D Data Processing
OpenCV - Open Source Computer Vision Library
instant-ngp - Instant neural graphics primitives: lightning fast NeRF and more
OpenSfM - Open source Structure-from-Motion pipeline
AliceVision - Photogrammetric Computer Vision Framework
meshroomcl - MeshroomCL: An OpenCL implementation of photogrammetry with the Meshroom interface
Blender-Addon-Photogrammetry-Importer - Addon to import different photogrammetry formats into Blender
VTK - Mirror of Visualization Toolkit repository
tsdf-fusion-python - Python code to fuse multiple RGB-D images into a TSDF voxel volume.