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,