What changes should I make to convert the pretrained YOLOX-s model from YOLOX to hef format? I reused hailo_model_zoo/cfg/networks/yolox_s_wide_leaky.yaml and changed the end node names and then converted the model to hef format using the following command
What changes should I make to convert the pretrained YOLOX-s model from YOLOX to hef format? I reused
hailo_model_zoo/cfg/networks/yolox_s_wide_leaky.yaml
and changed the end node names and then converted the model to hef format using the following commandhailomz compile --hw-arch hailo8l --yaml hailo_model_zoo/cfg/networks/yolox_s.yaml --ckpt yolox_s.onnx --calib-path hailo_model_zoo/coco_dataset --performance
But running
hailortcli run yolox_s.hef
gave the following error.