AdityasArsenal
commited on
Create preprocessor_config
Browse files- preprocessor_config +6 -0
preprocessor_config
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"image_size": 224,
|
3 |
+
"mean": [0.485, 0.456, 0.406],
|
4 |
+
"std": [0.229, 0.224, 0.225],
|
5 |
+
"resample": "bilinear"
|
6 |
+
}
|