Lower blur threshold

pull/1655/head
Piero Toffanin 2023-05-22 11:01:19 -04:00
rodzic 3535c64347
commit f172e91b7e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -135,7 +135,7 @@ class ODMLoadDatasetStage(types.ODM_Stage):
"input": video_files,
"output": images_dir,
"blur_threshold": 300,
"blur_threshold": 200,
"distance_threshold": 10,
"black_ratio_threshold": 0.98,
"pixel_black_threshold": 0.30,