mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 13:15:25 +03:00
Fix incorrect labels
This commit is contained in:
parent
1b73917ba3
commit
013aeaf2f6
@ -265,7 +265,14 @@ class ReviewSegmentMaintainer(threading.Thread):
|
||||
self.frame_manager.close(frame_id)
|
||||
elif len(motion) >= 20:
|
||||
self.active_review_segments[camera] = PendingReviewSegment(
|
||||
camera, frame_time, SeverityEnum.signification_motion, motion=motion
|
||||
camera,
|
||||
frame_time,
|
||||
SeverityEnum.signification_motion,
|
||||
detections=set(),
|
||||
objects=set(),
|
||||
sub_labels=set(),
|
||||
motion=motion,
|
||||
zones=set(),
|
||||
)
|
||||
|
||||
def run(self) -> None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user