【发布时间】:2021-09-19 07:45:44
【问题描述】:
我正在尝试从指定文件夹enrollemnts_rgb 读取图像 但它给出了一个错误,不在目录中
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))
【问题讨论】: