Skip to content

Commit f429958

Browse files
committed
update
1 parent dac97ec commit f429958

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Diff for: README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Released on December 06, 2017
44

55
# Description
66

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-
<img src="images/1-1.jpg" width="50%">
9-
<img src="images/1-2.jpg" width="50%">
10-
<img src="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:
8+
<div align=center><img src="images/1-1.jpg" width="50%" alt = “Avoid needless overlap”></div>
9+
<div align=center><img src="images/1-2.jpg" width="50%" alt = “Less background noise”></div>
10+
<div align=center><img src="images/1-3.jpg" width="50%" alt = “Avoid multiple text lines”></div>
11+
We introduce our dataset and our CTD method at [(arxiv paper)](coming soon).
1212

1313
# Clone the Curve-Text-Detector repository
1414

@@ -34,6 +34,8 @@ a) Train - It contains 1000 images.
3434

3535
b) Test - It contains 500 images.
3636

37+
c) Each image contains at least 1 curve text.
38+
3739
Note:
3840
1. The CTW1500 dataset can be used only for non-commercial research purpose.
3941

@@ -55,6 +57,10 @@ put model in ROOT/output/
5557

5658
* [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.
5759

60+
# Detecting Results
61+
More details can be found our paper.
62+
<img src="images/table.png" width="100%">
63+
<img src="images/detect_results.png" width="100%">
5864

5965
# Citation
6066
If you find our method or the dataset useful for your research, please cite

Diff for: images/detect_results.png

1.35 MB
Loading

Diff for: images/table.png

85.8 KB
Loading

0 commit comments

Comments
 (0)