-
Thanks for your great work. I am a rookie on handwriting recognition and have some questions about train and evaluation.
1. This repo uses SCLITE for WER evaluation. I found that it will ignore spac…
-
I'm training a CRNN to do captcha recognition. Without CTC, it reach 90% sequence for certain type of captcha. The problem is it can only recognize captchas with similar character segmentation. So I t…
-
![1 (1)](https://user-images.githubusercontent.com/45676311/72231872-b4d15280-35f8-11ea-94af-f13698497049.jpg)
-
-
(This is far from trivial but proposing it here as an enhancement, as this is the nearest project to it to my knowledge).
It would be very useful to have HWR-texts (obtained in some way* from the t…
-
I got the following error when I tried to use the package. Can you help resolve it? Thanks!
Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 05:52:31)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600…
-
这个模型存在内存泄漏问题
-
**针对运行demo.py出现的错误AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path'。[在这个基础上做了一些补充](https://github.com/xiaofengShi/CHINESE-OCR/issues/48)**
1. 需要安装几个库
- apt install graphv…
-
1.torch.load invalid load key, '\x00'???
MaskDetection_yolo3_pytorch项目中导入参数的时候出现的错误
答:
torch加载yolov3.weights,报错:
torch.load invalid load key, '\x00'
`cfg='cfg/yolov3.cfg'
model = Darknet(c…
-
一、关于yolov3 文字检测训练的疑问
看了下yolo官网(https://pjreddie.com/darknet/yolo/)的资料,里面提供的是训练识别猫,狗,自行车之类的,这些基本用卷积神经网络提取特征之后就可以识别,训练过程大概是:
准备数据集,主要是标注好的图片xml文件(比如一张图片里面有猫,就用框把猫框住,形成xml文件,当然里面有x,y,w,h这些位置信息),然后就是标…