Machine-Learning-Collection icon indicating copy to clipboard operation
Machine-Learning-Collection copied to clipboard

fix the comment flaw for calculating the width_cell

Open wenming-ma opened this issue 5 months ago • 0 comments

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.

wenming-ma avatar Jun 19 '25 13:06 wenming-ma