mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
Generic classification card (#20379)
* Refactor face card into generic classification card * Update classification data card to use classification card * Refactor state training grid to use classification card * Refactor grouped face card into generic component * Combine classification objects by event * Fixup * Cleanup * Cleanup * Do not fail if a single event is not found * Save original frame * Cleanup * Undo
This commit is contained in:
@@ -263,5 +263,8 @@
|
||||
"desc": "Page not found"
|
||||
},
|
||||
"selectItem": "Select {{item}}",
|
||||
"readTheDocumentation": "Read the documentation"
|
||||
"readTheDocumentation": "Read the documentation",
|
||||
"information": {
|
||||
"pixels": "{{area}}px"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"invalidName": "Invalid name. Names can only include letters, numbers, spaces, apostrophes, underscores, and hyphens."
|
||||
},
|
||||
"details": {
|
||||
"person": "Person",
|
||||
"subLabelScore": "Sub Label Score",
|
||||
"scoreInfo": "The sub label score is the weighted score for all of the recognized face confidences, so this may differ from the score shown on the snapshot.",
|
||||
"face": "Face Details",
|
||||
|
||||
Reference in New Issue
Block a user