dima806 commited on
Commit
372e951
·
verified ·
1 Parent(s): 20794af

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 with about 96% accuracy.
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/653REavLfGlE_br5Mbu1U.png)
12
 
13
  ```
14
  Classification report:
15
 
16
  precision recall f1-score support
17
 
18
- call 0.9247 0.9703 0.9470 11826
19
- dislike 0.9759 0.9849 0.9804 11825
20
- fist 0.9815 0.9864 0.9839 11826
21
- four 0.9130 0.9279 0.9204 11825
22
- like 0.9734 0.9093 0.9402 11825
23
- mute 0.9839 0.9970 0.9904 11825
24
- ok 0.9574 0.9631 0.9602 11825
25
- one 0.9701 0.9420 0.9559 11826
26
- palm 0.9790 0.9614 0.9701 11825
27
- peace 0.9146 0.9314 0.9230 11826
28
- peace_inverted 0.9782 0.9726 0.9754 11826
29
- rock 0.9392 0.9346 0.9369 11825
30
- stop 0.9494 0.9753 0.9622 11826
31
- stop_inverted 0.9833 0.9549 0.9689 11826
32
- three 0.9031 0.9073 0.9052 11826
33
- three2 0.9760 0.9647 0.9703 11826
34
- two_up 0.9556 0.9759 0.9657 11826
35
- two_up_inverted 0.9759 0.9695 0.9727 11826
36
 
37
- accuracy 0.9571 212861
38
- macro avg 0.9575 0.9571 0.9572 212861
39
- weighted avg 0.9575 0.9571 0.9572 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/NRezdxS_4sARObZx-bK9r.png)
12
 
13
  ```
14
  Classification report:
15
 
16
  precision recall f1-score support
17
 
18
+ call 0.9261 0.9712 0.9481 11826
19
+ dislike 0.9773 0.9840 0.9807 11825
20
+ fist 0.9839 0.9871 0.9855 11825
21
+ four 0.9150 0.9326 0.9237 11825
22
+ like 0.9743 0.9110 0.9416 11825
23
+ mute 0.9835 0.9973 0.9903 11826
24
+ ok 0.9579 0.9657 0.9618 11826
25
+ one 0.9681 0.9467 0.9573 11826
26
+ palm 0.9781 0.9618 0.9699 11826
27
+ peace 0.9205 0.9323 0.9263 11825
28
+ peace_inverted 0.9777 0.9751 0.9764 11826
29
+ rock 0.9428 0.9387 0.9408 11825
30
+ stop 0.9522 0.9735 0.9627 11826
31
+ stop_inverted 0.9825 0.9561 0.9691 11826
32
+ three 0.9105 0.9114 0.9110 11826
33
+ three2 0.9800 0.9671 0.9735 11826
34
+ two_up 0.9544 0.9747 0.9644 11825
35
+ two_up_inverted 0.9762 0.9697 0.9730 11826
36
 
37
+ accuracy 0.9587 212861
38
+ macro avg 0.9590 0.9587 0.9587 212861
39
+ weighted avg 0.9590 0.9587 0.9587 212861
40
  ```