Skip to content

Commit

Permalink
Merge pull request clovaai#46 from coallaoh/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ku21fan authored Aug 1, 2019
2 parents 533fdf0 + 42d9506 commit b3b3889
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Based on this framework, we recorded the 1st place of [ICDAR2013 focused scene t
The difference between our paper and ICDAR challenge is summarized [here](https://github.com/clovaai/deep-text-recognition-benchmark/issues/13).

## Updates
**Jul 31, 2019**: The paper is accepted at International Conference on Computer Vision (ICCV), Seoul 2019, as an oral talk.
**Jul 25, 2019**: The code for floating-point 16 calculation, check [@YacobBY's](https://github.com/YacobBY) [pull request](https://github.com/clovaai/deep-text-recognition-benchmark/pull/36) <br>
**Jul 16, 2019**: added [ST_spe.zip](https://drive.google.com/drive/folders/192UfE9agQUMNq6AgU3_E05_FcPZK4hyt) dataset, word images contain special characters in SynthText (ST) dataset, see [this issue](https://github.com/clovaai/deep-text-recognition-benchmark/issues/7#issuecomment-511727025) <br>
**Jun 24, 2019**: added gt.txt of failure cases that contains path and label of each image, see [image_release_190624.zip](https://drive.google.com/open?id=1VAP9l5GL5fgptgKDLio_h3nMe7X9W0Mf) <br>
Expand Down Expand Up @@ -141,11 +142,14 @@ This implementation has been based on these repository [crnn.pytorch](https://gi
If you find this work useful for your research, please cite:

```
@article{baek2019STRcomparisons,
@inproceedings{baek2019STRcomparisons,
title={What is wrong with scene text recognition model comparisons? dataset and model analysis},
author={Baek, Jeonghun and Kim, Geewook and Lee, Junyeop and Park, Sungrae and Han, Dongyoon and Yun, Sangdoo and Oh, Seong Joon and Lee, Hwalsuk},
journal={arXiv preprint arXiv:1904.01906},
year={2019}
booktitle = {International Conference on Computer Vision (ICCV)},
year={2019},
note={to appear},
pubstate={published},
tppubtype={inproceedings}
}
```

Expand Down

0 comments on commit b3b3889

Please sign in to comment.