mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
[core][io] save header with versions metadata in graph file
* save a header with versions metadata: * meshroom release * file format * node types used in the graph * save the graph in a dedicated "graph" category * multiview: store pipeline version in graph header
This commit is contained in:
parent
5f3ddffbbf
commit
a9e61108ab
2 changed files with 39 additions and 2 deletions
|
@ -66,6 +66,9 @@ def photogrammetryPipeline(graph):
|
|||
sfmNodes = sfmPipeline(graph)
|
||||
mvsNodes = mvsPipeline(graph, sfmNodes[-1])
|
||||
|
||||
# store current pipeline version in graph header
|
||||
graph.header.update({'pipelineVersion': __version__})
|
||||
|
||||
return sfmNodes, mvsNodes
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue