Hi Hailo,
Currently, I am trying to use custom data for training based on the YOLOv5m model. I retrained it through the official YOLOv5m site, but I noticed that the neural network architecture looks a little different from the YOLOv5m model provided in the Hailo Model Zoo.
My question is: how can I use this retrained model with Hailo? Do I need to perform custom model parsing, or is there a different method? I tried parsing the HAR file, but it’s difficult to use directly because the model script does not match between the official model and the Hailo model.
Am I doing something wrong?
Thanks!