mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-27 03:46:15 +08:00
Implement enchrichments events per second graph (#17436)
* Cleanup existing naming * Add face recognitions per second * Add lpr fps * Add all eps * Clean up line graph * Translations * Change wording * Fix incorrect access * Don't require plates * Add comment * Fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"cameras": "Cameras Stats - Frigate",
|
||||
"storage": "Storage Stats - Frigate",
|
||||
"general": "General Stats - Frigate",
|
||||
"features": "Features Stats - Frigate",
|
||||
"enrichments": "Enrichments Stats - Frigate",
|
||||
"logs": {
|
||||
"frigate": "Frigate Logs - Frigate",
|
||||
"go2rtc": "Go2RTC Logs - Frigate",
|
||||
@@ -144,8 +144,9 @@
|
||||
"healthy": "System is healthy",
|
||||
"reindexingEmbeddings": "Reindexing embeddings ({{processed}}% complete)"
|
||||
},
|
||||
"features": {
|
||||
"title": "Features",
|
||||
"enrichments": {
|
||||
"title": "Enrichments",
|
||||
"infPerSecond": "Inferences Per Second",
|
||||
"embeddings": {
|
||||
"image_embedding_speed": "Image Embedding Speed",
|
||||
"face_embedding_speed": "Face Embedding Speed",
|
||||
|
Reference in New Issue
Block a user