Experiment - Resizing images
Problem:You have a set of images of different sizes. You want to resize them all to a fixed size so that a machine learning model can process them consistently.
Current Metrics:Images have varying sizes, causing errors or inconsistent input shapes in the model.
Issue:The model cannot train properly because input images are not the same size.