mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
clarify plus models (#11951)
This commit is contained in:
parent
a7da468b97
commit
30e1969fad
@ -49,11 +49,11 @@ You can view all of your submitted images at [https://plus.frigate.video](https:
|
|||||||
|
|
||||||
## Use Models
|
## 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
|
```yaml
|
||||||
model:
|
model:
|
||||||
path: plus://e63b7345cc83a84ed79dedfc99c16616
|
path: plus://<your_model_id>
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
||||||
@ -62,7 +62,7 @@ If needed, you can override the labelmap for Frigate+ models. This is not recomm
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
model:
|
model:
|
||||||
path: plus://e63b7345cc83a84ed79dedfc99c16616
|
path: plus://<your_model_id>
|
||||||
labelmap:
|
labelmap:
|
||||||
3: animal
|
3: animal
|
||||||
4: animal
|
4: animal
|
||||||
|
Loading…
Reference in New Issue
Block a user