Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example for object detection in images #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

duplys
Copy link

@duplys duplys commented Dec 23, 2024

Add slightly modified code taken from
https://github.com/hailo-ai/Hailo-Application-Code-Examples to perform object detection in images using the Hailo8L AI Kit for Raspberry Pi 5.

Unlike the object detection example in basic_pipelines which uses GStreamer framework to perform object detection on RPi camera stream or in videos, this examples takes an image, gives the image to the Hailo8L AI accelerator for object detection, annotates it with the detected objects (labels + bounding boxes) and writes the result into a new image.

Add slightly modified code taken from
https://github.com/hailo-ai/Hailo-Application-Code-Examples
to perform object detection in images using the Hailo8L AI Kit for
Raspberry Pi 5.

Unlike the object detection example in basic_pipelines which uses
GStreamer framework to perform object detection on RPi camera
stream or in videos, this examples takes an image, gives the image
to the Hailo8L AI accelerator for object detection, annotates it
with the detected objects (labels + bounding boxes) and writes the
result into a new image.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant