-
Hi! Thank you for this awesome 3D reconstruction software! I am new to Meshroom and I have a couple of questions. I used Meshroom to generate a 3D model from a set of photos. I am in need of rendering the generated model from specific camera poses (the same camera poses as the input images used for generating the 3D model). Could you provide me please some guidance on how I can achieve this? Can this be done directly in Meshroom? Thank you in advance for all your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Here is an example from the Tanksandtemples dataset in Meshroom 2023.3: You can overlay source image and reconstruction. Click through the Image gallery to align each image. You could also use Blender with this addon: https://github.com/SBCV/Blender-Addon-Photogrammetry-Importer |
Beta Was this translation helpful? Give feedback.
"some of the camera parameters are off" -> I am not so familiar with Blender myself, but you should be able to create a camera with real parameters from the parameters in the metadata of your original images. Do you use the original images or the undistorted images?
Maybe check out https://github.com/tibicen/meshroom2blender as alternative? (not sure if it works with the latest release)
"Is there any way to save images directly from the 3D Viewer in Meshroom?" -> No. The 3D viewer is based on https://github.com/alicevision/QtAliceVision if you want to check out the code. Saving the view as image could be nice contribution.