Tool/software:
This is an inquiry when trying to load the edgeyolov5 model, yolov5m6_640_ti_lite_44p1_62p9 model, on a TI board.
When the yolov5m6_640_ti_lite_44p1_62p9.onnx model was converted using the "python3 onnxrt_ep.py -c" command, a bin file was created.
yolov5m6_640_ti_lite_44p1_62p9.onnx "python3 onnxrt_ep.py -c" When converted to , it was converted to a subgraph_0_tidl_net.bin file.
when I tried to load it on the TI board, I confirmed that if the onnx file is present, it loads and works well.
However, when I delete the onnx file, a message appeared saying that the yolov5m6_640_ti_lite_44p1_62p9.onnx model was also required.
When loading a model in TIDLExecutionProvider mode, I would like to inquire whether inference can be achieved by loading only the bin file without the onnx file.
