Upload 4 files
Browse files- config.json +9 -9
- onnx/bestv8.onnx +3 -0
config.json
CHANGED
@@ -2,18 +2,18 @@
|
|
2 |
"id2label": {
|
3 |
"0": "paper",
|
4 |
"1": "glass",
|
5 |
-
"2": "
|
6 |
-
"3": "
|
7 |
-
"4": "
|
8 |
-
"5": "
|
9 |
},
|
10 |
"label2id": {
|
11 |
"paper": 0,
|
12 |
"glass": 1,
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
},
|
18 |
-
"model_type": "
|
19 |
}
|
|
|
2 |
"id2label": {
|
3 |
"0": "paper",
|
4 |
"1": "glass",
|
5 |
+
"2": "plastic",
|
6 |
+
"3": "metal",
|
7 |
+
"4": "cardboard",
|
8 |
+
"5": "trash"
|
9 |
},
|
10 |
"label2id": {
|
11 |
"paper": 0,
|
12 |
"glass": 1,
|
13 |
+
"plastic": 2,
|
14 |
+
"metal": 3,
|
15 |
+
"cardboard": 4,
|
16 |
+
"trash": 5
|
17 |
},
|
18 |
+
"model_type": "yolov8"
|
19 |
}
|
onnx/bestv8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fff66d3738e65c3c795d99cc6f01d391920287460b8278ddeeb9457d7ec22be1
|
3 |
+
size 44726642
|