Libraries to detect objects on Raspberry pi 5 with Hailo

Hello, I would like to perform object detection with YOLOv8 in .hef format on Raspberry Pi 5 by writing code in Visual Studio Code, rather than using the terminal. Additionally, I want to adjust the colors and sizes of the bounding boxes drawn around the detected objects. I have read the documentation about Hailo and Raspberry Pi 5. My question is: Should I import libraries like hailo_sdk_utils or hailo_platform to perform object detection on Raspberry Pi 5 through Visual Studio Code? How can I import these libraries to Raspberry Pi 5? Thank you very much.

Hi @faikkom66,
THe SDK (a.k.a DFC) is only used for compiling networks, and you would not be able to instasll it on the Pi.

The best advice is to follow the steps in our Git for first having the app running:
hailo-rpi5-examples/doc/basic-pipelines.md at main ยท giladnah/hailo-rpi5-examples (github.com)

Once you have it running, you can move on to tweaking the app as you wish.

Happy coding :slight_smile: