From 30e1969fad3e00731c1663b1e2569f086eb6025e Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 14 Jun 2024 06:15:19 -0500 Subject: [PATCH] clarify plus models (#11951) --- docs/docs/integrations/plus.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/integrations/plus.md b/docs/docs/integrations/plus.md index d61da2b98..4aea7cef4 100644 --- a/docs/docs/integrations/plus.md +++ b/docs/docs/integrations/plus.md @@ -49,11 +49,11 @@ You can view all of your submitted images at [https://plus.frigate.video](https: ## Use Models -Models available in Frigate+ can be used with a special model path. No other information needs to be configured for Frigate+ models because it fetches the remaining config from Frigate+ automatically. +Once you have [requested your first model](../plus/first_model.md) and gotten your own model ID, it can be used with a special model path. No other information needs to be configured for Frigate+ models because it fetches the remaining config from Frigate+ automatically. ```yaml model: - path: plus://e63b7345cc83a84ed79dedfc99c16616 + path: plus:// ``` Models are downloaded into the `/config/model_cache` folder and only downloaded if needed. @@ -62,7 +62,7 @@ If needed, you can override the labelmap for Frigate+ models. This is not recomm ```yaml model: - path: plus://e63b7345cc83a84ed79dedfc99c16616 + path: plus:// labelmap: 3: animal 4: animal