{ "input": "./trained_LDNet.onnx", "output_dir": "./LightDehazeNet", "output_name": "LightDehazeNet.axmodel", "model_type": "ONNX", "target_hardware": "AX650", "npu_mode": "NPU3", "quant": { "input_configs": [ { "tensor_name": "input", "calibration_dataset": "./hazy.tar.gz", "calibration_size": -1, "calibration_mean": [0,0,0], "calibration_std": [255,255,255] } ], "calibration_method": "MinMax", "precision_analysis": true, "transformer_opt_level":1, "precision_analysis_method": "EndToEnd", "precision_analysis_mode": "NPUBackend", }, "input_processors": [ { "tensor_name": "input", "tensor_format": "RGB", "tensor_layout": "NCHW", "src_format": "BGR", "src_dtype": "U8", "src_layout": "NCHW", "csc_mode": "NoCSC" } ], "compiler": { "check": 2 } }