I have a classification model (MobileNet-V3-large-1x) in onnx format. I’ve used the hailo dfc-studio to create the model.har file.
I’ve tried to follow the steps here Creating Custom Hef using DFC/Model Zoo
Running the following…
hailo optimise model.har --hw-arch hailo8l --use-random-calib-set
I get the error…
[info] Current Time: 13:20:54, 09/04/24
[info] CPU: Architecture: x86_64, Model: Intel(R) Core™ i7-6700K CPU @ 4.00GHz, Number Of Cores: 8, Utilization: 17.7%
[info] Memory: Total: 15GB, Available: 10GB
[info] System info: OS: Linux, Kernel: 6.5.0-44-generic
[info] Hailo DFC Version: 3.28.0
[info] HailoRT Version: Not Installed
[info] PCIe: No Hailo PCIe device was found
[info] Running hailo optimise model.har --hw-arch hailo8l --use-random-calib-set
usage: hailo [-h] [–version] {analyze-noise,compiler,params-csv,parser,profiler,optimize,tb,visualizer,tutorial,har,join,har-onnx-rt,runtime-profiler,dfc-studio,help} …
hailo: error: argument {analyze-noise,compiler,params-csv,parser,profiler,optimize,tb,visualizer,tutorial,har,join,har-onnx-rt,runtime-profiler,dfc-studio,help}: invalid choice: ‘optimise’ (choose from ‘analyze-noise’, ‘compiler’, ‘params-csv’, ‘parser’, ‘profiler’, ‘optimize’, ‘tb’, ‘visualizer’, ‘tutorial’, ‘har’, ‘join’, ‘har-onnx-rt’, ‘runtime-profiler’, ‘dfc-studio’, ‘help’)
I’m a bit lost how to proceed - I can’t find any good tutorials or documentation how to convert an onnx model I’ve already trained.