narugo commited on
Commit
9cdd200
1 Parent(s): 3772aa3

Add model 'yolov8s_aa11'

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
- 7 models in total.
14
 
15
  | | name | labels |
16
  |---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -21,4 +21,5 @@ PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/ape
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
 
 
10
 
11
  PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/aperveyev/booru_yolo).
12
 
13
+ 8 models in total.
14
 
15
  | | name | labels |
16
  |---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 
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
+ | 7 | yolov8s_aa11 | ['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'] |
25
 
models.json CHANGED
@@ -196,5 +196,36 @@
196
  "hbird"
197
  ],
198
  "name": "yolov8s_aa10"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  }
200
  ]
 
196
  "hbird"
197
  ],
198
  "name": "yolov8s_aa10"
199
+ },
200
+ {
201
+ "labels": [
202
+ "head",
203
+ "bust",
204
+ "boob",
205
+ "shld",
206
+ "sideb",
207
+ "belly",
208
+ "nopan",
209
+ "butt",
210
+ "ass",
211
+ "split",
212
+ "sprd",
213
+ "vsplt",
214
+ "vsprd",
215
+ "hip",
216
+ "wing",
217
+ "feral",
218
+ "hdrago",
219
+ "hpony",
220
+ "hfox",
221
+ "hrabb",
222
+ "hcat",
223
+ "hbear",
224
+ "jacko",
225
+ "jackx",
226
+ "hhorse",
227
+ "hbird"
228
+ ],
229
+ "name": "yolov8s_aa11"
230
  }
231
  ]
yolov8s_aa11/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_aa11"
31
+ }
yolov8s_aa11/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c98f041060ff55ba03b67612c44b9e2867e8056a0c26ae170b8fb14dfa0b2ac3
3
+ size 44610636
yolov8s_aa11.pt → yolov8s_aa11/model.pt RENAMED
File without changes