Change image directory reference to resized rather than raw

Former-commit-id: fe5039947b
pull/1161/head
Dakota Benjamin 2016-09-28 13:14:46 -04:00
rodzic 0805e8319c
commit 451bf764d0
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -50,7 +50,7 @@ class ODMGeoreferencingCell(ecto.Cell):
# odm_georeference definitions
kwargs = {
'bin': context.odm_modules_path,
'imgs': tree.dataset_raw,
'imgs': tree.dataset_resize,
'imgs_list': tree.opensfm_bundle_list,
'coords': tree.odm_georeferencing_coords,
'log': tree.odm_georeferencing_utm_log
@ -82,7 +82,7 @@ class ODMGeoreferencingCell(ecto.Cell):
kwargs = {
'bin': context.odm_modules_path,
'bundle': tree.opensfm_bundle,
'imgs': tree.dataset_raw,
'imgs': tree.dataset_resize,
'imgs_list': tree.opensfm_bundle_list,
'model': tree.odm_textured_model_obj,
'pc': tree.pmvs_model,