RMBG-1.4 / preprocessor_config.json
OriLib's picture
Make it compatible without extra config on Transformers.js (#16)
5d9eda8 verified
{
"do_normalize": true,
"do_pad": false,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"feature_extractor_type": "ImageFeatureExtractor",
"image_std": [
1,
1,
1
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"width": 1024,
"height": 1024
}
}