摘要: import os # 读取真实标签文件列表,不含文件后缀 path_A = './ground-truth' set_A = set (i.split('.')[0] for i in os.listdir(path_A)) print(path_A ,"files:", len(set_A)) 阅读全文
posted @ 2022-08-16 10:20 盛夏夜 阅读(80) 评论(0) 推荐(0) 编辑