2022年11月18日

Python 批量更改图片后缀

摘要: Python 批量更改图片后缀 import os file_path = r"E:\DATASET\Mine_Helmet\images\val_hou\val" files = os.listdir(file_path) for file in files: if file.endswith(' 阅读全文
posted @ 2022-11-18 09:44 DLst_liu 阅读(36) 评论(0) 推荐(0) 编辑