mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 06:23:42 +00:00
Remove
This commit is contained in:
parent
6279e8fa3a
commit
8a0f4e195d
@ -71,14 +71,6 @@ class TrackedObject:
|
||||
self.velocity_angle = 0
|
||||
self.path_data = []
|
||||
self.previous = self.to_dict()
|
||||
self.requires_face_detection = (
|
||||
self.camera_config.face_recognition.enabled
|
||||
and "face" not in self.camera_config.objects.track
|
||||
)
|
||||
self.requires_lpr_detection = (
|
||||
self.camera_config.lpr.enabled
|
||||
and "license_plate" not in self.camera_config.objects.track
|
||||
)
|
||||
|
||||
@property
|
||||
def max_severity(self) -> Optional[str]:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user