From 08941ab39a0cc0f6d43082e03c31f5150bee7c25 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 23 Sep 2024 08:53:54 -0600 Subject: [PATCH] Improve hailo docs (#13910) * Fix command for hailo8 install * Update object_detectors.md --- docs/docs/configuration/object_detectors.md | 2 ++ docs/docs/frigate/installation.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 174d7a572..c500ff78e 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -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 diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index 200b48e60..5fa09f13d 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -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