Part Number: TDA4AEN-Q1
Dear TI Engineer,
Hello, when I was using edgeai-tidl-tools (11_01) to convert the onnx model of the yolov5 network to a bin model, the code was set to perform quantization for 10 rounds. However, during the compilation process, it only quantized for 1 round and then displayed "Done!", but no valid bin file was generated. Could you please help me analyze the reason
(onnx2bin_data.rar The onnx2bin_data.rar in the attachment contains the compilation log, the onnx model and onnx2bin.py.)
The quantitative configuration set is as follows:
COMPILE_OPTIONS = {
"artifacts_folder": ARTIFACTS_DIR,
"tensor_bits": 8, # 8-bit 量化 (速度最快)
"accuracy_level": 1, # 默认精度
"debug_level": 0,
"advanced_options:calibration_frames": 10, # 校准使用的图片数量
"advanced_options:calibration_iterations": 10,
}
The log of the compilation process is as follows: