narugo commited on
Commit
7849ddc
1 Parent(s): b150c83

Add model 'yolov8s_pp12'

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
- 9 models in total.
14
 
15
  | | name | labels |
16
  |---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -23,4 +23,5 @@ PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/ape
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
 
 
10
 
11
  PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/aperveyev/booru_yolo).
12
 
13
+ 10 models in total.
14
 
15
  | | name | labels |
16
  |---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 
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
+ | 9 | yolov8s_pp12 | ['pns', 'spr', 'ptr', 'fng', 'cun', 'pzu', 'hjb', 'orl', 'trb'] |
27
 
models.json CHANGED
@@ -241,5 +241,19 @@
241
  "trb"
242
  ],
243
  "name": "yolov8s_pp09"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
  }
245
  ]
 
241
  "trb"
242
  ],
243
  "name": "yolov8s_pp09"
244
+ },
245
+ {
246
+ "labels": [
247
+ "pns",
248
+ "spr",
249
+ "ptr",
250
+ "fng",
251
+ "cun",
252
+ "pzu",
253
+ "hjb",
254
+ "orl",
255
+ "trb"
256
+ ],
257
+ "name": "yolov8s_pp12"
258
  }
259
  ]
yolov8s_pp12/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_pp12"
14
+ }
yolov8s_pp12/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:440def6d972d82cf1ea9abc42845d51c0911a3c26b718a01b741f9ceb65162f2
3
+ size 44584088
yolov8s_pp12.pt → yolov8s_pp12/model.pt RENAMED
File without changes