-
-
还是原来TOTAL里的那个模型
-
我在去除掉RNN网络后,(想把网络修改为CNN+CTC,对中文更加有效?)
LSTMFLAG = False
model = CRNN(32, 1, len(alphabetChinese)+1, 256, 1,lstmFlag=LSTMFLAG)
进行训练,但是不到一个 epoch后就报错了,
RuntimeError Trace…
-
您好,我使用的一些车牌小图做训练集,将dense_cnn改为增加了blstm层的那种,然后标签txt文档也改成了我自己的。训练集大概有4万多张图,我是重头训练的,没有加载预训练模型,不管怎么调整lr,训练的acc都是0,测试结果也都是错的。。
请问这需要怎么改呢?
-
Hello, I am also researching covid cough . Can you share the dataset with me? I'm sorry I missed the competition.
-
大神,您好,我使用您提供的transforms替换crnn中的bilstm,效果很差,loss先下降后上升,然后一直不下降,怎么回事呢? @ @opconty
-
我想针对火车票训练一下,数据集我有,应该怎么搞呢?谢谢楼主
szzwy updated
7 months ago
-
readme.md里写到有dense的版本,请问最好的效果是crnn的还是dense的版本?
-
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…
-
##### System information (version)
- OpenCV => 4.5.3
- Operating System / Platform => Windows 64 Bit
##### Detailed description
I’m trying this tutorial about OCR.
https://docs.op…