From f09901842cae9f1ebbf265607dd187f52189c124 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Mon, 25 Mar 2019 08:36:53 -0400 Subject: [PATCH] restore use-fixed-camera-params in ecto cell --- scripts/odm_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/odm_app.py b/scripts/odm_app.py index 7cba6b90..88397819 100644 --- a/scripts/odm_app.py +++ b/scripts/odm_app.py @@ -44,6 +44,7 @@ class ODMApp(ecto.BlackBox): processes=p.args.max_concurrency, matching_gps_neighbors=p.args.matcher_neighbors, matching_gps_distance=p.args.matcher_distance, + fixed_camera_params=p.args.use_fixed_camera_params, hybrid_bundle_adjustment=p.args.use_hybrid_bundle_adjustment), 'slam': ODMSlamCell(), 'smvs': ODMSmvsCell(alpha=p.args.smvs_alpha,