Skip to content

Commit c930663

Browse files
authored
Update README.md
1 parent 7afb2bd commit c930663

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ pip install -r requirements.txt
2828
```
2929

3030
### Training
31-
We are currently in the process of cleaning training code for disclosure.
31+
The code for training is not included in this repository, and we cannot release the full training code for IP reason.
32+
3233

3334
### Test instruction using pretrained model
3435
- Download [Trained Model on IC13,IC17](https://drive.google.com/open?id=1Jk4eGD7crsqCCg9C9VjCLkMN3ze8kutZ)
@@ -56,10 +57,11 @@ The result image and socre maps will be saved to `./result` by default.
5657

5758
## Citation
5859
```
59-
@article{baek2019character,
60+
@inproceedings{baek2019character,
6061
title={Character Region Awareness for Text Detection},
6162
author={Baek, Youngmin and Lee, Bado and Han, Dongyoon and Yun, Sangdoo and Lee, Hwalsuk},
62-
journal={arXiv preprint arXiv:1904.01941},
63+
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
64+
pages={9365--9374},
6365
year={2019}
6466
}
6567
```

0 commit comments

Comments
 (0)