| { |
| "input": "./onnx/det_inference_static_sim.onnx", |
| "output_dir": "./det-ax620e-npu1", |
| "output_name": "det_npu1.axmodel", |
| "model_type": "ONNX", |
| "target_hardware": "AX620E", |
| "npu_mode": "NPU1", |
|
|
| "quant": { |
| "input_configs": [ |
| { |
| "tensor_name": "DEFAULT", |
| "calibration_dataset": "./dataset/ocr_pic.tar.gz", |
| "calibration_size": -1, |
| "calibration_mean": [123.675,116.28,103.53], |
| "calibration_std": [58.395,57.12,57.375] |
| } |
| ], |
| "calibration_method": "MinMax", |
| "precision_analysis": true, |
| "precision_analysis_method": "EndToEnd", |
| "precision_analysis_mode": "Reference", |
| "conv_bias_data_type": "FP32", |
| "layer_configs": [ |
| { |
| "start_tensor_names": ["DEFAULT"], |
| "end_tensor_names": ["DEFAULT"], |
| "data_type": "U16" |
| } |
| ] |
| }, |
| "input_processors": [ |
| { |
| "tensor_name": "DEFAULT", |
| "tensor_format": "BGR", |
| "tensor_layout": "NCHW", |
| "src_format": "BGR", |
| "src_dtype": "FP32", |
| "src_layout": "NCHW", |
| "csc_mode": "NoCSC" |
| } |
| ], |
| "compiler": { |
| "check": 0 |
| } |
| } |
|
|