dima806 commited on
Commit
c1bb13b
1 Parent(s): 40a0bff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +229 -1
README.md CHANGED
@@ -4,4 +4,232 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/mushroom-types-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns mushroom type given an image.
8
+
9
+ See https://www.kaggle.com/code/dima806/mushroom-types-image-detection-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ mosaic_puffball 1.0000 1.0000 1.0000 7
17
+ scarlet_elfcup 1.0000 1.0000 1.0000 7
18
+ splendid_waxcap 1.0000 0.4286 0.6000 7
19
+ tawny_grisette 0.8750 1.0000 0.9333 7
20
+ jubilee_waxcap 1.0000 1.0000 1.0000 6
21
+ king_alfreds_cakes 1.0000 0.8333 0.9091 6
22
+ heath_waxcap 0.7500 1.0000 0.8571 6
23
+ silky_rosegill 1.0000 1.0000 1.0000 6
24
+ golden_waxcap 0.4286 1.0000 0.6000 6
25
+ macro_mushroom 1.0000 0.8571 0.9231 7
26
+ spectacular_rustgill 0.7500 0.8571 0.8000 7
27
+ pink_waxcap 1.0000 1.0000 1.0000 6
28
+ brown_birch_bolete 0.8333 0.8333 0.8333 6
29
+ scaly_wood_mushroom 1.0000 1.0000 1.0000 6
30
+ stinkhorn 0.8571 1.0000 0.9231 6
31
+ blackening_brittlegill 1.0000 0.7143 0.8333 7
32
+ penny_bun 0.8571 1.0000 0.9231 6
33
+ chicken_of_the_woods 1.0000 1.0000 1.0000 7
34
+ common_bonnet 1.0000 0.7143 0.8333 7
35
+ common_rustgill 1.0000 0.8333 0.9091 6
36
+ hedgehog_fungus 1.0000 0.8333 0.9091 6
37
+ shaggy_scalycap 1.0000 0.8333 0.9091 6
38
+ dyers_mazegill 0.8571 1.0000 0.9231 6
39
+ earthballs 1.0000 1.0000 1.0000 7
40
+ purple_brittlegill 1.0000 0.8333 0.9091 6
41
+ smoky_bracket 0.7143 0.7143 0.7143 7
42
+ elfin_saddle 1.0000 1.0000 1.0000 6
43
+ shaggy_bracket 0.7778 1.0000 0.8750 7
44
+ greencracked_brittlegill 1.0000 0.6667 0.8000 6
45
+ sulphur_tuft 1.0000 1.0000 1.0000 6
46
+ warted_amanita 1.0000 0.7143 0.8333 7
47
+ white_domecap 0.7778 1.0000 0.8750 7
48
+ winter_chanterelle 1.0000 1.0000 1.0000 7
49
+ grey_knight 1.0000 0.8571 0.9231 7
50
+ pale_oyster 1.0000 0.5714 0.7273 7
51
+ medusa_mushroom 0.6667 0.8571 0.7500 7
52
+ spotted_toughshank 1.0000 1.0000 1.0000 7
53
+ dog_stinkhorn 1.0000 0.8333 0.9091 6
54
+ stubble_rosegill 1.0000 0.6667 0.8000 6
55
+ truffles 1.0000 1.0000 1.0000 6
56
+ panthercap 0.8000 0.6667 0.7273 6
57
+ vermillion_waxcap 1.0000 1.0000 1.0000 7
58
+ ascot_hat 0.8571 1.0000 0.9231 6
59
+ birch_polypore 1.0000 0.5000 0.6667 6
60
+ common_morel 0.7778 1.0000 0.8750 7
61
+ shaggy_parasol 1.0000 0.6667 0.8000 6
62
+ turkey_tail 0.6667 1.0000 0.8000 6
63
+ the_blusher 0.6250 0.8333 0.7143 6
64
+ deathcap 0.3333 1.0000 0.5000 7
65
+ chestnut_bolete 1.0000 0.7143 0.8333 7
66
+ grey_spotted_amanita 1.0000 0.8571 0.9231 7
67
+ slender_parasol 1.0000 0.8571 0.9231 7
68
+ horn_of_plenty 1.0000 1.0000 1.0000 7
69
+ magpie_inkcap 1.0000 0.8333 0.9091 6
70
+ fools_funnel 0.8333 0.8333 0.8333 6
71
+ orange_birch_bolete 1.0000 1.0000 1.0000 6
72
+ scarlet_waxcap 0.5714 0.6667 0.6154 6
73
+ yellow_stainer 1.0000 0.6667 0.8000 6
74
+ field_mushroom 1.0000 0.8333 0.9091 6
75
+ fragrant_funnel 0.8333 0.8333 0.8333 6
76
+ spring_fieldcap 0.8333 0.7143 0.7692 7
77
+ bronze_bolete 1.0000 0.4286 0.6000 7
78
+ orange_grisette 1.0000 0.8571 0.9231 7
79
+ parasol 0.8333 0.7143 0.7692 7
80
+ trooping_funnel 1.0000 0.7143 0.8333 7
81
+ beechwood_sickener 1.0000 0.6667 0.8000 6
82
+ rosy_bonnet 0.8333 0.8333 0.8333 6
83
+ dusky_puffball 1.0000 1.0000 1.0000 7
84
+ the_miller 0.7000 1.0000 0.8235 7
85
+ white_saddle 1.0000 1.0000 1.0000 7
86
+ old_man_of_the_woods 1.0000 1.0000 1.0000 6
87
+ crimped_gill 1.0000 0.8333 0.9091 6
88
+ blushing_rosette 1.0000 1.0000 1.0000 6
89
+ pine_bolete 1.0000 1.0000 1.0000 6
90
+ brown_rollrim 1.0000 0.8333 0.9091 6
91
+ deadly_webcap 1.0000 1.0000 1.0000 7
92
+ devils_bolete 1.0000 1.0000 1.0000 6
93
+ scarlet_caterpillarclub 1.0000 1.0000 1.0000 7
94
+ red_cracking_bolete 1.0000 1.0000 1.0000 6
95
+ false_chanterelle 1.0000 0.8333 0.9091 6
96
+ woodland_inkcap 0.6667 0.8571 0.7500 7
97
+ cucumber_cap 1.0000 0.8571 0.9231 7
98
+ leccinum_albostipitatum 1.0000 1.0000 1.0000 6
99
+ fairy_ring_champignons 0.8333 0.8333 0.8333 6
100
+ rooting_bolete 0.7500 1.0000 0.8571 6
101
+ wood_blewit 0.7500 1.0000 0.8571 6
102
+ lilac_bonnet 0.8333 0.8333 0.8333 6
103
+ butter_cap 1.0000 1.0000 1.0000 7
104
+ black_bulgar 1.0000 1.0000 1.0000 7
105
+ giant_puffball 0.8571 1.0000 0.9231 6
106
+ false_deathcap 0.0000 0.0000 0.0000 6
107
+ white_fibrecap 1.0000 1.0000 1.0000 6
108
+ velvet_shank 1.0000 0.8571 0.9231 7
109
+ slippery_jack 0.5556 0.8333 0.6667 6
110
+ white_dapperling 0.6667 0.8571 0.7500 7
111
+ parrot_waxcap 1.0000 0.8333 0.9091 6
112
+ wrinkled_peach 0.8571 1.0000 0.9231 6
113
+ silverleaf_fungus 1.0000 1.0000 1.0000 7
114
+ amanita_gemmata 1.0000 1.0000 1.0000 6
115
+ stinking_dapperling 1.0000 0.8333 0.9091 6
116
+ plums_and_custard 1.0000 0.6667 0.8000 6
117
+ peppery_bolete 0.8000 0.6667 0.7273 6
118
+ terracotta_hedgehog 0.8333 0.8333 0.8333 6
119
+ egghead_mottlegill 1.0000 1.0000 1.0000 6
120
+ bearded_milkcap 1.0000 0.8333 0.9091 6
121
+ inky_mushroom 1.0000 0.5000 0.6667 6
122
+ larch_bolete 0.8571 0.8571 0.8571 7
123
+ porcelain_fungus 0.8571 1.0000 0.9231 6
124
+ jelly_tooth 1.0000 1.0000 1.0000 6
125
+ scarletina_bolete 0.5000 1.0000 0.6667 6
126
+ yellow_foot_waxcap 1.0000 1.0000 1.0000 6
127
+ the_prince 1.0000 0.5000 0.6667 6
128
+ aniseed_funnel 1.0000 0.8333 0.9091 6
129
+ white_false_death_cap 0.5000 0.8333 0.6250 6
130
+ false_saffron_milkcap 1.0000 0.8333 0.9091 6
131
+ yellow_swamp_brittlegill 1.0000 0.8333 0.9091 6
132
+ semifree_morel 1.0000 1.0000 1.0000 7
133
+ bitter_bolete 1.0000 0.7143 0.8333 7
134
+ almond_mushroom 1.0000 1.0000 1.0000 6
135
+ shaggy_inkcap 0.8750 1.0000 0.9333 7
136
+ blushing_wood_mushroom 1.0000 0.6667 0.8000 6
137
+ common_puffball 1.0000 1.0000 1.0000 6
138
+ funeral_bell 0.7500 1.0000 0.8571 6
139
+ bay_bolete 1.0000 0.8333 0.9091 6
140
+ blackening_waxcap 1.0000 0.5714 0.7273 7
141
+ liberty_cap 0.6000 1.0000 0.7500 6
142
+ snowy_waxcap 0.6667 1.0000 0.8000 6
143
+ the_goblet 1.0000 1.0000 1.0000 7
144
+ deer_shield 1.0000 1.0000 1.0000 7
145
+ freckled_dapperling 0.6667 1.0000 0.8000 6
146
+ slimy_waxcap 0.6667 1.0000 0.8000 6
147
+ common_inkcap 0.7778 1.0000 0.8750 7
148
+ amethyst_chanterelle 0.8750 1.0000 0.9333 7
149
+ cedarwood_waxcap 0.7143 0.8333 0.7692 6
150
+ honey_fungus 1.0000 0.8571 0.9231 7
151
+ bruising_webcap 1.0000 0.4286 0.6000 7
152
+ stump_puffball 0.8571 1.0000 0.9231 6
153
+ giant_funnel 0.8333 0.8333 0.8333 6
154
+ tuberous_polypore 1.0000 0.6667 0.8000 6
155
+ poison_pie 0.8571 0.8571 0.8571 7
156
+ curry_milkcap 1.0000 1.0000 1.0000 6
157
+ amethyst_deceiver 1.0000 1.0000 1.0000 7
158
+ golden_bootleg 1.0000 0.7143 0.8333 7
159
+ clustered_domecap 1.0000 0.6667 0.8000 6
160
+ ochre_brittlegill 0.7143 0.7143 0.7143 7
161
+ blackening_polypore 1.0000 0.8333 0.9091 6
162
+ suede_bolete 1.0000 1.0000 1.0000 7
163
+ horse_mushroom 0.5455 1.0000 0.7059 6
164
+ geranium_brittlegill 0.6667 1.0000 0.8000 6
165
+ st_georges_mushroom 1.0000 0.8333 0.9091 6
166
+ destroying_angel 0.0000 0.0000 0.0000 6
167
+ field_blewit 1.0000 0.5714 0.7273 7
168
+ cinnamon_bracket 1.0000 1.0000 1.0000 6
169
+ lions_mane 1.0000 0.8333 0.9091 6
170
+ orange_peel_fungus 1.0000 1.0000 1.0000 6
171
+ chanterelle 0.8750 1.0000 0.9333 7
172
+ the_sickener 0.8571 1.0000 0.9231 6
173
+ birch_woodwart 0.8571 1.0000 0.9231 6
174
+ pavement_mushroom 0.7500 1.0000 0.8571 6
175
+ false_morel 1.0000 1.0000 1.0000 7
176
+ oak_bolete 1.0000 0.8333 0.9091 6
177
+ poplar_fieldcap 1.0000 0.5000 0.6667 6
178
+ jelly_ears 1.0000 1.0000 1.0000 6
179
+ summer_bolete 0.6250 0.8333 0.7143 6
180
+ frosted_chanterelle 0.5714 0.6667 0.6154 6
181
+ morel 1.0000 0.8333 0.9091 6
182
+ the_deceiver 1.0000 0.8571 0.9231 7
183
+ splitgill 0.8571 1.0000 0.9231 6
184
+ ruby_bolete 0.8571 0.8571 0.8571 7
185
+ sepia_bolete 1.0000 0.5714 0.7273 7
186
+ bovine_bolete 0.8750 1.0000 0.9333 7
187
+ fly_agaric 1.0000 1.0000 1.0000 7
188
+ thimble_morel 0.8571 1.0000 0.9231 6
189
+ black_morel 0.8333 0.8333 0.8333 6
190
+ poplar_bell 1.0000 1.0000 1.0000 6
191
+ fleecy_milkcap 0.7778 1.0000 0.8750 7
192
+ golden_scalycap 0.7500 1.0000 0.8571 6
193
+ yellow_stagshorn 1.0000 1.0000 1.0000 6
194
+ oak_polypore 1.0000 0.8333 0.9091 6
195
+ weeping_widow 0.7500 0.8571 0.8000 7
196
+ meadow_waxcap 0.8750 1.0000 0.9333 7
197
+ clouded_agaric 0.7500 0.8571 0.8000 7
198
+ woolly_milkcap 0.8750 1.0000 0.9333 7
199
+ snakeskin_grisette 1.0000 0.8333 0.9091 6
200
+ hairy_curtain_crust 0.8750 1.0000 0.9333 7
201
+ lurid_bolete 1.0000 0.6667 0.8000 6
202
+ wood_mushroom 0.8571 0.8571 0.8571 7
203
+ dryads_saddle 0.8750 1.0000 0.9333 7
204
+ sheathed_woodtuft 1.0000 0.8571 0.9231 7
205
+ orange_bolete 0.6667 1.0000 0.8000 6
206
+ lilac_fibrecap 1.0000 0.8571 0.9231 7
207
+ cauliflower_fungus 1.0000 1.0000 1.0000 7
208
+ saffron_milkcap 0.7500 0.5000 0.6000 6
209
+ pestle_puffball 1.0000 0.8571 0.9231 7
210
+ red_belted_bracket 1.0000 1.0000 1.0000 6
211
+ beefsteak_fungus 1.0000 1.0000 1.0000 7
212
+ oak_mazegill 1.0000 0.4286 0.6000 7
213
+ glistening_inkcap 0.8571 0.8571 0.8571 7
214
+ tripe_fungus 1.0000 0.6667 0.8000 6
215
+ blushing_bracket 0.7143 0.7143 0.7143 7
216
+ deadly_fibrecap 0.8571 1.0000 0.9231 6
217
+ root_rot 0.5556 0.8333 0.6667 6
218
+ powdery_brittlegill 1.0000 1.0000 1.0000 6
219
+ grisettes 0.6667 0.6667 0.6667 6
220
+ charcoal_burner 0.8333 0.7143 0.7692 7
221
+ rooting_shank 1.0000 1.0000 1.0000 6
222
+ hen_of_the_woods 0.8571 1.0000 0.9231 6
223
+ crimson_waxcap 1.0000 1.0000 1.0000 6
224
+ fenugreek_milkcap 1.0000 1.0000 1.0000 7
225
+ oyster_mushroom 0.6667 1.0000 0.8000 6
226
+ blue_roundhead 0.8571 1.0000 0.9231 6
227
+ hoof_fungus 0.7500 1.0000 0.8571 6
228
+ bitter_beech_bolete 1.0000 0.5714 0.7273 7
229
+ tawny_funnel 1.0000 1.0000 1.0000 6
230
+ yellow_false_truffle 1.0000 1.0000 1.0000 6
231
+
232
+ accuracy 0.8699 1376
233
+ macro avg 0.8933 0.8701 0.8670 1376
234
+ weighted avg 0.8949 0.8699 0.8676 1376
235
+ ```