mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
remove redundant
This commit is contained in:
parent
cefac89d6a
commit
c6b0ec6389
@ -172,9 +172,7 @@ class EventProcessor(threading.Thread):
|
|||||||
Event.model_type: first_detector.model.model_type,
|
Event.model_type: first_detector.model.model_type,
|
||||||
Event.detector_type: first_detector.type,
|
Event.detector_type: first_detector.type,
|
||||||
Event.data: {
|
Event.data: {
|
||||||
"area": event_data.get("area", 0),
|
|
||||||
"box": box,
|
"box": box,
|
||||||
"ratio": event_data.get("ratio", width / height),
|
|
||||||
"region": region,
|
"region": region,
|
||||||
"score": score,
|
"score": score,
|
||||||
"top_score": event_data["top_score"],
|
"top_score": event_data["top_score"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user