mirror of
https://www.modelscope.cn/AI-ModelScope/RMBG-2.0.git
synced 2025-04-10 11:50:22 +08:00

- Create preprocessor_config.json (dd0b01cfaeb40e2b4710bce019d0a73c2198bd05) - Update preprocessor_config.json (6440f6628195f1bab69849a4fff5fc2d553dddbc) Co-authored-by: Joshua <Xenova@users.noreply.huggingface.co>
23 lines
391 B
JSON
23 lines
391 B
JSON
{
|
|
"do_normalize": true,
|
|
"do_rescale": true,
|
|
"do_resize": true,
|
|
"feature_extractor_type": "ViTFeatureExtractor",
|
|
"image_mean": [
|
|
0.485,
|
|
0.456,
|
|
0.406
|
|
],
|
|
"image_processor_type": "ViTFeatureExtractor",
|
|
"image_std": [
|
|
0.229,
|
|
0.224,
|
|
0.225
|
|
],
|
|
"resample": 2,
|
|
"rescale_factor": 0.00392156862745098,
|
|
"size": {
|
|
"height": 1024,
|
|
"width": 1024
|
|
}
|
|
} |