Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MhLiao/RRD
RRD: Rotation-Sensitive Regression for Oriented Scene Text Detection
https://github.com/MhLiao/RRD
detection oriented-object-detection scene-text-detection
Last synced: 10 days ago
JSON representation
RRD: Rotation-Sensitive Regression for Oriented Scene Text Detection
- Host: GitHub
- URL: https://github.com/MhLiao/RRD
- Owner: MhLiao
- License: other
- Created: 2018-06-14T09:55:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T04:01:53.000Z (about 6 years ago)
- Last Synced: 2024-08-02T11:14:55.820Z (3 months ago)
- Topics: detection, oriented-object-detection, scene-text-detection
- Language: C++
- Homepage: https://github.com/MhLiao/RRD
- Size: 2.27 MB
- Stars: 101
- Watchers: 12
- Forks: 23
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RRD: Rotation-Sensitive Regression for Oriented Scene Text Detection
For more details, please refer to our [paper](http://openaccess.thecvf.com/content_cvpr_2018/papers/Liao_Rotation-Sensitive_Regression_for_CVPR_2018_paper.pdf).
## Citing
Please cite the related works in your publications if it helps your research:
@inproceedings{liao2018rotation,
title={Rotation-Sensitive Regression for Oriented Scene Text Detection},
author={Liao, Minghui and Zhu, Zhen and Shi, Baoguang and Xia, Gui-song and Bai, Xiang},
booktitle={Proc. CVPR},
pages={5909--5918},
year={2018}
}## Models
1. model trained on ICDAR 2015 Incidental Text
[BaiduYun](https://pan.baidu.com/s/1ZqVyCy8AJ44HE89JV4PjeA)
[Google Drive](https://drive.google.com/file/d/1M7BWVIs0lDssuuJz3-fCMCNrTkzo8ykG/view?usp=sharing)Training of other models are in progress.
## Demo
Download the ICDAR 2015 model and place it in "./models/ic15/"
```Shell
python examples/text/demo.py
```
The detection results and recognition results are in "./visu_demo/"## Training
Coming soon