File size: 1,645 Bytes
b950513 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | {
"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
]
}
}
}
}
} |