Tool/software:
I use TIDL model import tool to convert a resnet model with FPN structure.
When the SDK version is 9.1. Convert process is successful but has some WARNING.
INFORMATION: [TIDL_ResizeLayer] Resize_58 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize.
When the SDK version is 10.0. Convert process failed.
[TIDL Import] ERROR: System command failed with return code : 35584 -- [tidl_import_core.cpp, 673]
[TIDL Import] ERROR: Failed to run Calibration - Failed in function: tidlRunQuantStatsTool -- [tidl_import_core.cpp, 1703]
[TIDL Import] [QUANTIZATION] ERROR: - Failed in function: TIDL_quantStatsFixedOrFloat -- [tidl_import_quantize.cpp, 3542]
[TIDL Import] [QUANTIZATION] ERROR: - Failed in function: TIDL_runIterativeCalibration -- [tidl_import_quantize.cpp, 3692]
[TIDL Import] [QUANTIZATION] ERROR: - Failed in function: TIDL_import_quantize -- [tidl_import_quantize.cpp, 4638]
[TIDL Import] ERROR: - Failed in function: TIDL_import_backend -- [tidl_import_core.cpp, 4008]
[TIDL Import] FATAL ERROR: Quantization/NC Pass/Model checker failed -- [tidl_import_main.cpp, 503]
[TIDL Import] Aborting
input size is (224, 224, 3)
attach my model and log