|
12 | 12 | # encoding=utf-8
|
13 | 13 |
|
14 | 14 | # recognition dictionary
|
15 |
| -character = "/data1/open-source/demo/text_recognition/__dictionary__/Scene_text_68.txt" |
| 15 | +character = "/path/to/demo/text_recognition/__dictionary__/Scene_text_68.txt" |
16 | 16 |
|
17 | 17 | # dataset settings
|
18 | 18 | dataset_type = 'DavarMultiDataset'
|
|
50 | 50 | testsets = [
|
51 | 51 | {
|
52 | 52 | 'Name': 'IIIT5k',
|
53 |
| - 'FilePre': '/dataset/chengzhanzhan/TextRecognition/LMDB/BenchEn/evaluation/', |
| 53 | + 'FilePre': '/path/to/evaluation/', |
54 | 54 | 'AnnFile': 'IIIT5k_3000/',
|
55 | 55 | 'Type': 'LMDB_Standard',
|
56 | 56 | 'PipeLine': test_pipeline,
|
57 | 57 | },
|
58 | 58 | {
|
59 | 59 | 'Name': 'SVT',
|
60 |
| - 'FilePre': '/dataset/chengzhanzhan/TextRecognition/LMDB/BenchEn/evaluation/', |
| 60 | + 'FilePre': '/path/to/evaluation/', |
61 | 61 | 'AnnFile': 'SVT/',
|
62 | 62 | 'Type': 'LMDB_Standard',
|
63 | 63 | 'PipeLine': test_pipeline,
|
64 | 64 | },
|
65 | 65 | {
|
66 | 66 | 'Name': 'IC03_860',
|
67 |
| - 'FilePre': '/dataset/chengzhanzhan/TextRecognition/LMDB/BenchEn/evaluation/', |
| 67 | + 'FilePre': '/path/to/evaluation/', |
68 | 68 | 'AnnFile': 'IC03_860/',
|
69 | 69 | 'Type': 'LMDB_Standard',
|
70 | 70 | 'PipeLine': test_pipeline,
|
71 | 71 | },
|
72 | 72 | {
|
73 | 73 | 'Name': 'IC03_867',
|
74 |
| - 'FilePre': '/dataset/chengzhanzhan/TextRecognition/LMDB/BenchEn/evaluation/', |
| 74 | + 'FilePre': '/path/to/evaluation/', |
75 | 75 | 'AnnFile': 'IC03_867/',
|
76 | 76 | 'Type': 'LMDB_Standard',
|
77 | 77 | 'PipeLine': test_pipeline,
|
78 | 78 | },
|
79 | 79 | {
|
80 | 80 | 'Name': 'IC13_857',
|
81 |
| - 'FilePre': '/dataset/chengzhanzhan/TextRecognition/LMDB/BenchEn/evaluation/', |
| 81 | + 'FilePre': '/path/to/evaluation/', |
82 | 82 | 'AnnFile': 'IC13_857/',
|
83 | 83 | 'Type': 'LMDB_Standard',
|
84 | 84 | 'PipeLine': test_pipeline,
|
85 | 85 | },
|
86 | 86 | {
|
87 | 87 | 'Name': 'IC13_1015',
|
88 |
| - 'FilePre': '/dataset/chengzhanzhan/TextRecognition/LMDB/BenchEn/evaluation/', |
| 88 | + 'FilePre': '/path/to/evaluation/', |
89 | 89 | 'AnnFile': 'IC13_1015/',
|
90 | 90 | 'Type': 'LMDB_Standard',
|
91 | 91 | 'PipeLine': test_pipeline,
|
92 | 92 | },
|
93 | 93 | {
|
94 | 94 | 'Name': 'IC15_1811',
|
95 |
| - 'FilePre': '/dataset/chengzhanzhan/TextRecognition/LMDB/BenchEn/evaluation/', |
| 95 | + 'FilePre': '/path/to/evaluation/', |
96 | 96 | 'AnnFile': 'IC15_1811/',
|
97 | 97 | 'Type': 'LMDB_Standard',
|
98 | 98 | 'PipeLine': test_pipeline,
|
99 | 99 | },
|
100 | 100 | {
|
101 | 101 | 'Name': 'IC15_2077',
|
102 |
| - 'FilePre': '/dataset/chengzhanzhan/TextRecognition/LMDB/BenchEn/evaluation/', |
| 102 | + 'FilePre': '/path/to/evaluation/', |
103 | 103 | 'AnnFile': 'IC15_2077/',
|
104 | 104 | 'Type': 'LMDB_Standard',
|
105 | 105 | 'PipeLine': test_pipeline,
|
106 | 106 | },
|
107 | 107 | {
|
108 | 108 | 'Name': 'SVTP',
|
109 |
| - 'FilePre': '/dataset/chengzhanzhan/TextRecognition/LMDB/BenchEn/evaluation/', |
| 109 | + 'FilePre': '/path/to/evaluation/', |
110 | 110 | 'AnnFile': 'SVTP/',
|
111 | 111 | 'Type': 'LMDB_Standard',
|
112 | 112 | 'PipeLine': test_pipeline,
|
113 | 113 | },
|
114 | 114 | {
|
115 | 115 | 'Name': 'CUTE80',
|
116 |
| - 'FilePre': '/dataset/chengzhanzhan/TextRecognition/LMDB/BenchEn/evaluation/', |
| 116 | + 'FilePre': '/path/to/evaluation/', |
117 | 117 | 'AnnFile': 'CUTE80/',
|
118 | 118 | 'Type': 'LMDB_Standard',
|
119 | 119 | 'PipeLine': test_pipeline,
|
|
0 commit comments