fbononibelloepoch
commited on
Create preprocessor_config.json
Browse files- preprocessor_config.json +10 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"image_mean": [0.485, 0.456, 0.406],
|
5 |
+
"image_std": [0.229, 0.224, 0.225],
|
6 |
+
"size": {
|
7 |
+
"height": 640,
|
8 |
+
"width": 640
|
9 |
+
}
|
10 |
+
}
|