mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 04:21:56 -05:00
Compare commits
1 Commits
dev
...
fix-log-le
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5615ec82dc |
@@ -601,7 +601,7 @@ class CustomObjectClassificationProcessor(RealTimeProcessorApi):
|
|||||||
|
|
||||||
if consensus_label is not None:
|
if consensus_label is not None:
|
||||||
camera = obj_data["camera"]
|
camera = obj_data["camera"]
|
||||||
logger.info(
|
logger.debug(
|
||||||
f"{self.model_config.name}: Publishing sub_label={consensus_label} for {obj_data['label']} object {object_id} on {camera}"
|
f"{self.model_config.name}: Publishing sub_label={consensus_label} for {obj_data['label']} object {object_id} on {camera}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user