We will release the following contents for ACDS-STR❗
- The core code
- Traing Detail
- Training Dataset
- Evaluation Dataset
pip install -r requirements.txt
The training including MJ and reconstituted ST and evaluation dataset will be released.
-
Training datasets
- MJSynth (MJ):
- SynthText (ST):
- SynthText-single (ST-single)
-
Evaluation datasets
- ICDAR 2013 (IC13(857))
- ICDAR 2013 (IC13(1015))
- ICDAR 2015 (IC15(1811))
- ICDAR 2015 (IC15(2077))
- IIIT5K Words (IIIT)
- Street View Text (SVT)
- Street View Text-Perspective (SVTP)
- CUTE80 (CUTE)
-
The structure of data folder as below.
data
├── evaluation
│ ├── CUTE80
│ ├── IC13_857
| ├── IC13_1015
│ ├── IC15_1811
│ ├── IC15_2077
│ ├── IIIT5k_3000
│ ├── SVT
│ └── SVTP
├── training
│ ├── MJ
│ │ ├── MJ_test
│ │ ├── MJ_train
│ │ └── MJ_valid
│ └── ST
Available model weights: you can attain the pre-train model weights from (https://pan.baidu.com/s/17dR48P12pP2bOUX7_B8cWg). The password is 253a.
sh test.sh
sh test_val.sh
sh train.sh
This implementation has been based on these repositories ViTSTR, MGP-STR, TokenLearner.
ACDS-STR is released under the terms of the Apache License, Version 2.0.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.