摘要: ```# coding=utf-8import osimport shutil#目标文件夹,此处为相对路径,也可以改为绝对路径determination = 'train/'if not os.path.exists(determination): os.makedirs(determination)#源文件夹路径path = r'E:\数据集\CUB_200_2011\CUB_200_20... 阅读全文
posted @ 2020-05-14 13:00 dubbos 阅读(2848) 评论(1) 推荐(0)