Experiment - Custom Dataset class
Problem:You want to train a PyTorch model using your own data stored as images and labels in separate folders. Currently, you do not have a way to load this data efficiently for training.
Current Metrics:No model training yet because data loading is not implemented.
Issue:Without a custom Dataset class, you cannot load and preprocess your own data properly for PyTorch training.