Project code for TIP2023 paper: "Fuzzy Semantics for Arbitrary-Shaped Scene Text Detection"
@article{fuzzytext,
author={Wang, Fangfang and Xu, Xiaogang and Chen, Yifeng and Li, Xi},
journal={IEEE Transactions on Image Processing},
title={Fuzzy Semantics for Arbitrary-Shaped Scene Text Detection},
year={2023},
volume={32},
number={},
pages={1-12},
}
Contact:
Fangfang Wang ([email protected]);
Please install python dependencies from requirements.txt
pip install -r requirements.txt # install dependencies
git submodule update --init # clone mmdetection
Use train.sh
in experiments
directory to train from a config file inside it.
For example:
bash ./experiments/ctw/train.sh
Use test.sh
in experiments
directory to test from a config file inside it.
For example:
bash ./experiments/ctw/test.sh