Skip to content

Commit

Permalink
Update object_detectors.md refresh add proper config
Browse files Browse the repository at this point in the history
Update to hailo8l config to include need configurations.
  • Loading branch information
spanner3003 authored Jul 11, 2024
1 parent c4ab13b commit 8a16630
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/docs/configuration/object_detectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,16 @@ This detector is only availability if you are using the Raspberry pi 5 with ai k

```yaml
detectors:
hailo8l_pci:
type: h8l
device: pci
hailo8l:
type: hailo8l
device: PCIe
model:
path: /hailo8l_models/ssd_mobilenet_v1.hef
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
model_type: ssd
```

0 comments on commit 8a16630

Please sign in to comment.