narugo1992 commited on
Add model 'yolov8s_aa06'
Browse files- README.md +2 -1
- models.json +29 -0
- yolov8s_aa06/meta.json +29 -0
- yolov8s_aa06/model.onnx +3 -0
- yolov8s_aa06.pt → yolov8s_aa06/model.pt +0 -0
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 |
-
|
| 14 |
|
| 15 |
| | name | labels |
|
| 16 |
|---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
@@ -18,4 +18,5 @@ PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/ape
|
|
| 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 |
|
|
|
|
| 10 |
|
| 11 |
PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/aperveyev/booru_yolo).
|
| 12 |
|
| 13 |
+
5 models in total.
|
| 14 |
|
| 15 |
| | name | labels |
|
| 16 |
|---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
|
| 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 |
+
| 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 |
|
models.json
CHANGED
|
@@ -105,5 +105,34 @@
|
|
| 105 |
"hbird"
|
| 106 |
],
|
| 107 |
"name": "yolov8n_as01"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
}
|
| 109 |
]
|
|
|
|
| 105 |
"hbird"
|
| 106 |
],
|
| 107 |
"name": "yolov8n_as01"
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"labels": [
|
| 111 |
+
"head",
|
| 112 |
+
"bust",
|
| 113 |
+
"boob",
|
| 114 |
+
"shld",
|
| 115 |
+
"sideb",
|
| 116 |
+
"belly",
|
| 117 |
+
"nopan",
|
| 118 |
+
"butt",
|
| 119 |
+
"ass",
|
| 120 |
+
"split",
|
| 121 |
+
"sprd",
|
| 122 |
+
"vsplt",
|
| 123 |
+
"vsprd",
|
| 124 |
+
"hip",
|
| 125 |
+
"wing",
|
| 126 |
+
"feral",
|
| 127 |
+
"hdrago",
|
| 128 |
+
"hpony",
|
| 129 |
+
"hfox",
|
| 130 |
+
"hrabb",
|
| 131 |
+
"hcat",
|
| 132 |
+
"hbear",
|
| 133 |
+
"jacko",
|
| 134 |
+
"jackx"
|
| 135 |
+
],
|
| 136 |
+
"name": "yolov8s_aa06"
|
| 137 |
}
|
| 138 |
]
|
yolov8s_aa06/meta.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
],
|
| 28 |
+
"name": "yolov8s_aa06"
|
| 29 |
+
}
|
yolov8s_aa06/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c281e5886708818456de75703885f766a147a04bfdcf4f198680f7c15dc0e59
|
| 3 |
+
size 44607510
|
yolov8s_aa06.pt → yolov8s_aa06/model.pt
RENAMED
|
File without changes
|