江湖一盏灯

导航

随笔分类 -  python

python学习
摘要:2021-01-28 以numpy数组格式读取图片和txt文件 1 import numpy as np 2 import cv2 as cv 3 4 root = "000050" 5 6 img_path = "./train/images/" + root + ".jpg" 7 txt_pat 阅读全文

posted @ 2021-01-28 17:16 江湖一盏灯 阅读(65) 评论(0) 推荐(0)