dima806 commited on
Commit
364a13f
1 Parent(s): e6f9119

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -4,4 +4,39 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/headgear-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns headgear type given an image.
8
+
9
+ See https://www.kaggle.com/code/dima806/headgear-image-detection-vit for more details.
10
+
11
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/Emppcn7eVbOL7r2YShjNX.png)
12
+
13
+ ```
14
+ Classification report:
15
+
16
+ precision recall f1-score support
17
+
18
+ BERET 1.0000 0.9565 0.9778 115
19
+ FEDORA 0.9913 1.0000 0.9956 114
20
+ SOMBERO 1.0000 1.0000 1.0000 115
21
+ HARD HAT 1.0000 1.0000 1.0000 115
22
+ FEZ 1.0000 0.9912 0.9956 114
23
+ ZUCCHETTO 1.0000 0.9912 0.9956 114
24
+ TOP HAT 1.0000 1.0000 1.0000 115
25
+ DEERSTALKER 0.9913 1.0000 0.9956 114
26
+ ASCOT CAP 0.9500 1.0000 0.9744 114
27
+ PORK PIE 0.9739 0.9825 0.9782 114
28
+ MILITARY HELMET 1.0000 1.0000 1.0000 115
29
+ BICORNE 1.0000 0.9912 0.9956 114
30
+ FOOTBALL HELMET 1.0000 1.0000 1.0000 115
31
+ MOTARBOARD 0.9913 1.0000 0.9956 114
32
+ BOATER 1.0000 1.0000 1.0000 115
33
+ PITH HELMET 0.9913 1.0000 0.9956 114
34
+ SOUTHWESTER 1.0000 0.9912 0.9956 114
35
+ BOWLER 0.9912 0.9825 0.9868 114
36
+ GARRISON CAP 1.0000 0.9912 0.9956 114
37
+ BASEBALL CAP 1.0000 1.0000 1.0000 115
38
+
39
+ accuracy 0.9939 2288
40
+ macro avg 0.9940 0.9939 0.9939 2288
41
+ weighted avg 0.9940 0.9939 0.9939 2288
42
+ ```