Update README.md
Browse files
README.md
CHANGED
|
@@ -8,33 +8,33 @@ Returns hand gesture based on image.
|
|
| 8 |
|
| 9 |
See https://www.kaggle.com/code/dima806/hand-gestures-image-detection-vit for more details.
|
| 10 |
|
| 11 |
-

|
| 12 |
|
| 13 |
```
|
| 14 |
Classification report:
|
| 15 |
|
| 16 |
precision recall f1-score support
|
| 17 |
|
| 18 |
+
call 0.9190 0.9598 0.9389 11825
|
| 19 |
+
dislike 0.9743 0.9822 0.9782 11825
|
| 20 |
+
fist 0.9802 0.9872 0.9837 11826
|
| 21 |
+
four 0.9051 0.9086 0.9069 11825
|
| 22 |
+
like 0.9625 0.9032 0.9319 11826
|
| 23 |
+
mute 0.9809 0.9959 0.9884 11826
|
| 24 |
+
ok 0.9481 0.9583 0.9532 11826
|
| 25 |
+
one 0.9639 0.9402 0.9519 11825
|
| 26 |
+
palm 0.9698 0.9566 0.9632 11825
|
| 27 |
+
peace 0.9083 0.9210 0.9146 11826
|
| 28 |
+
peace_inverted 0.9767 0.9663 0.9714 11826
|
| 29 |
+
rock 0.9323 0.9244 0.9283 11825
|
| 30 |
+
stop 0.9451 0.9707 0.9577 11826
|
| 31 |
+
stop_inverted 0.9807 0.9480 0.9641 11826
|
| 32 |
+
three 0.8932 0.9024 0.8978 11826
|
| 33 |
+
three2 0.9708 0.9636 0.9672 11826
|
| 34 |
+
two_up 0.9455 0.9712 0.9582 11825
|
| 35 |
+
two_up_inverted 0.9730 0.9648 0.9689 11826
|
| 36 |
|
| 37 |
+
accuracy 0.9514 212861
|
| 38 |
+
macro avg 0.9516 0.9514 0.9514 212861
|
| 39 |
+
weighted avg 0.9516 0.9514 0.9514 212861
|
| 40 |
```
|