mirror of
https://github.com/tiyn/wiki.git
synced 2025-12-31 20:19:46 +01:00
hailo: explained setup better
This commit is contained in:
@@ -4,6 +4,14 @@
|
|||||||
An example for a system that uses it is
|
An example for a system that uses it is
|
||||||
[Raspberry Pi's AI Hat +](/wiki/linux/raspberry_pi.md#ai-hat).
|
[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
|
## Usage
|
||||||
|
|
||||||
This section addresses various usages of the Hailo software.
|
This section addresses various usages of the Hailo software.
|
||||||
|
|||||||
@@ -193,6 +193,8 @@ This should give back `True`.
|
|||||||
|
|
||||||
The package for [Hailo chips](/wiki/hailo.md) has to be downloaded from the
|
The package for [Hailo chips](/wiki/hailo.md) has to be downloaded from the
|
||||||
[official website](https://hailo.ai/developer-zone/software-downloads).
|
[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.
|
Hailo chips can be used to run converted [TensorFlow](#tensorflow) models.
|
||||||
The conversion process is explained in the
|
The conversion process is explained in the
|
||||||
|
|||||||
Reference in New Issue
Block a user