opensfm, mve tweaks

Former-commit-id: e2873f6380
pull/1161/head
Piero Toffanin 2019-06-20 10:13:09 -04:00
rodzic d1c8765b85
commit 76bb6f5e13
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -106,6 +106,7 @@ class OSFMContext:
"depthmap_min_consistent_views: %s" % args.opensfm_depthmap_min_consistent_views,
"optimize_camera_parameters: %s" % ('no' if args.use_fixed_camera_params or has_camera_calibration else 'yes'),
"undistorted_image_format: png", # mvs-texturing exhibits artifacts with JPG
"bundle_outlier_filtering_type: AUTO",
]
if has_alt:

Wyświetl plik

@ -64,6 +64,7 @@ class ODMMveStage(types.ODM_Stage):
"-s%s" % mve_output_scale,
"--progress=silent",
"--local-neighbors=2",
"--filter-width=3",
]
# Run MVE's dmrecon