aotgan-onnx-float / metadata.json
cwxue's picture
Upload 3 files
8c8b7e3 verified
Raw
History Blame Contribute Delete
1.51 kB
{
"model_id": "aotgan",
"model_name": "AOT-GAN",
"runtime": "onnx",
"precision": "float",
"tool_versions": {
"qairt": "2.42.0.251225135753_193295",
"onnx_runtime": "1.24.3"
},
"model_files": {
"aotgan.onnx": {
"inputs": {
"image": {
"shape": [
1,
3,
512,
512
],
"dtype": "float32",
"io_type": "image",
"image_metadata": {},
"value_range": [
0.0,
1.0
]
},
"mask": {
"shape": [
1,
1,
512,
512
],
"dtype": "float32"
}
},
"outputs": {
"painted_image": {
"shape": [
1,
3,
512,
512
],
"dtype": "float32",
"io_type": "image",
"image_metadata": {},
"value_range": [
0.0,
1.0
]
}
}
}
}
}