Skip to content

Commit 41b0e2e

Browse files
Merge pull request #38 from KasunThushara/main
Update: Links on run yolov8 hailo environment
2 parents 218adb3 + 5e6d194 commit 41b0e2e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/Chapter_3-Computer_Vision_Projects_and_Practical_Applications/Run_Yolov8_on_Hailo_Environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Running AI Tasks with Hailo -With AI Kit (13TOPS)
1+
# Running AI Tasks with Hailo -With AI Kit
22

33
## Introduction
44

5-
In the last chapter, we showed you how to set up the Raspberry Pi for various AI tasks. In this chapter, we will discuss how to perform object detection and pose estimation using the Hailo environment.
5+
In the last chapter, we showed you how to set up the Raspberry Pi for various AI tasks. In this chapter, we will discuss how to perform **object detection and pose estimation** using the Hailo environment.
66

7-
If you haven't set up your device yet, please follow the (previous tutorial)[https://seeed-projects.github.io/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/docs/Chapter_2-Configuring_the_RaspberryPi_Environment/Introduction_to_Hailo_in_Raspberry_Pi_Environment] first and then return to this one.
7+
If you haven't set up your device yet, please follow the [previous tutorial](https://seeed-projects.github.io/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/docs/Chapter_2-Configuring_the_RaspberryPi_Environment/Introduction_to_Hailo_in_Raspberry_Pi_Environment) first and then return to this one.
88

99
The Hailo Model Zoo is a collection of pre-trained models using the **COCO dataset** for 80 classes. You can find various models trained by the Hailo team. In this tutorial, we will test **YOLOv8**, but you can explore other models, each with different architectures. The Hailo Model Zoo provides pre-trained models for high-performance deep learning applications.
1010

1111
Hailo provides different pre-trained models in ONNX/TF formats, as well as pre-compiled HEF (Hailo Executable Format) binary files to execute on Hailo devices.
1212

13-
Link to (Model Zoo)[https://github.com/hailo-ai/hailo_model_zoo]
13+
Link to [Model Zoo](https://github.com/hailo-ai/hailo_model_zoo)
1414

1515
In this tutorial, we will demonstrate object detection and pose estimation in the Hailo environment.
1616

0 commit comments

Comments
 (0)