mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Set threshold to 3
This commit is contained in:
parent
586533f8f6
commit
65be2dc898
@ -55,7 +55,7 @@ class NorfairTracker(ObjectTracker):
|
|||||||
distance_function=frigate_distance,
|
distance_function=frigate_distance,
|
||||||
# distance is relative to the size of the last
|
# distance is relative to the size of the last
|
||||||
# detection
|
# detection
|
||||||
distance_threshold=4.0,
|
distance_threshold=3.0,
|
||||||
initialization_delay=0,
|
initialization_delay=0,
|
||||||
hit_counter_max=self.max_disappeared,
|
hit_counter_max=self.max_disappeared,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user