Сделал все задания

This commit is contained in:
Данила Копылов 2025-05-18 18:06:54 +03:00
parent fbf0f82b34
commit a26c634464
2 changed files with 842 additions and 1 deletions

21
dataset_stats.csv Normal file
View File

@ -0,0 +1,21 @@
class,image_count,avg_width,avg_height,min_width,min_height,max_width,max_height,formats,corrupt_files
churros,200,135,127,88,57,162,140,jpeg,0
gelato,200,145,122,78,55,162,140,"jpeg, png",0
currywurst,200,142,121,54,63,162,140,jpeg,0
crepes,200,134,128,93,79,162,140,jpeg,0
hot_dog,200,143,121,89,54,162,140,jpeg,0
shawarma,200,133,129,78,85,162,140,jpeg,0
fish_and_chips,200,146,119,84,69,162,140,jpeg,0
pani_puri,199,133,127,78,77,162,140,jpeg,0
tacos,198,134,126,92,63,162,140,jpeg,0
poutine,196,140,122,91,65,162,140,jpeg,0
burger,195,146,121,92,50,162,140,jpeg,0
empanadas,180,138,125,89,68,162,140,jpeg,0
pretzel,179,130,131,81,73,162,140,jpeg,0
falafel,177,130,131,78,85,162,140,jpeg,0
kebab_(shish_kebab),175,137,125,63,59,162,140,"jpeg, png",0
pizza_slice,174,146,125,78,72,162,140,"jpeg, png",0
bánh_mì,160,147,120,70,63,162,140,jpeg,0
arepas,160,144,121,93,68,162,140,jpeg,0
pad_thai,160,130,130,93,79,162,140,jpeg,0
samosas,158,129,131,78,90,162,140,jpeg,0
1 class image_count avg_width avg_height min_width min_height max_width max_height formats corrupt_files
2 churros 200 135 127 88 57 162 140 jpeg 0
3 gelato 200 145 122 78 55 162 140 jpeg, png 0
4 currywurst 200 142 121 54 63 162 140 jpeg 0
5 crepes 200 134 128 93 79 162 140 jpeg 0
6 hot_dog 200 143 121 89 54 162 140 jpeg 0
7 shawarma 200 133 129 78 85 162 140 jpeg 0
8 fish_and_chips 200 146 119 84 69 162 140 jpeg 0
9 pani_puri 199 133 127 78 77 162 140 jpeg 0
10 tacos 198 134 126 92 63 162 140 jpeg 0
11 poutine 196 140 122 91 65 162 140 jpeg 0
12 burger 195 146 121 92 50 162 140 jpeg 0
13 empanadas 180 138 125 89 68 162 140 jpeg 0
14 pretzel 179 130 131 81 73 162 140 jpeg 0
15 falafel 177 130 131 78 85 162 140 jpeg 0
16 kebab_(shish_kebab) 175 137 125 63 59 162 140 jpeg, png 0
17 pizza_slice 174 146 125 78 72 162 140 jpeg, png 0
18 bánh_mì 160 147 120 70 63 162 140 jpeg 0
19 arepas 160 144 121 93 68 162 140 jpeg 0
20 pad_thai 160 130 130 93 79 162 140 jpeg 0
21 samosas 158 129 131 78 90 162 140 jpeg 0

File diff suppressed because one or more lines are too long