jazzmacedo
commited on
Commit
•
a69a856
1
Parent(s):
52b4e33
feat: add preprocessor config
Browse files- preprocessor_config.json +10 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"feature_extractor_type": "ConvNextFeatureExtractor",
|
6 |
+
"image_mean": [0.485, 0.456, 0.406],
|
7 |
+
"image_std": [0.229, 0.224, 0.225],
|
8 |
+
"resample": 3,
|
9 |
+
"size": 224
|
10 |
+
}
|