Commit
·
5fd3806
1
Parent(s):
f13eb7a
set correct image size
Browse filesThe wrong image size leads to issues when you use "feature_extractor.size" property to configure your data augmentation.
- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -15,5 +15,5 @@
|
|
15 |
0.225
|
16 |
],
|
17 |
"resample": 3,
|
18 |
-
"size":
|
19 |
}
|
|
|
15 |
0.225
|
16 |
],
|
17 |
"resample": 3,
|
18 |
+
"size": 224
|
19 |
}
|