Commit
·
468ade7
1
Parent(s):
65636df
Add `feature_extractor_type`
Browse files- 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,
|