You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hailomz parse --hw-arch hailo8l --ckpt ~/yolo8n_epoch40.onnx yolov8s
It parses and converts to .har file but in further steps(step2) of optimizing and compiling it gives the same error.
I fine tuned my yolov8n model and exported onnx file. After completing this i tried converting to .hef using :
hailomz compile --ckpt ~/yolo8n_epoch40.onnx --calib-path ~/train/images
I am getting the following error:
I also tried the following steps:
hailomz parse --hw-arch hailo8l --ckpt ~/yolo8n_epoch40.onnx yolov8s
It parses and converts to .har file but in further steps(step2) of optimizing and compiling it gives the same error.
hailomz optimize yolov8n --hw-arch hailo8l --har ./yolov8n.har --calib-path train/images
hailomz compile yolov8n --hw-arch hailo8l --har ./yolov8n.har --calib-path train/images
The text was updated successfully, but these errors were encountered: