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
The text was updated successfully, but these errors were encountered:
anandp1534
changed the title
Generating a .HEF file using an existing ONNX model without additional training
Generating a .HEF file using a pretrained custom ONNX model
Oct 8, 2024
I have a custom- PyTorch/ONNX model and we're looking to deploy it on a Raspberry Pi 5 for testing.
Command used:
hailomz compile yolov8s --ckpt=/home/works/my_project/convert_to_hef/best.onnx --hw-arch hailo8l --calib-path /media/works/secondary/server-backup-jun6/DV/TRAINING/DAMAGE/valid --classes 3 --performance
However, I encountered the following error when running the command:
"hailomz compile: error: argument model_name: invalid choice: 'yolov8s' (choose from )"
Software details:
Please suggest how to resolve !
The text was updated successfully, but these errors were encountered: