image_postprocess / metadata.json
MiCkSoftware's picture
Upload image postprocess ONNX models
b950513 verified
{
"model_id": "real_esrgan_general_x4v3",
"model_name": "Real-ESRGAN-General-x4v3",
"runtime": "onnx",
"precision": "w8a8",
"tool_versions": {
"qairt": "2.42.0.251225135753_193295",
"onnx_runtime": "1.24.3"
},
"model_files": {
"real_esrgan_general_x4v3.onnx": {
"inputs": {
"image": {
"shape": [
1,
3,
128,
128
],
"dtype": "uint8",
"quantization_parameters": {
"scale": 0.003921568859368563,
"zero_point": 0
},
"io_type": "image",
"image_metadata": {},
"value_range": [
0.0,
1.0
]
}
},
"outputs": {
"upscaled_image": {
"shape": [
1,
3,
512,
512
],
"dtype": "uint8",
"quantization_parameters": {
"scale": 0.004972138907760382,
"zero_point": 25
},
"io_type": "image",
"image_metadata": {},
"value_range": [
0.0,
1.0
]
}
}
}
}
}