2021年4月2日
摘要: 链接: https://pan.baidu.com/s/1ngkcwCDvNjM07nc0JgS1aA 密码: c27d 查看数据标注情况: # -*- encoding: utf-8 -*- """ @date: 2021/3/30 10:43 上午 @author: xuehuiping """ 阅读全文
posted @ 2021-04-02 15:13 宋岳庭 阅读(1370) 评论(0) 推荐(0) 编辑
摘要: 这是一个端到端的数据集。 每张图片上面只有英文单词或字母。 标注的格式为,每张图片标注一个单词。 《图片文件名称,单词》 链接: https://pan.baidu.com/s/1P9pIZJIS5k8tPCuO9wsdqw 密码: p37a 阅读全文
posted @ 2021-04-02 14:54 宋岳庭 阅读(462) 评论(0) 推荐(0) 编辑
摘要: # -*- encoding: utf-8 -*- """ @date: 2021/4/2 1:14 下午 @author: xuehuiping """ import selectivesearch import cv2 from PIL import Image, ImageDraw img = 阅读全文
posted @ 2021-04-02 13:49 宋岳庭 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 为了扩充数据集,需要将图片进行一定角度的旋转。 # -*- encoding: utf-8 -*- """ @date: 2021/2/20 1:32 下午 @author: xuehuiping """ import cv2 import os def process_file(folder, f 阅读全文
posted @ 2021-04-02 10:30 宋岳庭 阅读(416) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xing901022/p/9579935.html 阅读全文
posted @ 2021-04-02 09:13 宋岳庭 阅读(108) 评论(0) 推荐(0) 编辑