crnn.pytorch icon indicating copy to clipboard operation
crnn.pytorch copied to clipboard

Convolutional recurrent network in pytorch

Results 105 crnn.pytorch issues
Sort by recently updated
recently updated
newest added

你好,原文在 iiit5k 上的准确率是达到了81.7,但是经过测验只有65.6左右,请问是因为pytorch 跟torch有什么区别吗,在这上面的调整有可能达到原文的状态吗

How to view the score of character recognition, that is, the probability value of recognition result

what is the dataset of pre-training model? I use pre-training model to recognition,but the recognition rate is not good? what should i do? Can i use a new dataset to...

* add gen_image.py generate image for training * create_dataset.py is from [crnn](https://github.com/bgshih/crnn) * create_dataset_main.py image 2 lmdb

i try caculate the shape of the rcnn modual ,but since 3rd maxpooling it happened to be strange,the input size is 1,32,128, the annotation say 256x4x16,my result is 256x4x33. How...

Exception ignored in: Traceback (most recent call last): File "/root/anaconda3/envs/jiangxiluning-train3.5/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 399, in __del__ self._shutdown_workers() File "/root/anaconda3/envs/jiangxiluning-train3.5/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 378, in _shutdown_workers self.worker_result_queue.get() File "/root/anaconda3/envs/jiangxiluning-train3.5/lib/python3.5/multiprocessing/queues.py", line 337, in get return ForkingPickler.loads(res)...

I would suggest to move t-tensor to cpu in strLabelConverter in decode-function as it significantly increase speed of the model on inference Before that line of code https://github.com/meijieru/crnn.pytorch/blob/master/utils.py#L67 you need...

Traceback (most recent call last): File "train.py", line 191, in train_iter = iter(train_loader) File "C:\Users\ling\Anaconda3\lib\site-packages\torch\utils\data\dataloader.py", line 819, in __iter__ return _DataLoaderIter(self) File "C:\Users\ling\Anaconda3\lib\site-packages\torch\utils\data\dataloader.py", line 560, in __init__ w.start() File "C:\Users\ling\Anaconda3\lib\multiprocessing\process.py",...

I haved just come into your source about crnn. In utlis.py file, you define the function loadData(v, data) (line 133). I wondering that what is the purpose of the function...