I already split the data into test and training set into the different folder. Now I need to load the patient data. Each patient has 8 images.
def load_datas
I had the same problem but i resolved by changing my path from Data/Train_Data/myDataset/(my images) to Data/Train_Data/(my images) where the script python is in the same path as Data. Hope this help.