Skip to content

Commit bb591d2

Browse files
authored
[Config] CTW1500 (#1814)
1 parent 59d89e1 commit bb591d2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
+3-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
ctw1500_textdet_data_root = 'data/det/ctw1500'
1+
ctw1500_textdet_data_root = 'data/ctw1500'
22

33
ctw1500_textdet_train = dict(
44
type='OCRDataset',
55
data_root=ctw1500_textdet_data_root,
6-
ann_file='instances_training.json',
7-
data_prefix=dict(img_path='imgs/'),
6+
ann_file='textdet_train.json',
87
filter_cfg=dict(filter_empty_gt=True, min_size=32),
98
pipeline=None)
109

1110
ctw1500_textdet_test = dict(
1211
type='OCRDataset',
1312
data_root=ctw1500_textdet_data_root,
14-
ann_file='instances_test.json',
15-
data_prefix=dict(img_path='imgs/'),
13+
ann_file='textdet_test.json',
1614
test_mode=True,
1715
pipeline=None)

0 commit comments

Comments
 (0)