UI improvements (#17684)

* Add sub label to explore chip

* Add bird classification to settings

* Remove score

* Cleanup
This commit is contained in:
Nicolas Mowen
2025-04-13 13:06:59 -05:00
committed by GitHub
parent 4abf945b71
commit ea98785097
4 changed files with 92 additions and 3 deletions
@@ -83,6 +83,10 @@
},
"classification": {
"title": "Classification Settings",
"birdClassification": {
"title": "Bird Classification",
"desc": "Bird classification identifies known birds using a quantized Tensorflow model. When a known bird is recognized, its common name will be added as a sub_label. This information is included in the UI, filters, as well as in notifications."
},
"semanticSearch": {
"title": "Semantic Search",
"desc": "Semantic Search in Frigate allows you to find tracked objects within your review items using either the image itself, a user-defined text description, or an automatically generated one.",