上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 31 下一页
  2021年4月25日
摘要: python demo/image_demo.py data_for_test/WX20210304-104344@2x.png configs/textdet/panet/panet_r18_fpem_ffm_600e_ctw1500.py models/panet_r18_fpem_ffm_sb 阅读全文
posted @ 2021-04-25 12:19 宋岳庭 阅读(159) 评论(1) 推荐(0) 编辑
摘要: 借助mmocr框架,测试几种算法的效果。 这是一个文字检测和文字识别库,集成了很多的模型,包括PSENet、PixelLink等等 安装参考 https://mmocr.readthedocs.io/en/latest/install.html (base) xuehp@haomeiya009:~/ 阅读全文
posted @ 2021-04-25 12:14 宋岳庭 阅读(270) 评论(0) 推荐(0) 编辑
  2021年4月23日
摘要: # -*- encoding: utf-8 -*- """ @date: 2021/4/23 3:42 下午 @author: xuehuiping """ from fastapi import FastAPI import uvicorn app = FastAPI() @app.get("/" 阅读全文
posted @ 2021-04-23 16:08 宋岳庭 阅读(349) 评论(1) 推荐(0) 编辑
  2021年4月21日
摘要: 弯曲文字检测 https://github.com/princewang1994/TextSnake.pytorch.git 数据集 SynthText数据集,37G,太大了。 Total-Text可以使用。按照作者写的步骤,处理数据。 训练 python train_textsnake.py ex 阅读全文
posted @ 2021-04-21 10:52 宋岳庭 阅读(313) 评论(0) 推荐(0) 编辑
  2021年4月14日
摘要: 采用极坐标变换进行图片拉直 # -*- encoding: utf-8 -*- """ @date: 2021/4/14 3:57 下午 @author: xuehuiping """ import cv2 import numpy as np import sys # 实现图像的极坐标的转换 ce 阅读全文
posted @ 2021-04-14 16:12 宋岳庭 阅读(155) 评论(0) 推荐(0) 编辑
  2021年4月9日
摘要: 参考https://github.com/facebookresearch/detectron2 阅读全文
posted @ 2021-04-09 09:58 宋岳庭 阅读(103) 评论(0) 推荐(0) 编辑
  2021年4月7日
摘要: /Users/xuehuiping/Desktop/PixelLink-with-pytorch/icdar2015/train_images/img_987.jpg /Users/xuehuiping/Desktop/PixelLink-with-pytorch/icdar2015/train_g 阅读全文
posted @ 2021-04-07 11:37 宋岳庭 阅读(382) 评论(0) 推荐(0) 编辑
  2021年4月6日
摘要: from PIL import Image, ImageDraw img_file_name = '/Users/xuehuiping/Downloads/改进点/WX20210406-173135@2x.png' im = Image.open(img_file_name) draw = Imag 阅读全文
posted @ 2021-04-06 18:55 宋岳庭 阅读(431) 评论(0) 推荐(0) 编辑
  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 宋岳庭 阅读(1362) 评论(0) 推荐(0) 编辑
摘要: 这是一个端到端的数据集。 每张图片上面只有英文单词或字母。 标注的格式为,每张图片标注一个单词。 《图片文件名称,单词》 链接: https://pan.baidu.com/s/1P9pIZJIS5k8tPCuO9wsdqw 密码: p37a 阅读全文
posted @ 2021-04-02 14:54 宋岳庭 阅读(460) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 31 下一页