mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 12:15:25 +03:00
Make default region multiplier consistent
This commit is contained in:
parent
3df8b5829c
commit
8e34490178
@ -414,7 +414,7 @@ def get_cluster_region(frame_shape, min_region, cluster, boxes):
|
|||||||
max_x = max(boxes[b][2], max_x)
|
max_x = max(boxes[b][2], max_x)
|
||||||
max_y = max(boxes[b][3], max_y)
|
max_y = max(boxes[b][3], max_y)
|
||||||
return calculate_region(
|
return calculate_region(
|
||||||
frame_shape, min_x, min_y, max_x, max_y, min_region, multiplier=1.2
|
frame_shape, min_x, min_y, max_x, max_y, min_region, multiplier=1.35
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user