From 7aec8222fced1be58596cbf80a30b1e672a8a62c Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 14 Jun 2024 06:42:53 -0500 Subject: [PATCH] clarify model id (#11953) --- docs/docs/integrations/plus.md | 6 ++++++ docs/docs/plus/first_model.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/docs/integrations/plus.md b/docs/docs/integrations/plus.md index 4aea7cef4..afa7bc216 100644 --- a/docs/docs/integrations/plus.md +++ b/docs/docs/integrations/plus.md @@ -56,6 +56,12 @@ model: path: plus:// ``` +:::note + +Model IDs are not secret values and can be shared freely. Access to your model is protected by your API key. + +::: + Models are downloaded into the `/config/model_cache` folder and only downloaded if needed. If needed, you can override the labelmap for Frigate+ models. This is not recommended as renaming labels will break the Submit to Frigate+ feature if the labels are not available in Frigate+. diff --git a/docs/docs/plus/first_model.md b/docs/docs/plus/first_model.md index 2f76dd08a..bbaf9cacb 100644 --- a/docs/docs/plus/first_model.md +++ b/docs/docs/plus/first_model.md @@ -28,6 +28,12 @@ model: path: plus:// ``` +:::note + +Model IDs are not secret values and can be shared freely. Access to your model is protected by your API key. + +::: + ## Step 4: Adjust your object filters for higher scores Frigate+ models generally have much higher scores than the default model provided in Frigate. You will likely need to increase your `threshold` and `min_score` values. Here is an example of how these values can be refined, but you should expect these to evolve as your model improves. For more information about how `threshold` and `min_score` are related, see the docs on [object filters](../configuration/object_filters.md#object-scores).