Skip to content

Commit

Permalink
clarify model id (#11953)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Jun 14, 2024
1 parent 30e1969 commit 7aec822
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/integrations/plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ model:
path: plus:https://<your_model_id>
```

:::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+.
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/plus/first_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ model:
path: plus:https://<your_model_id>
```

:::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).
Expand Down

0 comments on commit 7aec822

Please sign in to comment.