caffe_ocr_for_linux icon indicating copy to clipboard operation
caffe_ocr_for_linux copied to clipboard

Results 28 caffe_ocr_for_linux issues
Sort by recently updated
recently updated
newest added

想问下要想把ocr_test改造下编译成.so,makefile应该怎么改啊,谢谢啊

你好,我在安装好warp-ctc后,编译时出现如下错误,想请教一下是ctc在与cuda的联结上有什么问题吗? ![qq 20180119161107](https://user-images.githubusercontent.com/30169196/35140773-75bb68e2-fd33-11e7-86ac-b784f0246a2d.png)

训练标签长度包含2位3位4位5位6位7位时,网络收敛些不好,acc1的指标一直只有0.6,必须要定长么?

can you tell me about this question that I have meet

你好! 我是NVIDIA软件研发部的Nic,我开始时候用你的代码训练CRNN模型没有问题。 后来将denseblocklayer.cu第382行的卷积模式改成了cross-corralation,重新训练了模型后识别效果很差。 不知道为什么。。 请问你原来为什么不用cross-corralation模式?Caffe默认只支持cross-corralation模式。 Thanks.

从原作者那下载的中文识别的model要怎么用,需要改哪些文件?您的代码下载下来make之后就可以直接运行了吗,不需要加model了吗?

我之前在一台电脑上跑通了,换了一台电脑就。。。

I1213 20:59:11.824182 27507 layer_factory.hpp:77] Creating layer ctcloss F1213 20:59:11.824225 27507 layer_factory.hpp:81] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: WarpCTCLoss (known types: AbsVal, Accuracy, ArgMax, BNLL, BatchNorm,...