We start new project using Rpi5 and HAILO for purpose of flying wild birds detection in the sky. We plan to use automatic workstations, which observe the sky, detect birds and make report about detected birds for period of time.
One of our problem is searching of concrete bird position, i.e. (rectangle frame of bird coordinates in pixels) on photo and video mode screen. Can HAILO define such coordinates? If not, could you recommend how to do that? Thank you!
Welcome to the Hailo Community!
Sounds like you need an Object Detection model. These provide a list of boxes with the type of the object and their positions. The YOLO family of these models are very popular and we provide retraining docker to retrain these models with your own images.
GitHub - Hailo Model Zoo - Retrain on custom dataset
You can start with the official examples from Raspberry and also look at our Raspberry Pi 5 examples.
1 Like
Thanks a lot for this link. However, we need much time to understand and use it.