pixai-tagger-v0.9-onnx / preprocess.json
narugo1992's picture
squash deepghs/pixai-tagger-v0.9-onnx
d8cf666 verified
raw
history blame contribute delete
557 Bytes
{
"stages": [
{
"antialias": null,
"interpolation": "bilinear",
"max_size": null,
"size": [
448,
448
],
"type": "resize"
},
{
"type": "to_tensor"
},
{
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"type": "normalize"
}
]
}