mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
clarify model id (#11953)
This commit is contained in:
parent
30e1969fad
commit
7aec8222fc
@ -56,6 +56,12 @@ model:
|
|||||||
path: plus://<your_model_id>
|
path: plus://<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.
|
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+.
|
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+.
|
||||||
|
@ -28,6 +28,12 @@ model:
|
|||||||
path: plus://<your_model_id>
|
path: plus://<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
|
## 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).
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user