Upload processor
This commit is contained in:
parent
eac12c56cc
commit
9a43edcb5e
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"crop_size": {
|
"crop_size": {
|
||||||
"height": 224,
|
"height": 192,
|
||||||
"width": 224
|
"width": 192
|
||||||
},
|
},
|
||||||
"do_center_crop": true,
|
"do_center_crop": true,
|
||||||
"do_normalize": true,
|
"do_normalize": true,
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
0.5,
|
0.5,
|
||||||
0.5
|
0.5
|
||||||
],
|
],
|
||||||
"image_processor_type": "MobileNetV2ImageProcessor",
|
"image_processor_type": "MobileNetV1ImageProcessor",
|
||||||
"image_std": [
|
"image_std": [
|
||||||
0.5,
|
0.5,
|
||||||
0.5,
|
0.5,
|
||||||
|
@ -21,6 +21,6 @@
|
||||||
"resample": 2,
|
"resample": 2,
|
||||||
"rescale_factor": 0.00392156862745098,
|
"rescale_factor": 0.00392156862745098,
|
||||||
"size": {
|
"size": {
|
||||||
"shortest_edge": 256
|
"shortest_edge": 224
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue