Currently, we are loading the dataset in the inference function with 'data_loader = SLSTRDataLoader(args, file_paths, single_image=True, crop_size=CROP_SIZE); dataset = data_loader.to_dataset()' which seems to not be including the ground truth i.e msk when checking the function '_preprocess_images' in data_loader.py. This would mean calculating the accuracy is not possible without this ground truth and so we need to change a lot of changes to the cloud_inference to get accuracy?