Add model 'yolov8n_as01'
Browse files- README.md +2 -1
- models.json +31 -0
- yolov8n_as01/meta.json +31 -0
- yolov8n_as01/model.onnx +3 -0
- yolov8n_as01.pt → yolov8n_as01/model.pt +0 -0
README.md
CHANGED
@@ -10,11 +10,12 @@ 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 |
| 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 |
| 2 | yolov8m_pp13 | ['pns', 'spr', 'ptr', 'fng', 'cun', 'pzu', 'hjb', 'orl', 'trb'] |
|
|
|
20 |
|
|
|
10 |
|
11 |
PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/aperveyev/booru_yolo).
|
12 |
|
13 |
+
4 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 |
| 2 | yolov8m_pp13 | ['pns', 'spr', 'ptr', 'fng', 'cun', 'pzu', 'hjb', 'orl', 'trb'] |
|
20 |
+
| 3 | yolov8n_as01 | ['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'] |
|
21 |
|
models.json
CHANGED
@@ -74,5 +74,36 @@
|
|
74 |
"trb"
|
75 |
],
|
76 |
"name": "yolov8m_pp13"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
}
|
78 |
]
|
|
|
74 |
"trb"
|
75 |
],
|
76 |
"name": "yolov8m_pp13"
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"labels": [
|
80 |
+
"head",
|
81 |
+
"bust",
|
82 |
+
"boob",
|
83 |
+
"shld",
|
84 |
+
"sideb",
|
85 |
+
"belly",
|
86 |
+
"nopan",
|
87 |
+
"butt",
|
88 |
+
"ass",
|
89 |
+
"split",
|
90 |
+
"sprd",
|
91 |
+
"vsplt",
|
92 |
+
"vsprd",
|
93 |
+
"hip",
|
94 |
+
"wing",
|
95 |
+
"feral",
|
96 |
+
"hdrago",
|
97 |
+
"hpony",
|
98 |
+
"hfox",
|
99 |
+
"hrabb",
|
100 |
+
"hcat",
|
101 |
+
"hbear",
|
102 |
+
"jacko",
|
103 |
+
"jackx",
|
104 |
+
"hhorse",
|
105 |
+
"hbird"
|
106 |
+
],
|
107 |
+
"name": "yolov8n_as01"
|
108 |
}
|
109 |
]
|
yolov8n_as01/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": "yolov8n_as01"
|
31 |
+
}
|
yolov8n_as01/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4e89a4091462c4e0da177091aaa62b6d6fd5c61a651097c51563d9dff1017a1
|
3 |
+
size 12110833
|
yolov8n_as01.pt → yolov8n_as01/model.pt
RENAMED
File without changes
|