mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
Fix bird sub label
This commit is contained in:
parent
4bfc8ecc10
commit
9ae0ddd0b8
@ -144,7 +144,8 @@ class BirdRealTimeProcessor(RealTimeProcessorApi):
|
|||||||
return
|
return
|
||||||
|
|
||||||
self.sub_label_publisher.publish(
|
self.sub_label_publisher.publish(
|
||||||
EventMetadataTypeEnum.sub_label, (id, self.labelmap[best_id], score)
|
EventMetadataTypeEnum.sub_label,
|
||||||
|
(obj_data["id"], self.labelmap[best_id], score),
|
||||||
)
|
)
|
||||||
self.detected_birds[obj_data["id"]] = score
|
self.detected_birds[obj_data["id"]] = score
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user