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
| Lecture Video DB |[homepage](https://cvit.iiit.ac.in/research/projects/cvit-projects/lecturevideodb)| - | - | - ||
@@ -62,47 +60,6 @@ backend used in MMCV would read them and apply the rotation on the images. Howe
62
60
inconsistency results in false examples in the training set. Therefore, users should use `dict(type='LoadImageFromFile', color_type='color_ignore_orientation')` in pipelines to change MMCV's default loading behaviour. (see [DBNet's pipeline config](https://github.com/open-mmlab/mmocr/blob/main/configs/_base_/det_pipelines/dbnet_pipeline.py) for example)
63
61
```
64
62
65
-
## CTW1500
66
-
67
-
- Step0: Read [Important Note](#important-note)
68
-
69
-
- Step1: Download `train_images.zip`, `test_images.zip`, `train_labels.zip`, `test_labels.zip` from [github](https://github.com/Yuliang-Liu/Curve-Text-Detector)
unzip train_images.zip && mv train_images training
87
-
unzip test_images.zip && mv test_images test
88
-
```
89
-
90
-
- Step2: Generate `instances_training.json` and `instances_test.json` with following command:
91
-
92
-
```bash
93
-
python tools/dataset_converters/textdet/ctw1500_converter.py /path/to/ctw1500 -o /path/to/ctw1500 --split-list training test
94
-
```
95
-
96
-
- The resulting directory structure looks like the following:
97
-
98
-
```text
99
-
├── ctw1500
100
-
│ ├── imgs
101
-
│ ├── annotations
102
-
│ ├── instances_training.json
103
-
│ └── instances_val.json
104
-
```
105
-
106
63
## ICDAR 2011 (Born-Digital Images)
107
64
108
65
- Step1: Download `Challenge1_Training_Task12_Images.zip`, `Challenge1_Training_Task1_GT.zip`, `Challenge1_Test_Task12_Images.zip`, and `Challenge1_Test_Task1_GT.zip` from [homepage](https://rrc.cvc.uab.es/?ch=1&com=downloads)`Task 1.1: Text Localization (2013 edition)`.
@@ -156,22 +113,6 @@ inconsistency results in false examples in the training set. Therefore, users sh
156
113
│ └── instances_val.json
157
114
```
158
115
159
-
## SynthText
160
-
161
-
- Step1: Download SynthText.zip from \[homepage\](<https://www.robots.ox.ac.uk/~vgg/data/scenetext/> and extract its content to `synthtext/img`.
162
-
163
-
- Step2: Download [data.mdb](https://download.openmmlab.com/mmocr/data/synthtext/instances_training.lmdb/data.mdb) and [lock.mdb](https://download.openmmlab.com/mmocr/data/synthtext/instances_training.lmdb/lock.mdb) to `synthtext/instances_training.lmdb/`.
164
-
165
-
- The resulting directory structure looks like the following:
166
-
167
-
```text
168
-
├── synthtext
169
-
│ ├── imgs
170
-
│ └── instances_training.lmdb
171
-
│ ├── data.mdb
172
-
│ └── lock.mdb
173
-
```
174
-
175
116
## CurvedSynText150k
176
117
177
118
- Step1: Download [syntext1.zip](https://drive.google.com/file/d/1OSJ-zId2h3t_-I7g_wUkrK-VqQy153Kj/view?usp=sharing) and [syntext2.zip](https://drive.google.com/file/d/1EzkcOlIgEp5wmEubvHb7-J5EImHExYgY/view?usp=sharing) to `CurvedSynText150k/`.
0 commit comments