-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Behavior Request] Sort Names When Submitting as Sub Labels #217
Comments
I'll take care of this on the Double Take side. It's easy enough to sort before pushing to Frigate. |
@NickM-27 have you had a chance to try out the beta build? It should include this. |
I've been running it but haven't had an opportunity to test multiple people at the same time. That being said, I don't see how this wouldn't be working as expected |
## [1.12.0](v1.11.0...v1.12.0) (2022-06-13) ### Features * **api:** opencv preprocess face check ([ed30ad1](ed30ad1)) * aws rekognition support ([7904852](7904852)) * **detectors:** process images from specific cameras ([5d39d0c](5d39d0c)) * **frigate:** sort sub labels alphabetically [#217](#217) ([82d8736](82d8736)) * **frigate:** stop_on_match config option to break process loop ([4b98990](4b98990)) * **opencv:** adjust classifier settings via config ([2e6c512](2e6c512)) * **ui:** show config errors ([ddcaf89](ddcaf89)) * **ui:** upload images to process with detectors ([f774406](f774406)) ### Bug Fixes * **api:** sleep if image hasn’t changed during retry loop ([78e9808](78e9808)) * better handling of update check ([6de1cf1](6de1cf1)) ### Build * **deps:** bump outdated packages ([0842d98](0842d98)) * workflow dispatch [skip ci] ([a4f6e13](a4f6e13))
This was merged into master and included in the latest release. Let me know if you run into any issues. |
Describe the bug
Not really a bug, but I have seen a couple multiple-name submissions for frigate sub labels and they appear in chronological order but I think it would be better if they were alphabetized. We are adding a filter and otherwise
John, Bob
Bob, John
appear as separate entries which can add clutter. I don't think it makes as much sense for frigate to handle this but I am open to that if it makes more sense for frigate to check for comma separated names.The text was updated successfully, but these errors were encountered: