后台小程序开发的全方位指南
4160
2022-10-31
Meshroom 一个基于AliceVision框架的免费开源3D重建软件
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:
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.
Manual
https://meshroom-manual.readthedocs.io
Tutorials
Meshroom: Open Source 3D Reconstruction Software by Mikros Image
Overall presentation of the Meshroom software.
Meshroom Tutorial on Sketchfab by Mikros Image
Detailed tutorial with a focus on the features of the 2019.1 release.
Photogrammetry 2 – 3D scanning with just PHONE/CAMERA simpler, better than ever! by Prusa 3D Printer
Overall presentation of the protogrammetry practice with Meshroom.
How to 3D Photoscan Easy and Free! by by CG Geek
Overall presentation of the protogrammetry practice with Meshroom and detailed presentation how to do the retolopogy in Blender.
Meshroom Survival Guide by Moviola
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/meshroomcd meshroompip 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
# Windowsset pythonPATH=%CD% && python meshroom/ui# Linux/macOSPYTHONPATH=$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=$PWDpython 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.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~