Skip to content

Commit e7738b0

Browse files
committed
[pipeline] Simplify MV-PS pipeline
Pose transfert in SfMTransfert
1 parent 1632e89 commit e7738b0

File tree

2 files changed

+1160
-1
lines changed

2 files changed

+1160
-1
lines changed

meshroom/nodes/aliceVision/SfMTransfer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ class SfMTransfer(desc.AVCommandLineNode):
3737
" - from_viewid: Align cameras with same view ID.\n"
3838
" - from_filepath: Align cameras with a filepath matching, using 'fileMatchingPattern'.\n"
3939
" - from_metadata: Align cameras with matching metadata, using 'metadataMatchingList'.\n"
40+
" - from_poseid: Copy known poses.\n"
4041
" - from_intrinsicid: Copy intrinsics parameters.\n",
4142
value="from_viewid",
42-
values=["from_viewid", "from_filepath", "from_metadata", "from_intrinsicid"],
43+
values=["from_viewid", "from_filepath", "from_metadata", "from_poseid", "from_intrinsicid"],
4344
exclusive=True,
4445
uid=[0],
4546
),

0 commit comments

Comments
 (0)