diff --git a/wiki/hailo.md b/wiki/hailo.md index bc5f248..0e79929 100644 --- a/wiki/hailo.md +++ b/wiki/hailo.md @@ -4,6 +4,14 @@ An example for a system that uses it is [Raspberry Pi's AI Hat +](/wiki/linux/raspberry_pi.md#ai-hat). +## Setup + +Depending on the system and the type of access various things may have to be setup. +For Ubuntu systems like the [Raspberry Pi](/wiki/linux/raspberry_pi.md) these are often named +`hailort-pcie-driver` and `hailort`. +When using the [Python prorgamming language](/wiki/programming_language/python.md) refer to the +[Hailo section](/wiki/programming_language/python.md#hailo). + ## Usage This section addresses various usages of the Hailo software. diff --git a/wiki/programming_language/python.md b/wiki/programming_language/python.md index 33c23f7..68fff93 100644 --- a/wiki/programming_language/python.md +++ b/wiki/programming_language/python.md @@ -193,6 +193,8 @@ This should give back `True`. The package for [Hailo chips](/wiki/hailo.md) has to be downloaded from the [official website](https://hailo.ai/developer-zone/software-downloads). +Additionally additional setup may be required as explained in the +[Hailo article](/wiki/hailo.md#setup) Hailo chips can be used to run converted [TensorFlow](#tensorflow) models. The conversion process is explained in the