mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
Create Init functions for nodes, submitters and pipelines
This commit is contained in:
parent
b173de5a73
commit
a6be4e4938
5 changed files with 34 additions and 24 deletions
|
@ -31,6 +31,8 @@ parser.add_argument('-i', '--iteration', type=int,
|
|||
|
||||
args = parser.parse_args()
|
||||
|
||||
meshroom.core.initNodes()
|
||||
|
||||
graph = meshroom.core.graph.loadGraph(args.graphFile)
|
||||
if args.cache:
|
||||
graph.cacheDir = args.cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue