dima806 commited on
Commit
1ba9e4b
·
verified ·
1 Parent(s): a2ba1d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -22
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
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/VfDF_mfxWxrCD-uhSCIZq.png)
12
 
13
  ```
14
  Classification report:
15
 
16
  precision recall f1-score support
17
 
18
- call 0.9136 0.9590 0.9357 11826
19
- dislike 0.9721 0.9811 0.9766 11826
20
- fist 0.9798 0.9866 0.9832 11825
21
- four 0.8992 0.9077 0.9034 11826
22
- like 0.9626 0.8963 0.9283 11826
23
- mute 0.9778 0.9962 0.9869 11826
24
- ok 0.9447 0.9586 0.9516 11826
25
- one 0.9654 0.9355 0.9502 11826
26
- palm 0.9694 0.9578 0.9636 11825
27
- peace 0.9034 0.9188 0.9110 11825
28
- peace_inverted 0.9757 0.9696 0.9726 11825
29
- rock 0.9302 0.9166 0.9234 11826
30
- stop 0.9424 0.9711 0.9565 11826
31
- stop_inverted 0.9816 0.9467 0.9638 11825
32
- three 0.8891 0.8911 0.8901 11826
33
- three2 0.9687 0.9618 0.9652 11826
34
- two_up 0.9476 0.9729 0.9601 11825
35
- two_up_inverted 0.9716 0.9621 0.9669 11825
36
 
37
- accuracy 0.9494 212861
38
- macro avg 0.9497 0.9494 0.9494 212861
39
- weighted avg 0.9497 0.9494 0.9494 212861
40
  ```
 
8
 
9
  See https://www.kaggle.com/code/dima806/hand-gestures-image-detection-vit for more details.
10
 
11
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/rtenoK7f4XxAOyZoT8UPY.png)
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
  ```