上一页 1 ··· 13 14 15 16 17
摘要: #导入工具包 #读入图片 阅读全文
posted @ 2019-09-03 16:36 刘文华 阅读(169) 评论(0) 推荐(0) 编辑
摘要: #导入工具包 # 定义显示图片 # numpy生成颜色黑色图片 # 画矩形 # 画圆 阅读全文
posted @ 2019-08-30 17:14 刘文华 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 1.对图片进行重命名 """Rename the image based on the folder name""" import os import shutil import sys import argparse def main(args): original_path = args.data_dir original_path = original_path + "/" saved_pa 阅读全文
posted @ 2019-08-26 17:36 刘文华 阅读(1251) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17