Upload processor

This commit is contained in:
Mathijs Hollemans 2022-11-10 16:14:28 +00:00 committed by huggingface-web
parent eac12c56cc
commit 9a43edcb5e
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"crop_size": {
"height": 224,
"width": 224
"height": 192,
"width": 192
},
"do_center_crop": true,
"do_normalize": true,
@ -12,7 +12,7 @@
0.5,
0.5
],
"image_processor_type": "MobileNetV2ImageProcessor",
"image_processor_type": "MobileNetV1ImageProcessor",
"image_std": [
0.5,
0.5,
@ -21,6 +21,6 @@
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 256
"shortest_edge": 224
}
}