Set threshold to 3

This commit is contained in:
Nicolas Mowen 2023-05-24 08:29:06 -06:00 committed by GitHub
parent 586533f8f6
commit 65be2dc898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ class NorfairTracker(ObjectTracker):
distance_function=frigate_distance,
# distance is relative to the size of the last
# detection
distance_threshold=4.0,
distance_threshold=3.0,
initialization_delay=0,
hit_counter_max=self.max_disappeared,
)