Add `feature_extractor_type`
#1
by
olivierdehaene
- opened
- preprocessor_config.json +1 -0
preprocessor_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"do_normalize": true,
|
3 |
"do_resize": true,
|
|
|
4 |
"image_mean": [
|
5 |
0.5,
|
6 |
0.5,
|
|
|
1 |
{
|
2 |
"do_normalize": true,
|
3 |
"do_resize": true,
|
4 |
+
"feature_extractor_type": "ViTFeatureExtractor",
|
5 |
"image_mean": [
|
6 |
0.5,
|
7 |
0.5,
|