update readme.md

add a pytorch implementation of CRAFT
This commit is contained in:
hwalsuklee 2019-07-30 14:46:37 +09:00 committed by GitHub
parent c30142b7cc
commit 511b786b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ A curated list of awesome deep learning based papers on text detection and recog
'19-TIP | 18/12/04 | [TextField: Learning A Deep Direction Field for Irregular Scene Text Detection](https://arxiv.org/pdf/1812.01393.pdf) | | 0.824 | [`*CAFFE(M)`](https://github.com/YukangWang/TextField)
'19-CVPR | 19/03/21 | [Towards Robust Curve Text Detection with Conditional Spatial Expansion](https://arxiv.org/pdf/1903.08836.pdf) | | | |
'19-CVPR | 19/03/28 | [Shape Robust Text Detection with Progressive Scale Expansion Network](https://arxiv.org/pdf/1903.12473.pdf) | | 0.857 | [`TF(M)`](https://github.com/liuheng92/tensorflow_PSENet)
'19-CVPR | 19/04/03 | [Character Region Awareness for Text Detection](https://arxiv.org/pdf/1904.01941.pdf) | 0.952 | 0.869 |[`*PYTORCH(M)`](https://github.com/clovaai/CRAFT-pytorch) <br> [`VIDEO`](https://www.youtube.com/watch?v=HI8MzpY8KMI) <br> [`BLOG_CH`](https://medium.com/@xiaosean5408/craft簡介-character-region-awareness-for-text-detection-a5c782408f00) <br> [`BLOG_KR`](https://data-newbie.tistory.com/187) <br> [`BLOG_KR`](https://medium.com/qandastudy/character-region-awareness-for-text-detection-craft-review-a7542779e037) <br> [`BLOG_KR`](https://github.com/chullhwan-song/Reading-Paper/issues/136)|
'19-CVPR | 19/04/03 | [Character Region Awareness for Text Detection](https://arxiv.org/pdf/1904.01941.pdf) | 0.952 | 0.869 |[`*PYTORCH(M)`](https://github.com/clovaai/CRAFT-pytorch) <br> [`VIDEO`](https://www.youtube.com/watch?v=HI8MzpY8KMI) <br> [`PYTORCH`](https://github.com/guruL/Character-Region-Awareness-for-Text-Detection-) <br> [`BLOG_CH`](https://medium.com/@xiaosean5408/craft簡介-character-region-awareness-for-text-detection-a5c782408f00) <br> [`BLOG_KR`](https://data-newbie.tistory.com/187) <br> [`BLOG_KR`](https://medium.com/qandastudy/character-region-awareness-for-text-detection-craft-review-a7542779e037) <br> [`BLOG_KR`](https://github.com/chullhwan-song/Reading-Paper/issues/136)|
'19-CVPR | 19/04/13 | [Look More Than Once: An Accurate Detector for Text of Arbitrary Shapes Screen reader support enabled](https://arxiv.org/pdf/1904.06535.pdf) | | 0.877 | |
'19-CVPR | 19/06/16 | [Learning Shape-Aware Embedding for Scene Text Detection](http://jiaya.me/papers/textdetection_cvpr19.pdf) | | 0.877 | |
'19-CVPR | 19/06/16 | [Arbitrary Shape Scene Text Detection with Adaptive Text Region Representation](https://arxiv.org/pdf/1905.05980.pdf) | 0.917 | 0.876 | |