mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
Plus Settings: add base model and name (#17738)
* Plus Settings: add base model and name
* I18n change user model to fine-tuned model
* Move fields in drop-down for mobile
* Missed commit
* remove unused i18n key
* Add base/FTM to model Type, reorder Model Information fields
* fix missing availableModels for now
* shorten Fine-Tuned Model to Fine-Tuned
* isBaseModel is already available in config, use that
* Change Base Model to Default
* minor tweaks
* Revert "Change Base Model to Default"
This reverts commit 0191aa34f6
.
This commit is contained in:
@@ -571,8 +571,11 @@
|
||||
"modelType": "Model Type",
|
||||
"trainDate": "Train Date",
|
||||
"baseModel": "Base Model",
|
||||
"plusModelType": {
|
||||
"baseModel": "Base Model",
|
||||
"userModel": "Fine-Tuned"
|
||||
},
|
||||
"supportedDetectors": "Supported Detectors",
|
||||
"dimensions": "Dimensions",
|
||||
"cameras": "Cameras",
|
||||
"loading": "Loading model information...",
|
||||
"error": "Failed to load model information",
|
||||
|
Reference in New Issue
Block a user