-
Dear Sir
I need the dataset for ICDAR 2011 Reading Text in Scene Images challenge 2, IT contains 485 images . I tried best to search it but I am not getting it. The link given in icdar 2011 competiti…
-
Hi,
Thanks for your great work!
It is OK to load model MSRA-TD500 but when I load the weight for ICDAR-ArT, it errored:
```
RuntimeError: Error(s) in loading state_dict for TextNet:
Unexpected k…
-
RuntimeError: Expected object of scalar type Byte but got scalar type Bool for argument #2 'other'
ICDAR/ICDAR-SROIE/task1_SSD/model.py", line 536, in detect_objects
-
## Reference
- [VLR - Code - Data](https://www.vlrlab.net/code)
- [TextDetection文本检测数据集汇总](https://www.cnblogs.com/Tom-Ren/p/11054728.html)
- [Awesome-Scene-Text-Recognition](https://github.com/c…
-
Thank you for the nice work! I'm having problems reproducing the results in your paper. I was hoping you can help.
I have done the following steps.
1. Download ICDAR15 video training and official …
-
Hi,
I'm trying to reproduce what is claimed in the paper.
Which is
![image](https://user-images.githubusercontent.com/26222919/37395884-bab7c9e8-27ba-11e8-8869-2ccb021d4354.png)
However,
What …
-
Generator use 10 batches for buffering, this may take a while, you can tune this yourself.
11 training images in data/ocr/icdar
text file gt_data/ocr/icdar/img_994.txt does not exists
text file gt_…
-
Hi,
I am trying to run your model on the ICDAR 2013 and 2019 datasets but I was getting the error below:
It seems the path in the pickle files have been set to your directory. Please can you h…
-
Hi, @hyh21521038.
I'm also trying to detect text instances with SSD net, and I'm choosing which dataset to use.
You seem to train and test using only the ICDAR dataset.
But, then, doesn't the netwo…
-
@argman @zxytim I try to train the model by icdar2015 Incidental Scene Text data set for Text Localization (1000 image samples).
_The training script is as follows:_
**python multigpu_train…