mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-17 19:16:26 +02:00
[node] Normal integration : export one maps per pose
This commit is contained in:
parent
49ed34caeb
commit
09c8ec6e39
1 changed files with 7 additions and 5 deletions
|
@ -47,10 +47,12 @@ Evaluate a depth map from a normals map (currently in development)
|
|||
|
||||
outputs = [
|
||||
desc.File(
|
||||
name="outputPath",
|
||||
label="Output Path",
|
||||
description="Path to the output folder.",
|
||||
value=desc.Node.internalFolder,
|
||||
name="depthMap",
|
||||
label="Depth Map Camera",
|
||||
description="Generated depth in the camera coordinate system.",
|
||||
semantic="image",
|
||||
value=desc.Node.internalFolder + "<POSE_ID>_depthMap.exr",
|
||||
uid=[],
|
||||
),
|
||||
group="", # do not export on the command line
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue