Add model 'yolov8m_as03'
Browse files- README.md +2 -1
- models.json +31 -0
- yolov8m_as03/meta.json +31 -0
- yolov8m_as03/model.onnx +3 -0
- yolov8m_as03.pt → yolov8m_as03/model.pt +0 -0
README.md
CHANGED
@@ -10,9 +10,10 @@ library_name: dghs-imgutils
|
|
10 |
|
11 |
PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/aperveyev/booru_yolo).
|
12 |
|
13 |
-
|
14 |
|
15 |
| | name | labels |
|
16 |
|---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
17 |
| 0 | yolov8m_as02 | ['head', 'bust', 'boob', 'shld', 'sideb', 'belly', 'nopan', 'butt', 'ass', 'split', 'sprd', 'vsplt', 'vsprd', 'hip', 'wing', 'feral', 'hdrago', 'hpony', 'hfox', 'hrabb', 'hcat', 'hbear', 'jacko', 'jackx', 'hhorse', 'hbird'] |
|
|
|
18 |
|
|
|
10 |
|
11 |
PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/aperveyev/booru_yolo).
|
12 |
|
13 |
+
2 models in total.
|
14 |
|
15 |
| | name | labels |
|
16 |
|---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
17 |
| 0 | yolov8m_as02 | ['head', 'bust', 'boob', 'shld', 'sideb', 'belly', 'nopan', 'butt', 'ass', 'split', 'sprd', 'vsplt', 'vsprd', 'hip', 'wing', 'feral', 'hdrago', 'hpony', 'hfox', 'hrabb', 'hcat', 'hbear', 'jacko', 'jackx', 'hhorse', 'hbird'] |
|
18 |
+
| 1 | yolov8m_as03 | ['head', 'bust', 'boob', 'shld', 'sideb', 'belly', 'nopan', 'butt', 'ass', 'split', 'sprd', 'vsplt', 'vsprd', 'hip', 'wing', 'feral', 'hdrago', 'hpony', 'hfox', 'hrabb', 'hcat', 'hbear', 'jacko', 'jackx', 'hhorse', 'hbird'] |
|
19 |
|
models.json
CHANGED
@@ -29,5 +29,36 @@
|
|
29 |
"hbird"
|
30 |
],
|
31 |
"name": "yolov8m_as02"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
]
|
|
|
29 |
"hbird"
|
30 |
],
|
31 |
"name": "yolov8m_as02"
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"labels": [
|
35 |
+
"head",
|
36 |
+
"bust",
|
37 |
+
"boob",
|
38 |
+
"shld",
|
39 |
+
"sideb",
|
40 |
+
"belly",
|
41 |
+
"nopan",
|
42 |
+
"butt",
|
43 |
+
"ass",
|
44 |
+
"split",
|
45 |
+
"sprd",
|
46 |
+
"vsplt",
|
47 |
+
"vsprd",
|
48 |
+
"hip",
|
49 |
+
"wing",
|
50 |
+
"feral",
|
51 |
+
"hdrago",
|
52 |
+
"hpony",
|
53 |
+
"hfox",
|
54 |
+
"hrabb",
|
55 |
+
"hcat",
|
56 |
+
"hbear",
|
57 |
+
"jacko",
|
58 |
+
"jackx",
|
59 |
+
"hhorse",
|
60 |
+
"hbird"
|
61 |
+
],
|
62 |
+
"name": "yolov8m_as03"
|
63 |
}
|
64 |
]
|
yolov8m_as03/meta.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels": [
|
3 |
+
"head",
|
4 |
+
"bust",
|
5 |
+
"boob",
|
6 |
+
"shld",
|
7 |
+
"sideb",
|
8 |
+
"belly",
|
9 |
+
"nopan",
|
10 |
+
"butt",
|
11 |
+
"ass",
|
12 |
+
"split",
|
13 |
+
"sprd",
|
14 |
+
"vsplt",
|
15 |
+
"vsprd",
|
16 |
+
"hip",
|
17 |
+
"wing",
|
18 |
+
"feral",
|
19 |
+
"hdrago",
|
20 |
+
"hpony",
|
21 |
+
"hfox",
|
22 |
+
"hrabb",
|
23 |
+
"hcat",
|
24 |
+
"hbear",
|
25 |
+
"jacko",
|
26 |
+
"jackx",
|
27 |
+
"hhorse",
|
28 |
+
"hbird"
|
29 |
+
],
|
30 |
+
"name": "yolov8m_as03"
|
31 |
+
}
|
yolov8m_as03/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de7b43b1ce1156c1b1ca41dceb2af8615f24c93bd6fca5e90fbead31e60fa1f4
|
3 |
+
size 103500523
|
yolov8m_as03.pt → yolov8m_as03/model.pt
RENAMED
File without changes
|