Support for yolov5l

Hi, I would like to know if there is a support available for yolov5l . I could not see it in the model zoo link (hailo_model_zoo/docs/public_models/HAILO8/HAILO8_object_detection.rst at master · hailo-ai/hailo_model_zoo · GitHub)

Thanks,

Welcome to the Hailo Community!

While the Yolo5l model is not part of the Hailo Model Zoo, I would expect you to be able to convert the model with the Hailo Dataflow Compiler. The Model Zoo is just making it a tiny bit easier by providing the setting (in YAML and ALLS files) for the Hailo Dataflow Compiler.

If you go trough the tutorials (call hailo tutorial in the AI Software suite) and look at how we convert YOLOv5m in the Model Zoo files

GitHub - Hailo Model Zoo - yolov5m.yaml

GitHub - Hailo Model Zoo - yolov5m.alls

you should be able to apply your knowledge on how to convert Yolov5l.

Our R&D team usually picks some variant of the models to be included in the Model Zoo but does not necessarily add all of them to manage effort including validation so we can provide more variety of models for the different AI tasks.