kopia lustrzana https://github.com/OpenDroneMap/ODM
Georeferencing pc_params fix
rodzic
5db5eddd73
commit
7cf10bf033
|
@ -103,6 +103,8 @@ class ODMGeoreferencingCell(ecto.Cell):
|
||||||
|
|
||||||
if transformPointCloud:
|
if transformPointCloud:
|
||||||
kwargs['pc_params'] = '-inputPointCloudFile {pc} -outputPointCloudFile {pc_geo}'.format(**kwargs)
|
kwargs['pc_params'] = '-inputPointCloudFile {pc} -outputPointCloudFile {pc_geo}'.format(**kwargs)
|
||||||
|
else:
|
||||||
|
kwargs['pc_params'] = ''
|
||||||
|
|
||||||
# Check to see if the GCP file exists
|
# Check to see if the GCP file exists
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue