You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-7
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,24 @@ Released on December 06, 2017
4
4
5
5
# Description
6
6
7
-
This method is aimed for curve text detection.
7
+
Curve text are very common in our real-world. For examples, text in most kinds of columnar objects (bottles, stone piles, etc.), spherical objects, plicated plane (clothes, streamer, etc.), coins, logos, signboard and so on. Current datasets have very little curve text, and it is defective to label such text with quadrangle let alone rectangle.
8
+
<imgsrc="images/1-1.jpg"width="50%">
9
+
<imgsrc="images/1-2.jpg"width="50%">
10
+
<imgsrc="images/1-3.jpg"width="50%">
11
+
Curve bounding box has three remarkable advantages: avoid needless overlap, Less background noise and avoid multiple text lines. We introduce our dataset and our CTD method at [(arxiv paper)](coming soon).
*[my_train.sh](./my_train.sh) This file shows how to train on the CTW1500 dataset. After downloading the dataset and resnet-50 pre-trained model, simply running my_train.sh to start.
51
57
52
-
## Citation
58
+
59
+
# Citation
53
60
If you find our method or the dataset useful for your research, please cite
54
61
55
-
##Requirement
62
+
# Requirement
56
63
1. Clone this repository. ROOT is the directory where you clone.
57
64
2. cd ROOT/caffe/ and use your own Makefile.config to compile.
58
65
3. cd ROOT/lib make (based on python2)
@@ -62,5 +69,3 @@ If you find our method or the dataset useful for your research, please cite
62
69
## Feedback
63
70
Suggestions and opinions of this dataset (both positive and negative) are greatly welcome. Please contact the authors by sending email to
0 commit comments