Update run_opensfm.py

typo radiometric-calibration and  radiometric_calibration
pull/1663/head
Sebastien 2023-06-07 16:34:32 +02:00 zatwierdzone przez GitHub
rodzic dd5e451448
commit c2d45bac27
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -141,7 +141,7 @@ class ODMOpenSfMStage(types.ODM_Stage):
largest_photo = find_largest_photo([p for p in photos])
undistort_pipeline.append(resize_thermal_images)
if args.radiometric_calibration != "none":
if args.radiometric-calibration != "none":
undistort_pipeline.append(radiometric_calibrate)
image_list_override = None