Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,32 @@ metrics:
|
|
4 |
- accuracy
|
5 |
- f1
|
6 |
---
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- accuracy
|
5 |
- f1
|
6 |
---
|
7 |
+
Returns anime character name given an image.
|
8 |
+
|
9 |
+
See https://www.kaggle.com/code/dima806/anime-character-image-detection-vit for more details.
|
10 |
+
|
11 |
+
```
|
12 |
+
Classification report:
|
13 |
+
|
14 |
+
precision recall f1-score support
|
15 |
+
|
16 |
+
Killua 1.0000 1.0000 1.0000 57
|
17 |
+
Sakata Gintoki 1.0000 0.9655 0.9825 58
|
18 |
+
Eren Yeager 0.9649 0.9649 0.9649 57
|
19 |
+
Ichigo 0.9825 0.9825 0.9825 57
|
20 |
+
Lelouch Lamperouge 1.0000 1.0000 1.0000 58
|
21 |
+
Naruto 1.0000 1.0000 1.0000 58
|
22 |
+
Goku 0.9655 0.9825 0.9739 57
|
23 |
+
Vegeta 0.9649 0.9649 0.9649 57
|
24 |
+
Zoro 0.9355 1.0000 0.9667 58
|
25 |
+
Natsu Dragneel 1.0000 1.0000 1.0000 58
|
26 |
+
Gon 1.0000 0.9310 0.9643 58
|
27 |
+
Sasuke 0.9333 0.9655 0.9492 58
|
28 |
+
Elric Edward 1.0000 0.9825 0.9912 57
|
29 |
+
Light Yagami 0.9828 0.9828 0.9828 58
|
30 |
+
Luffy 1.0000 1.0000 1.0000 58
|
31 |
+
|
32 |
+
accuracy 0.9815 864
|
33 |
+
macro avg 0.9820 0.9815 0.9815 864
|
34 |
+
weighted avg 0.9820 0.9815 0.9815 864
|
35 |
+
```
|