Skip to content

Commit

Permalink
clarify plus models (#11951)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Jun 14, 2024
1 parent a7da468 commit 30e1969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/integrations/plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://e63b7345cc83a84ed79dedfc99c16616
path: plus:https://<your_model_id>
```

Models are downloaded into the `/config/model_cache` folder and only downloaded if needed.
Expand All @@ -62,7 +62,7 @@ If needed, you can override the labelmap for Frigate+ models. This is not recomm

```yaml
model:
path: plus:https://e63b7345cc83a84ed79dedfc99c16616
path: plus:https://<your_model_id>
labelmap:
3: animal
4: animal
Expand Down

0 comments on commit 30e1969

Please sign in to comment.