add model
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
preprocessor_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"feature_extractor_type": "SegformerFeatureExtractor",
|
5 |
+
"image_mean": [
|
6 |
+
0.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_std": [
|
11 |
+
0.229,
|
12 |
+
0.224,
|
13 |
+
0.225
|
14 |
+
],
|
15 |
+
"reduce_labels": false,
|
16 |
+
"resample": 2,
|
17 |
+
"size": 512
|
18 |
+
}
|
runs/Aug10_02-14-38_838e8b4c7e11/1660097710.371605/events.out.tfevents.1660097710.838e8b4c7e11.77.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b885530d05f1156244aa1d689b78c1504f5d75aefc81001c152cd2a98cb0370c
|
3 |
+
size 5556
|
runs/Aug10_02-14-38_838e8b4c7e11/events.out.tfevents.1660097710.838e8b4c7e11.77.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04a4e2311c1e3d63b58414feec5ccdc41c932211b570f2498acb1694af5f17f1
|
3 |
+
size 791768
|