Create reprocessor_config.json
Browse files- reprocessor_config.json +9 -0
reprocessor_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_resize": true,
|
3 |
+
"size": 224,
|
4 |
+
"do_center_crop": true,
|
5 |
+
"crop_size": 224,
|
6 |
+
"do_normalize": true,
|
7 |
+
"image_mean": [0.485, 0.456, 0.406],
|
8 |
+
"image_std": [0.229, 0.224, 0.225]
|
9 |
+
}
|