ONNX
Photi-v2 / config.json
Eric-23xd's picture
Update config.json
f7a6bda verified
raw
history blame contribute delete
204 Bytes
{
"checkpoint": "photi.pth",
"onnx-model": "photi.onnx",
"architecture": "deeplabv3",
"patch_size": 512,
"classes": [
"background",
"image",
"line",
"margin",
"caption"
]
}