Replies: 1 comment 2 replies
-
You could use https://meshroom-manual.readthedocs.io/en/latest/feature-documentation/cmd/photogrammetry.html Similar issue: #914 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a custom graph I would like to run through command line using "meshroom_compute". But I need to be able to input different images each time.
The grapfile.mg is a JSON which contains the images I loaded in the GUI, but for substituing them with the new, I don't know how to fill some parameters that meshroom fills automatically about the intrinsics and so on (focal length, principal point, sensor height and width,...). Don't know how meshroom calculates these parameters from the images as a init guess.
When I do it from the GUI or with "meshroom_batch" I can input a folder of images, how to do with "meshroom_compute"?
How "meshroom_compute" is supposed to run a graph each time with different images (without creating new graphfiles.mg through GUI)?
Beta Was this translation helpful? Give feedback.
All reactions