mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 14:04:10 +03:00
[Update] Update object detector document content
This commit is contained in:
parent
0d562ffc5e
commit
ab61d12d42
@ -870,11 +870,10 @@ detectors: # required
|
|||||||
type: synaptics # required
|
type: synaptics # required
|
||||||
|
|
||||||
model: # required
|
model: # required
|
||||||
path: /mobilenet.synap # required
|
path: /synaptics/mobilenet.synap # required
|
||||||
width: 224 # required
|
width: 224 # required
|
||||||
height: 224 # required
|
height: 224 # required
|
||||||
# Currently, the tensor format is statically specify in the detector.
|
tensor_format: nhwc # default value (optional. If you change the model, it is required)
|
||||||
tensor_format: nhwc # optional
|
|
||||||
labelmap_path: /labelmap/coco-80.txt # required
|
labelmap_path: /labelmap/coco-80.txt # required
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user