Add preprocessor_config
Browse files- preprocessor_config.json +15 -0
- pytorch_model.bin +1 -1
preprocessor_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"image_mean": [
|
5 |
+
0.5,
|
6 |
+
0.5,
|
7 |
+
0.5
|
8 |
+
],
|
9 |
+
"image_std": [
|
10 |
+
0.5,
|
11 |
+
0.5,
|
12 |
+
0.5
|
13 |
+
],
|
14 |
+
"size": 224
|
15 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 346351599
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:556534b1c1f236a442f9e7c61d1870c1b51afb1f527cebc4cc6363698042ef98
|
3 |
size 346351599
|