You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As already discussed in #161, i would love to have a feature to set/override the min_score for specific labels to be able to e.g. set something like:
cat: min_score = 85
person: min_score = 80
Describe the solution you'd like
Being able to set in the config(-file) a separate min_score for specific labels
Below just a very basic option which may not be the best (just a proposal)
if a label is followed by :dd the min_score for this specific is overridden
The result would be for the example above would be notification for the separate labels as follows
- persons at 80
- dogs at 65
- cats at 75
- birds never
Describe alternatives you've considered
Creating a section in the config for each available label but this would increase the complexity of the config file
But would also be fine for me
Additional context
Cats get recognized much worse in my case than humans, so i would like to fine tune these things on notification level and keep the events recorded ans stored in frigate
telegram-notify would be the perfect level of "score-filtering" for my taste
The text was updated successfully, but these errors were encountered:
I "think" i do not even use sublabels
So not in my scope either for this issue
Yes, but it's more about how to analyze and design new features: not to forget to cover different user stories, even if they are not currently exposed in a specific use case ;)
Is your feature request related to a problem? Please describe.
As already discussed in #161, i would love to have a feature to set/override the min_score for specific labels to be able to e.g. set something like:
Describe the solution you'd like
Being able to set in the config(-file) a separate min_score for specific labels
Below just a very basic option which may not be the best (just a proposal)
The example above shall:
min_score
as default for every label:dd
the min_score for this specific is overriddenThe result would be for the example above would be notification for the separate labels as follows
Describe alternatives you've considered
Creating a section in the config for each available label but this would increase the complexity of the config file
But would also be fine for me
Additional context
Cats get recognized much worse in my case than humans, so i would like to fine tune these things on notification level and keep the events recorded ans stored in frigate
telegram-notify would be the perfect level of "score-filtering" for my taste
The text was updated successfully, but these errors were encountered: