Commit
·
e780ec2
1
Parent(s):
64bc3d2
fix: processor class in preprocessor_config.json
Browse files- preprocessor_config.json +2 -1
preprocessor_config.json
CHANGED
|
@@ -11,6 +11,7 @@
|
|
| 11 |
0.4578275,
|
| 12 |
0.40821073
|
| 13 |
],
|
|
|
|
| 14 |
"resize_mode": "shortest",
|
| 15 |
"size": 224,
|
| 16 |
"std": [
|
|
@@ -18,4 +19,4 @@
|
|
| 18 |
0.26130258,
|
| 19 |
0.27577711
|
| 20 |
]
|
| 21 |
-
}
|
|
|
|
| 11 |
0.4578275,
|
| 12 |
0.40821073
|
| 13 |
],
|
| 14 |
+
"processor_class": "JinaCLIPProcessor",
|
| 15 |
"resize_mode": "shortest",
|
| 16 |
"size": 224,
|
| 17 |
"std": [
|
|
|
|
| 19 |
0.26130258,
|
| 20 |
0.27577711
|
| 21 |
]
|
| 22 |
+
}
|