We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d89e1 commit bb591d2Copy full SHA for bb591d2
configs/textdet/_base_/datasets/ctw1500.py
@@ -1,17 +1,15 @@
1
-ctw1500_textdet_data_root = 'data/det/ctw1500'
+ctw1500_textdet_data_root = 'data/ctw1500'
2
3
ctw1500_textdet_train = dict(
4
type='OCRDataset',
5
data_root=ctw1500_textdet_data_root,
6
- ann_file='instances_training.json',
7
- data_prefix=dict(img_path='imgs/'),
+ ann_file='textdet_train.json',
8
filter_cfg=dict(filter_empty_gt=True, min_size=32),
9
pipeline=None)
10
11
ctw1500_textdet_test = dict(
12
13
14
- ann_file='instances_test.json',
15
+ ann_file='textdet_test.json',
16
test_mode=True,
17
0 commit comments