create hef model

Hello,

After parsing and creating the .har file you can run the following 2 commands:

hailo optimize <har-file> --hw-arch <hailo-board>  --model-script <.alls-file> --calib-set-path <calibration-dataset>
hailo compiler <optimized-har-file> --hw-arch <hailo-board>

You can run the following command to see the available arguments:

hailo -h
1 Like