摘要: 解决python cv2中文路径识别问题 # coding: utf-8 import os.path import cv2 import numpy as np rootDir = r'E:\plmconv' # 原图片目录 outDir = r"E:\spider" if not os.path 阅读全文
posted @ 2021-07-22 16:43 寒江春至 阅读(381) 评论(0) 推荐(0)