Skip to content

Commit

Permalink
Improve hailo docs (#13910)
Browse files Browse the repository at this point in the history
* Fix command for hailo8 install

* Update object_detectors.md
  • Loading branch information
NickM-27 authored Sep 23, 2024
1 parent b81a8d2 commit 08941ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/docs/configuration/object_detectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,8 @@ $ cat /sys/kernel/debug/rknpu/load

This detector is available for use with Hailo-8 AI Acceleration Module.

See the [installation docs](../frigate/installation.md#hailo-8l) for information on configuring the hailo8.

### Configuration

```yaml
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/frigate/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ For other installations, follow these steps for installation:

1. Install the driver from the [Hailo GitHub repository](https://github.com/hailo-ai/hailort-drivers). A convenient script for Linux is available to clone the repository, build the driver, and install it.
2. Copy or download [this script](https://github.com/blakeblackshear/frigate/blob/41c9b13d2fffce508b32dfc971fa529b49295fbd/docker/hailo8l/user_installation.sh).
3. Ensure it has execution permissions with `sudo chmod +x install_hailo8l_driver.sh`
4. Run the script with `./install_hailo8l_driver.sh`
3. Ensure it has execution permissions with `sudo chmod +x user_installation.sh`
4. Run the script with `./user_installation.sh`

#### Setup

Expand Down

0 comments on commit 08941ab

Please sign in to comment.