Upload 2 files
Browse files- gate_config.json +18 -0
- gate_mobilenetv3.pth +3 -0
gate_config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"classes": [
|
| 3 |
+
"building_surface",
|
| 4 |
+
"other",
|
| 5 |
+
"road_or_pavement"
|
| 6 |
+
],
|
| 7 |
+
"img_size": 224,
|
| 8 |
+
"mean": [
|
| 9 |
+
0.485,
|
| 10 |
+
0.456,
|
| 11 |
+
0.406
|
| 12 |
+
],
|
| 13 |
+
"std": [
|
| 14 |
+
0.229,
|
| 15 |
+
0.224,
|
| 16 |
+
0.225
|
| 17 |
+
]
|
| 18 |
+
}
|
gate_mobilenetv3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e64297d19448aa985ab02420e2e2537cc86b2a3b9583647e801dc68d2ec4e9c
|
| 3 |
+
size 6219394
|