IS-Net-Anime / preprocessor_config.json
BritishWerewolf's picture
Add ONNX model (fp32).
905da59
raw
history blame
435 Bytes
{
"processor_class": "U2NetProcessor",
"image_processor_type": "U2NetImageProcessor",
"do_convert_rgb": true,
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"keep_aspect_ratio": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
1.0,
1.0,
1.0
],
"pad_size": {
"width": 1024,
"height": 1024
},
"size": {
"longest_edge": 1024
}
}