mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
clarify plus
This commit is contained in:
parent
1deba9a03a
commit
155e5cdf62
@ -125,7 +125,7 @@ auth:
|
|||||||
# NOTE: The default values are for the EdgeTPU detector.
|
# NOTE: The default values are for the EdgeTPU detector.
|
||||||
# Other detectors will require the model config to be set.
|
# Other detectors will require the model config to be set.
|
||||||
model:
|
model:
|
||||||
# Required: path to the model (default: automatic based on detector)
|
# Required: path to the model. Frigate+ models use plus://<model_id> (default: automatic based on detector)
|
||||||
path: /edgetpu_model.tflite
|
path: /edgetpu_model.tflite
|
||||||
# Required: path to the labelmap (default: shown below)
|
# Required: path to the labelmap (default: shown below)
|
||||||
labelmap_path: /labelmap.txt
|
labelmap_path: /labelmap.txt
|
||||||
|
|||||||
@ -51,7 +51,7 @@ You can view all of your submitted images at [https://plus.frigate.video](https:
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
You can either choose the new model from the Frigate+ pane in the Settings page of the Frigate UI, or manually set the model in your config:
|
You can either choose the new model from the Frigate+ pane in the Settings page of the Frigate UI, or manually set the model at the root level in your config:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
model:
|
model:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user