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
posted @ 2021-01-28 17:16