First commit
Browse files- config.json +0 -0
- preprocessor_config.json +15 -0
- pytorch_model.bin +3 -0
config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e6fa0c72ef3dac9a2a3d27c395c935fc39147d56a6307f1fd25d84d623b18ca
|
3 |
+
size 2641754047
|