Update README.md
Browse files
README.md
CHANGED
|
@@ -8,31 +8,33 @@ Return 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 |
Classification report:
|
| 13 |
|
| 14 |
precision recall f1-score support
|
| 15 |
|
| 16 |
-
call 0.
|
| 17 |
-
dislike 0.
|
| 18 |
-
fist 0.
|
| 19 |
-
four 0.
|
| 20 |
-
like 0.
|
| 21 |
-
mute 0.
|
| 22 |
-
ok 0.
|
| 23 |
-
one 0.
|
| 24 |
-
palm 0.
|
| 25 |
-
peace 0.
|
| 26 |
-
peace_inverted 0.
|
| 27 |
-
rock 0.
|
| 28 |
-
stop 0.
|
| 29 |
-
stop_inverted 0.
|
| 30 |
-
three 0.
|
| 31 |
-
three2 0.
|
| 32 |
-
two_up 0.
|
| 33 |
-
two_up_inverted 0.
|
| 34 |
|
| 35 |
-
accuracy 0.
|
| 36 |
-
macro avg 0.
|
| 37 |
-
weighted avg 0.
|
| 38 |
```
|
|
|
|
| 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.8781 0.9189 0.8980 11826
|
| 19 |
+
dislike 0.9623 0.9669 0.9646 11826
|
| 20 |
+
fist 0.9678 0.9849 0.9763 11825
|
| 21 |
+
four 0.8296 0.8163 0.8229 11825
|
| 22 |
+
like 0.9200 0.8546 0.8861 11826
|
| 23 |
+
mute 0.9615 0.9945 0.9777 11825
|
| 24 |
+
ok 0.9020 0.9112 0.9066 11826
|
| 25 |
+
one 0.9304 0.9226 0.9265 11825
|
| 26 |
+
palm 0.9505 0.9271 0.9387 11825
|
| 27 |
+
peace 0.8491 0.8683 0.8586 11826
|
| 28 |
+
peace_inverted 0.9690 0.9428 0.9557 11826
|
| 29 |
+
rock 0.8951 0.8490 0.8714 11825
|
| 30 |
+
stop 0.9111 0.9614 0.9356 11826
|
| 31 |
+
stop_inverted 0.9717 0.9181 0.9441 11826
|
| 32 |
+
three 0.7985 0.8279 0.8129 11826
|
| 33 |
+
three2 0.9291 0.9249 0.9270 11825
|
| 34 |
+
two_up 0.9100 0.9608 0.9347 11826
|
| 35 |
+
two_up_inverted 0.9618 0.9373 0.9494 11826
|
| 36 |
|
| 37 |
+
accuracy 0.9160 212861
|
| 38 |
+
macro avg 0.9165 0.9160 0.9159 212861
|
| 39 |
+
weighted avg 0.9165 0.9160 0.9159 212861
|
| 40 |
```
|