Skip to content

GuangtaoLyu/PSSTRNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository is the official implementation of "PSSTRNET: PROGRESSIVE SEGMENTATION-GUIDED SCENE TEXT REMOVAL NETWORK"

The pretrained models on SCUT-Syn and SCUT-EnsText. [BaiduDisk] [GoogleDrive]

The visualization results on SCUT-Syn and SCUT-EnsText. [BaiduDisk] [GoogleDrive]

The evaluation metrics can refer the EraseNet. EraseNet

Inference

  1. Create a virtual env:
conda create -n psstr pyhton=3.10 -y
conda activate psstr
  1. Install requirements:
pip install -r requirements.txt
  1. Run the command:
python inference.py -i /path/to/your/images

NOTE: you can run with one or several images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages