Hello,
I am using the Raspberry Pi 5 with the AI Hat+ and am doing a custom YOLO model implementation. I have a couple questions regarding what is possible with the Hailo 8.
-
Looking at examples in the hailo_model_zoo/training folder on the github, I see that in order to compile and genrate a .HEF, we need to “Choose the corresponding YAML from our networks configuration directory, i.e.
hailo_model_zoo/cfg/networks/yolov5s.yaml
, and run compilation using the model zoo”(README in the yolov5 implementation). Opening the networks/yolov5s.yaml file, I see that this is different than a classic .yaml file for yolov5s. How does one adapt a truly custom model architecture to this? -
Also, I noticed that the in the benchmarks for the YOLO models in the model zoo, the largest input resolution I saw was 1280x1280. Does anyone know the maximum resolution that the Hailo 8 AI Hat has supported? Something tells me it isn’t 1280x1280, because they were able to run it with batch size 8 at 11fps. Has anyone got it to work with a higher resolution than this?