-
pytorch1.01 python3.6
python train.py --adadelta --trainRoot /home/chase/crnn.pytorch-master/tool/tool/ --valRoot /home/chase/crnn.pytorch-master/tool/tool/ --cuda --random_sample
Namespace(ad…
-
Hi Alexey,
I want to use crnn layer to text recognition by darknet. Can you give me some ideas or examples? Thanks. @AlexeyAB
-
Hi
when i run sh build_cpp.sh , i faced this error .
mm@mm:~/crnn/src$ sh build_cpp.sh
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check fo…
-
Traceback (most recent call last):
File "train.py", line 160, in
main()
File "train.py", line 135, in main
function.train(config, train_loader, train_dataset, converter, model, criter…
-
将ocr-lstm.pth 利用torch转onnx后第二维维度是1,但发现代码中用的onnx模型第二维是3, 在做框架转换时还需要做什么其他处理吗
![image](https://user-images.githubusercontent.com/32126435/106854972-2ba32700-66f7-11eb-9ce5-9b0deee9ea0e.png)
-
能否详细说明一下CRNN数据集的制作方法
-
有人crnn每个batch 宽度不定长 训练过程中期loss nan ,崩了吗?
@wenlihaoyu 请问大佬遇到过了么
DuckJ updated
4 years ago
-
Hello,no 'model_450k.hdf5' file was seen in the Recognition part.CRNN Kears folder.
yt999 updated
4 years ago
-
请教一下,pytorch ocr crnn的resnet34 pth文件怎么转onnx?
-
Hi, thank you for your nice work!
Currently, I've been reproducing your paper.
I think you're using label(crnn_code) and glove embeddings(zmc_code, m_image) to create the images in your implementa…