mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-26 19:09:02 +03:00
Add audio labelmap grouping (#24004)
Allow audio classes to be grouped under a shared configured label. Keep audio overrides separate from object labels and retain only the highest-scoring grouped detection. Refs #23967
This commit is contained in:
committed by
Josh Hawkins
parent
0f5ed8822d
commit
7b42d94bfe
@@ -31,7 +31,7 @@ const audio: SectionConfigOverrides = {
|
||||
detection: ["listen", "filters"],
|
||||
sensitivity: ["min_volume", "max_not_heard"],
|
||||
},
|
||||
hiddenFields: ["enabled_in_config"],
|
||||
hiddenFields: ["enabled_in_config", "labelmap"],
|
||||
advancedFields: ["min_volume", "max_not_heard", "num_threads"],
|
||||
uiSchema: {
|
||||
filters: {
|
||||
|
||||
Reference in New Issue
Block a user