We used Roboflow to label the data, trained it on Google Colab, and then downloaded it in .pt
format.
I followed the steps on this link, https://github.com/BetaUtopia/hailo8, one by one without the training section.
Everything went smoothly up until the optimization section.
However, when I ran the code below, I received the following error:
hailomz optimize --hw-arch hailo8l --har ./yolov8n.har --calib-path /home/aura/.hailomz/data/models_files/coco/2023-08-03/coco_calib2017.tfrecord --model-script /home/aura/yolomodel/hailo_model_zoo/hailo_model_zoo/cfg/alls/generic/yolov8n.alls yolov8n
Afterwards, I tried the following solution I found in this forum, but it didn’t work. Other people have resolved the issue with this solution. Why am I unable to get it to work? Am I missing something?