diff --git a/docs/docs/integrations/plus.md b/docs/docs/integrations/plus.md index 4aea7cef45..afa7bc216e 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 2f76dd08ad..bbaf9cacbe 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).