From f172e91b7ebaf0ab5153e5eeecfe15b44479d527 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 22 May 2023 11:01:19 -0400 Subject: [PATCH] Lower blur threshold --- stages/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/dataset.py b/stages/dataset.py index a859180b..4e5eb360 100644 --- a/stages/dataset.py +++ b/stages/dataset.py @@ -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,