Merge pull request #1655 from pierotofy/order

Lower blur threshold
pull/1657/head
Piero Toffanin 2023-05-22 11:03:13 -04:00 zatwierdzone przez GitHub
commit 05e8323174
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

@ -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,