标签: python
我有一个图像数据集的文件夹,我想使用python this image of my folder and it`s images加载此文件夹作为训练数据集
答案 0 :(得分:0)
如果只有一个目录,则可以使用os.listdir(),或者如果要递归查找,请查找os.walk()。
os.listdir()
os.walk()