diff --git a/__init__.py b/__init__.py index 7833ed3..fb7bf14 100644 --- a/__init__.py +++ b/__init__.py @@ -45,7 +45,7 @@ # If two points are further apart than this many percent of the image dimensions # they are not dups (at least not in this frame). -DUP_MAXDIST_PERCENT = 1.0 +DUP_MAXDIST_PERCENT = 0.5 @dataclass