narugo commited on
Commit
3772aa3
1 Parent(s): 16b923f

Add model 'yolov8s_aa10'

Browse files
README.md CHANGED
@@ -10,7 +10,7 @@ library_name: dghs-imgutils
10
 
11
  PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/aperveyev/booru_yolo).
12
 
13
- 6 models in total.
14
 
15
  | | name | labels |
16
  |---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -20,4 +20,5 @@ PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/ape
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
  | 4 | yolov8s_aa06 | ['head', 'bust', 'boob', 'shld', 'sideb', 'belly', 'nopan', 'butt', 'ass', 'split', 'sprd', 'vsplt', 'vsprd', 'hip', 'wing', 'feral', 'hdrago', 'hpony', 'hfox', 'hrabb', 'hcat', 'hbear', 'jacko', 'jackx'] |
22
  | 5 | yolov8s_aa09 | ['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'] |
 
23
 
 
10
 
11
  PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/aperveyev/booru_yolo).
12
 
13
+ 7 models in total.
14
 
15
  | | name | labels |
16
  |---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 
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
  | 4 | yolov8s_aa06 | ['head', 'bust', 'boob', 'shld', 'sideb', 'belly', 'nopan', 'butt', 'ass', 'split', 'sprd', 'vsplt', 'vsprd', 'hip', 'wing', 'feral', 'hdrago', 'hpony', 'hfox', 'hrabb', 'hcat', 'hbear', 'jacko', 'jackx'] |
22
  | 5 | yolov8s_aa09 | ['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'] |
23
+ | 6 | yolov8s_aa10 | ['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'] |
24
 
models.json CHANGED
@@ -165,5 +165,36 @@
165
  "hbird"
166
  ],
167
  "name": "yolov8s_aa09"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  }
169
  ]
 
165
  "hbird"
166
  ],
167
  "name": "yolov8s_aa09"
168
+ },
169
+ {
170
+ "labels": [
171
+ "head",
172
+ "bust",
173
+ "boob",
174
+ "shld",
175
+ "sideb",
176
+ "belly",
177
+ "nopan",
178
+ "butt",
179
+ "ass",
180
+ "split",
181
+ "sprd",
182
+ "vsplt",
183
+ "vsprd",
184
+ "hip",
185
+ "wing",
186
+ "feral",
187
+ "hdrago",
188
+ "hpony",
189
+ "hfox",
190
+ "hrabb",
191
+ "hcat",
192
+ "hbear",
193
+ "jacko",
194
+ "jackx",
195
+ "hhorse",
196
+ "hbird"
197
+ ],
198
+ "name": "yolov8s_aa10"
199
  }
200
  ]
yolov8s_aa10/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": "yolov8s_aa10"
31
+ }
yolov8s_aa10/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a73ba2fac6808ac022a62f5808cdf8fee8b35bc26139a79ccf2f81052188b93
3
+ size 44610636
yolov8s_aa10.pt → yolov8s_aa10/model.pt RENAMED
File without changes