Add model 'yolov8m_as02'
Browse files- README.md +18 -0
- models.json +33 -0
- yolov8m_as02/meta.json +31 -0
- yolov8m_as02/model.onnx +3 -0
- yolov8m_as02.pt → yolov8m_as02/model.pt +0 -0
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: object-detection
|
3 |
+
tags:
|
4 |
+
- art
|
5 |
+
- anime
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
library_name: dghs-imgutils
|
9 |
+
---
|
10 |
+
|
11 |
+
PyTorch and ONNX models of project [aperveyev/booru_yolo](https://github.com/aperveyev/booru_yolo).
|
12 |
+
|
13 |
+
1 model in total.
|
14 |
+
|
15 |
+
| | name | labels |
|
16 |
+
|---:|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
17 |
+
| 0 | yolov8m_as02 | ['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'] |
|
18 |
+
|
models.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"labels": [
|
4 |
+
"head",
|
5 |
+
"bust",
|
6 |
+
"boob",
|
7 |
+
"shld",
|
8 |
+
"sideb",
|
9 |
+
"belly",
|
10 |
+
"nopan",
|
11 |
+
"butt",
|
12 |
+
"ass",
|
13 |
+
"split",
|
14 |
+
"sprd",
|
15 |
+
"vsplt",
|
16 |
+
"vsprd",
|
17 |
+
"hip",
|
18 |
+
"wing",
|
19 |
+
"feral",
|
20 |
+
"hdrago",
|
21 |
+
"hpony",
|
22 |
+
"hfox",
|
23 |
+
"hrabb",
|
24 |
+
"hcat",
|
25 |
+
"hbear",
|
26 |
+
"jacko",
|
27 |
+
"jackx",
|
28 |
+
"hhorse",
|
29 |
+
"hbird"
|
30 |
+
],
|
31 |
+
"name": "yolov8m_as02"
|
32 |
+
}
|
33 |
+
]
|
yolov8m_as02/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": "yolov8m_as02"
|
31 |
+
}
|
yolov8m_as02/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99c15c630a8e0f98789c5a89d99ff643770cc0e9772ba5af544008c16b198855
|
3 |
+
size 103500523
|
yolov8m_as02.pt → yolov8m_as02/model.pt
RENAMED
File without changes
|