Replies: 1 comment 1 reply
-
Hi @AD288, Bit of a meshroom noob myself, but I noticed you can see the command line calls for each stage of the pipeline under the "status" tab for each node (see lower-right corner of the attached screenshot). As a first step, I would see if you can recreate all the calls just in your OS's terminal. Once you are able to reliably do that, you can then have Python make the calls by using subprocess module. https://realpython.com/python-subprocess/ Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I found that we can do it using (https://github.com/alicevision/Meshroom/blob/develop/bin/meshroom_batch) , but I’m junior in python, what’s the procedure? how can I launch with my images and get the results using this file?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions