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:
leccelecce
2025-04-17 15:48:56 +01:00
committed by GitHub
parent 84c1ad59a2
commit 1abd3c68ec
3 changed files with 72 additions and 26 deletions

View File

@@ -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",