Commit
•
100350d
1
Parent(s):
65636df
Add `feature_extractor_type` (#1)
Browse files- Add `feature_extractor_type` (468ade778c7dfc810004d424c08f47a3b93c2001)
Co-authored-by: Olivier Dehaene <[email protected]>
- 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,
|