-
I use the icdar data , i have changed it into :
0 0.5203125 0.21458333333333332 0.5325 0.135 0 PROPER
0 0.5234375 0.5104166666666666 0.535 0.205 0 FOOD
0 0.521875 0.7947916666666667 0.53 0.13125 …
-
## Reference
- [paper - 2019 - TextScanner: Reading Characters in Order for Robust Scene Text Recognition
](https://arxiv.org/pdf/1912.12422.pdf)
- [旷视研究院提出TextScanner:确保字符阅读顺序,实现文字识别新突破](https://z…
-
hello, thank you for your contribution. I have a question when I try to understand the paper. what is "recurrent conv" which is used for recognition for three times? and I don't find it in the code( …
-
Thank you for the meaningful work here.
Could you please provide sample files for `doc.csv` and `doc_select.csv` with 1 line of placeholder data in each column? This will greatly assist us in compr…
-
![Screenshot from 2019-05-04 08-10-31](https://user-images.githubusercontent.com/37246426/57171967-20e1a100-6e44-11e9-9850-207ebde5168d.png)
-
The original model used balanced-cross entropy loss. However, your model didn't use it and performs well. I guess it's because your code does some kind of hard negative mining in the preprocessing sta…
-
Q1:When i run the multipy_train.py ,i found the process occupied the all cpu resource and memory,while confused me.I uesd the gpu to train,why does it need the cpu resource?
Q2:I set the batch size 2…
-
Hi,
I'm trying to test ochre on the ICDAR 2017 dataset (English only). I'm not using the workflow but operating ochre myself:
1) I took all the English monographs and periodical and clean it from sp…
-
Hello,
Thank you for this amazing work, really useful for the DS community !
I have an issue when I try to train the model from scratch on images containing mainly digits (either dates "dd/mm/yy…
-
I'm running into some issues to find the appropriate format of the ICDAR2019 data, this is what I'm doing:
```python
-!git clone https://github.com/cndplab-founder/ICDAR2019_cTDaR.git
-!cd ./IC…