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

Add model 'yolov8s_pp09'

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
- 8 models in total.
14
 
15
  | | name | labels |
16
  |---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -22,4 +22,5 @@ PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/ape
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
 
 
10
 
11
  PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/aperveyev/booru_yolo).
12
 
13
+ 9 models in total.
14
 
15
  | | name | labels |
16
  |---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 
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
+ | 8 | yolov8s_pp09 | ['pns', 'spr', 'ptr', 'fng', 'cun', 'pzu', 'hjb', 'orl', 'trb'] |
26
 
models.json CHANGED
@@ -227,5 +227,19 @@
227
  "hbird"
228
  ],
229
  "name": "yolov8s_aa11"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  }
231
  ]
 
227
  "hbird"
228
  ],
229
  "name": "yolov8s_aa11"
230
+ },
231
+ {
232
+ "labels": [
233
+ "pns",
234
+ "spr",
235
+ "ptr",
236
+ "fng",
237
+ "cun",
238
+ "pzu",
239
+ "hjb",
240
+ "orl",
241
+ "trb"
242
+ ],
243
+ "name": "yolov8s_pp09"
244
  }
245
  ]
yolov8s_pp09/meta.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": [
3
+ "pns",
4
+ "spr",
5
+ "ptr",
6
+ "fng",
7
+ "cun",
8
+ "pzu",
9
+ "hjb",
10
+ "orl",
11
+ "trb"
12
+ ],
13
+ "name": "yolov8s_pp09"
14
+ }
yolov8s_pp09/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:141eb24feb97d4da330d43eca1ff2b47ea0fe42897ac32d41c11933038a671fb
3
+ size 44584088
yolov8s_pp09.pt → yolov8s_pp09/model.pt RENAMED
File without changes