Update README.md
Browse files
README.md
CHANGED
@@ -1,43 +1,45 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
library_name: onnx
|
4 |
-
pipeline_tag: image-classification
|
5 |
-
tags:
|
6 |
-
- image-tagging
|
7 |
-
- computer-vision
|
8 |
-
- onnx
|
9 |
-
- anime
|
10 |
-
- illustration
|
11 |
-
---
|
12 |
-
|
13 |
-
# Image Tagger Model (cl_tagger_1_00)
|
14 |
-
|
15 |
-
This directory contains ONNX models for image tagging.
|
16 |
-
|
17 |
-
**Note**:
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
- `
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
- **
|
30 |
-
- **
|
31 |
-
- **
|
32 |
-
- **
|
33 |
-
- **
|
34 |
-
|
35 |
-
**
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
|
|
|
|
43 |
**Important**: The author assumes no responsibility for any damages caused by using this model or any damages caused to third parties. All responsibility lies with the user. Please use at your own risk.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: onnx
|
4 |
+
pipeline_tag: image-classification
|
5 |
+
tags:
|
6 |
+
- image-tagging
|
7 |
+
- computer-vision
|
8 |
+
- onnx
|
9 |
+
- anime
|
10 |
+
- illustration
|
11 |
+
---
|
12 |
+
|
13 |
+
# Image Tagger Model (cl_tagger_1_00)
|
14 |
+
|
15 |
+
This directory contains ONNX models for image tagging.
|
16 |
+
|
17 |
+
**Note**:
|
18 |
+
- v1.00 is same as 0804 (community model).
|
19 |
+
- v1.01 is same as 0812.
|
20 |
+
|
21 |
+
## Model Files
|
22 |
+
|
23 |
+
- `model.onnx`: Original model
|
24 |
+
- `model_optimized.onnx`: Optimized model
|
25 |
+
- `tag_mapping.json`: Tag mapping information
|
26 |
+
|
27 |
+
## Tag Categories
|
28 |
+
|
29 |
+
- **General**: 22,367 tags (general attributes and features)
|
30 |
+
- **Character**: 16,210 tags (character names)
|
31 |
+
- **Copyright**: 3,329 tags (series names)
|
32 |
+
- **Meta**: 224 tags (metadata)
|
33 |
+
- **Model**: 25 tags (model information)
|
34 |
+
- **Rating**: 4 tags (content rating)
|
35 |
+
- **Quality**: 4 tags (quality assessment)
|
36 |
+
|
37 |
+
**Total**: 42,163 tags
|
38 |
+
|
39 |
+
## License
|
40 |
+
|
41 |
+
This project is distributed under the Apache License 2.0.
|
42 |
+
|
43 |
+
## Disclaimer
|
44 |
+
|
45 |
**Important**: The author assumes no responsibility for any damages caused by using this model or any damages caused to third parties. All responsibility lies with the user. Please use at your own risk.
|