dima806 commited on
Commit
37cf26f
1 Parent(s): 87d49ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -4,4 +4,47 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/ball-types-image-detection for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns ball type given an image.
8
+
9
+ See https://www.kaggle.com/code/dima806/ball-types-image-detection for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ wiffle ball 1.0000 1.0000 1.0000 39
17
+ puffballs 1.0000 1.0000 1.0000 38
18
+ chrochet ball 1.0000 1.0000 1.0000 39
19
+ golf ball 1.0000 1.0000 1.0000 39
20
+ pokeman balls 1.0000 1.0000 1.0000 39
21
+ water polo ball 1.0000 1.0000 1.0000 39
22
+ football 1.0000 1.0000 1.0000 39
23
+ marble 1.0000 1.0000 1.0000 38
24
+ medicine ball 1.0000 1.0000 1.0000 39
25
+ tether ball 1.0000 1.0000 1.0000 38
26
+ billiard ball 1.0000 1.0000 1.0000 38
27
+ cannon ball 1.0000 1.0000 1.0000 39
28
+ crystal ball 1.0000 1.0000 1.0000 38
29
+ cricket ball 1.0000 1.0000 1.0000 39
30
+ sepak takraw ball 1.0000 1.0000 1.0000 39
31
+ tennis ball 1.0000 1.0000 1.0000 39
32
+ wrecking ball 1.0000 1.0000 1.0000 38
33
+ rubberband ball 1.0000 1.0000 1.0000 39
34
+ buckeyballs 1.0000 1.0000 1.0000 39
35
+ bowling ball 1.0000 1.0000 1.0000 38
36
+ eyeballs 1.0000 1.0000 1.0000 38
37
+ meat ball 1.0000 1.0000 1.0000 38
38
+ brass 1.0000 1.0000 1.0000 39
39
+ screwballs 1.0000 1.0000 1.0000 38
40
+ baseball 1.0000 1.0000 1.0000 38
41
+ beachballs 1.0000 1.0000 1.0000 39
42
+ soccer ball 1.0000 1.0000 1.0000 38
43
+ basketball 1.0000 1.0000 1.0000 39
44
+ volley ball 1.0000 1.0000 1.0000 39
45
+ paint balls 1.0000 1.0000 1.0000 39
46
+
47
+ accuracy 1.0000 1158
48
+ macro avg 1.0000 1.0000 1.0000 1158
49
+ weighted avg 1.0000 1.0000 1.0000 1158
50
+ ```