mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
change default R back to 3.4
This commit is contained in:
parent
3031534c3d
commit
9247a112a8
@ -104,7 +104,7 @@ class NorfairTracker(ObjectTracker):
|
||||
# lowering R means that we trust the position of the bounding boxes more
|
||||
# testing shows that the prediction was being relied on a bit too much
|
||||
self.default_tracker_config = {
|
||||
"filter_factory": OptimizedKalmanFilterFactory(R=4),
|
||||
"filter_factory": OptimizedKalmanFilterFactory(R=3.4),
|
||||
"distance_function": frigate_distance,
|
||||
"distance_threshold": 2.5,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user