dima806 commited on
Commit
036ef78
1 Parent(s): d459325

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -4,4 +4,24 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/shoe-type-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Return shoe type given an image.
8
+
9
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/VRp8h5fKGtsdi_ydGM2Oj.png)
10
+
11
+ See https://www.kaggle.com/code/dima806/shoe-type-image-detection-vit for more details.
12
+
13
+ ```
14
+ Classification report:
15
+
16
+ precision recall f1-score support
17
+
18
+ Clog 0.9748 0.9598 0.9672 1169
19
+ Brogue 0.9804 0.9812 0.9808 1170
20
+ Sneaker 0.9718 0.9735 0.9727 1170
21
+ Boat 0.9642 0.9658 0.9650 1170
22
+ Ballet Flat 0.9729 0.9837 0.9783 1169
23
+
24
+ accuracy 0.9728 5848
25
+ macro avg 0.9728 0.9728 0.9728 5848
26
+ weighted avg 0.9728 0.9728 0.9728 5848
27
+ ```