Upload 104 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +8 -0
- preprocessor_config.json +23 -0
- pytorch_model/.DS_Store +0 -0
- pytorch_model/data.pkl +3 -0
- pytorch_model/data/102 +0 -0
- pytorch_model/data/103 +0 -0
- pytorch_model/data/104 +0 -0
- pytorch_model/data/105 +0 -0
- pytorch_model/data/132 +3 -0
- pytorch_model/data/133 +0 -0
- pytorch_model/data/134 +3 -0
- pytorch_model/data/135 +0 -0
- pytorch_model/data/150 +3 -0
- pytorch_model/data/151 +0 -0
- pytorch_model/data/156 +0 -0
- pytorch_model/data/157 +0 -0
- pytorch_model/data/158 +0 -0
- pytorch_model/data/159 +0 -0
- pytorch_model/data/160 +0 -0
- pytorch_model/data/161 +0 -0
- pytorch_model/data/166 +0 -0
- pytorch_model/data/167 +0 -0
- pytorch_model/data/168 +3 -0
- pytorch_model/data/169 +0 -0
- pytorch_model/data/192 +0 -0
- pytorch_model/data/193 +0 -0
- pytorch_model/data/194 +0 -0
- pytorch_model/data/195 +0 -0
- pytorch_model/data/211 +0 -0
- pytorch_model/data/216 +0 -0
- pytorch_model/data/218 +0 -0
- pytorch_model/data/220 +0 -0
- pytorch_model/data/227 +0 -0
- pytorch_model/data/229 +0 -0
- pytorch_model/data/245 +0 -0
- pytorch_model/data/273 +0 -0
- pytorch_model/data/274 +0 -0
- pytorch_model/data/280 +0 -0
- pytorch_model/data/287 +0 -0
- pytorch_model/data/289 +0 -0
- pytorch_model/data/300 +0 -0
- pytorch_model/data/301 +0 -0
- pytorch_model/data/306 +0 -0
- pytorch_model/data/307 +0 -0
- pytorch_model/data/308 +0 -0
- pytorch_model/data/309 +0 -0
- pytorch_model/data/32 +0 -0
- pytorch_model/data/33 +2 -0
- pytorch_model/data/330 +3 -0
- pytorch_model/data/331 +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
pytorch_model/data/132 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
pytorch_model/data/134 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
pytorch_model/data/150 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
pytorch_model/data/168 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
pytorch_model/data/330 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
pytorch_model/data/413 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
pytorch_model/data/425 filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
pytorch_model/data/503 filter=lfs diff=lfs merge=lfs -text
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_reduce_labels": false,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.485,
|
| 8 |
+
0.456,
|
| 9 |
+
0.406
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "SegformerImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.229,
|
| 14 |
+
0.224,
|
| 15 |
+
0.225
|
| 16 |
+
],
|
| 17 |
+
"resample": 2,
|
| 18 |
+
"rescale_factor": 0.00392156862745098,
|
| 19 |
+
"size": {
|
| 20 |
+
"height": 512,
|
| 21 |
+
"width": 512
|
| 22 |
+
}
|
| 23 |
+
}
|
pytorch_model/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
pytorch_model/data.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5186ed78e072ae5301116710d39d345a9da7293ff52afd37cd34667ab52b4031
|
| 3 |
+
size 76315
|
pytorch_model/data/102
ADDED
|
Binary file (8.11 kB). View file
|
|
|
pytorch_model/data/103
ADDED
|
Binary file (19.2 kB). View file
|
|
|
pytorch_model/data/104
ADDED
|
Binary file (590 kB). View file
|
|
|
pytorch_model/data/105
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/132
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30acf10fe1763c161957e007c83f942a04898552d2e1b97935e27d905e0f975e
|
| 3 |
+
size 2359296
|
pytorch_model/data/133
ADDED
|
Binary file (6.14 kB). View file
|
|
|
pytorch_model/data/134
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56bd672a60a0b348482c67a5b3c84ec52d68308f1c204a452b2fc4b706993305
|
| 3 |
+
size 2359296
|
pytorch_model/data/135
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/150
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab66f9d9839e843ea2c091ee156f3eded2135ffe2a55589920f4b75426e213e0
|
| 3 |
+
size 2359296
|
pytorch_model/data/151
ADDED
|
Binary file (6.14 kB). View file
|
|
|
pytorch_model/data/156
ADDED
|
Binary file (8.11 kB). View file
|
|
|
pytorch_model/data/157
ADDED
|
Binary file (19.2 kB). View file
|
|
|
pytorch_model/data/158
ADDED
|
Binary file (590 kB). View file
|
|
|
pytorch_model/data/159
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/160
ADDED
|
Binary file (590 kB). View file
|
|
|
pytorch_model/data/161
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/166
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/167
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/168
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c82784a30cde808bc6565896758198bfb0df0979b2f6a87b68e143f8122a2d0
|
| 3 |
+
size 2359296
|
pytorch_model/data/169
ADDED
|
Binary file (6.14 kB). View file
|
|
|
pytorch_model/data/192
ADDED
|
Binary file (8.11 kB). View file
|
|
|
pytorch_model/data/193
ADDED
|
Binary file (19.2 kB). View file
|
|
|
pytorch_model/data/194
ADDED
|
Binary file (590 kB). View file
|
|
|
pytorch_model/data/195
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/211
ADDED
|
Binary file (19.2 kB). View file
|
|
|
pytorch_model/data/216
ADDED
|
Binary file (590 kB). View file
|
|
|
pytorch_model/data/218
ADDED
|
Binary file (590 kB). View file
|
|
|
pytorch_model/data/220
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/227
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/229
ADDED
|
Binary file (19.2 kB). View file
|
|
|
pytorch_model/data/245
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/273
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/274
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/280
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/287
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/289
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/300
ADDED
|
Binary file (8.11 kB). View file
|
|
|
pytorch_model/data/301
ADDED
|
Binary file (19.2 kB). View file
|
|
|
pytorch_model/data/306
ADDED
|
Binary file (590 kB). View file
|
|
|
pytorch_model/data/307
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/308
ADDED
|
Binary file (590 kB). View file
|
|
|
pytorch_model/data/309
ADDED
|
Binary file (1.54 kB). View file
|
|
|
pytorch_model/data/32
ADDED
|
Binary file (36.9 kB). View file
|
|
|
pytorch_model/data/33
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
�b�=�6`��Jý�̙<�Mѽ��=�Z=�Gd>4�:>����ȱ>(�P<������W���[=��z��u��B���Ro�=��f;��p>qV(>�[��1��{y>-q�䕁>���0��>�K,�C��=Q�<=t8Q���ν�TѾ�3ռ�"��L�=-G>//�=��+��m��;^�{\�>6�=���=�I
|
| 2 |
+
�)+U�5��=�����O�ԙϽ#�8>n�:>���<P�=�8�M�_>��=9Y���>t�+�
|
pytorch_model/data/330
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdc5e01361bf9aa11fbebc299f14099d087c1f73eebee24e624b0fba718a6b86
|
| 3 |
+
size 2359296
|
pytorch_model/data/331
ADDED
|
Binary file (6.14 kB). View file
|
|
|