Uploaded 4 files
Browse files- YOLOv8n_roof.pt +3 -0
- config.json +17 -0
- model.safetensors +3 -0
- pytorch_model.bin +3 -0
YOLOv8n_roof.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13689de04714061b6da181a68249a63fa69ce6a6b09ce5261bbd09154c2f3b47
|
3 |
+
size 22543267
|
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"num_classes": 2,
|
3 |
+
"image_size": 640,
|
4 |
+
"architectures": [
|
5 |
+
"YolosForObjectDetection"
|
6 |
+
],
|
7 |
+
"model_type": "yolos",
|
8 |
+
"id2label": {
|
9 |
+
"1": "roof",
|
10 |
+
"0": "N/A"
|
11 |
+
},
|
12 |
+
"label2id": {
|
13 |
+
"roof": 1,
|
14 |
+
"N/A": 0
|
15 |
+
}
|
16 |
+
|
17 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e475d398b0e8c8e8cf459dc9aa41fd9681f59f7285dfc46a2e087dd1263f60cc
|
3 |
+
size 44657604
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34c25a58b0376fed11eb7d8a3b6650f56cb6f3787e66728cb5a9d60e012e255f
|
3 |
+
size 44743958
|