wzf19947's picture
first commit
4dca198
Raw
History Blame Contribute Delete
923 Bytes
Invalid JSON:Expected double-quoted property name in JSONat line 23, column 3
{
"input": "./aodnet_1x3x480x640.onnx",
"output_dir": "./aodnet",
"output_name": "aodnet.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": [127.5, 127.5, 127.5],
"calibration_std": [127.5, 127.5, 127.5]
}
],
"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
}
}