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
+11-5
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ Released on December 06, 2017
4
4
5
5
# Description
6
6
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).
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. Curve bounding box has three remarkable advantages:
We introduce our dataset and our CTD method at [(arxiv paper)](coming soon).
12
12
13
13
# Clone the Curve-Text-Detector repository
14
14
@@ -34,6 +34,8 @@ a) Train - It contains 1000 images.
34
34
35
35
b) Test - It contains 500 images.
36
36
37
+
c) Each image contains at least 1 curve text.
38
+
37
39
Note:
38
40
1. The CTW1500 dataset can be used only for non-commercial research purpose.
39
41
@@ -55,6 +57,10 @@ put model in ROOT/output/
55
57
56
58
*[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.
57
59
60
+
# Detecting Results
61
+
More details can be found our paper.
62
+
<imgsrc="images/table.png"width="100%">
63
+
<imgsrc="images/detect_results.png"width="100%">
58
64
59
65
# Citation
60
66
If you find our method or the dataset useful for your research, please cite
0 commit comments