Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify plus models #11951

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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://e63b7345cc83a84ed79dedfc99c16616
path: plus://<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://e63b7345cc83a84ed79dedfc99c16616
path: plus://<your_model_id>
labelmap:
3: animal
4: animal
Expand Down
Loading