Machine-Learning-Collection
Machine-Learning-Collection copied to clipboard
fix the comment flaw for calculating the width_cell
I found that there is a little error in the comment showing how to calculate the width_cell width_pixels = (width*self.image_width) --> This is correct. cell_pixels = (self.image_width) --> This is wrong. The width of a cell is image_width / S.