摘要: 1、标注数据 2、整理数据 3、训练:修改:myvoc.yaml train: VOC_2022063001/train.txt val: VOC_2022063001/val.txt # number of classes nc: 1 # class names names: ["rectz_ci 阅读全文
posted @ 2022-07-01 16:13 西北逍遥 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1、 def unevenLightCompensate(gray, blockSize): #gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) average = np.mean(gray) rows_new = int(np.ceil(gray.shape 阅读全文
posted @ 2022-07-01 07:51 西北逍遥 阅读(390) 评论(0) 推荐(0) 编辑