--fusion_mode with openMVS_sample #699
Answered
by
cdcseacave
AdrianKriger
asked this question in
Q&A
-
Hi; I am attempting to follow the Scalable pipeline through extending @FlachyJoe `s MvgMvsPipeline.py with ["Densify point cloud", # 14
os.path.join(OPENMVS_BIN, "DensifyPointCloud"),
["-i", "sceneGeo.mvs", "--resolution-level", "1", "--fusion-mode", "1", "--number-views", "5", "-w", "%mvs_dir%"]], which will be followed by: ["Split scene", # 15
os.path.join(OPENMVS_BIN, "DensifyPointCloud"),
["-i", "sceneGeo.mvs", "--sub-scene-area", "660000", "--max-threads", "4", "-w", "%mvs_dir%"]],
["Export scene", # 16
os.path.join(OPENMVS_BIN, "DensifyPointCloud"),
[ {another function will loop through each `sceneGeo_xxxx.mvs` here} "--dense-config-file", "Densify.ini", "--resolution-level", "1", "--number-views-fuse", "2", "--max-threads", "4", "-w", "%mvs_dir%"]], Unfortunately I don't get that far. The cmd returns:
I am using the binaries at openMVS_sample.
Is |
Beta Was this translation helpful? Give feedback.
Answered by
cdcseacave
Sep 28, 2021
Replies: 1 comment 1 reply
-
sample repo is up to date with master, and this feature is not in master, use the binary in the autobuild repo |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AdrianKriger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sample repo is up to date with master, and this feature is not in master, use the binary in the autobuild repo