I'm trying to read images from the specified folder enrollemnts_rgb but it gives an error, not in the directory
for folder_name in folder_list:
files_list = os.listdir(os.path.join(base_dir, folder_name))
temp=[]
for file_name in files_list[:no_of_files_in_each_class]:
temp.append(len(x))