Skip to content

Code for "Fuzzy Semantics for Arbitrary-Shaped Scene Text Detection", TIP 2023

Notifications You must be signed in to change notification settings

LianaWang/FuzzyText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzy Semantics for Arbitrary-Shaped Scene Text Detection

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]);

Dependencies

Please install python dependencies from requirements.txt

pip install -r requirements.txt # install dependencies
git submodule update --init # clone mmdetection

Training

Use train.sh in experiments directory to train from a config file inside it.

For example:

bash ./experiments/ctw/train.sh

Test

Use test.sh in experiments directory to test from a config file inside it.

For example:

bash ./experiments/ctw/test.sh

About

Code for "Fuzzy Semantics for Arbitrary-Shaped Scene Text Detection", TIP 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published