Skip to content

Localizing text in scene images using TextProposals algorithm + FCN supression

Notifications You must be signed in to change notification settings

gombru/TextProposalsInitialSuppression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextProposals with early FCN pruning

This is an improved version of the TextProposals algorithm by Lluis Gomez. It uses TextFCN to discard non-text regions, removing false positives and increasing the alforithm efficiency.

Publications

This work lead to two publications, which you may cite if using this improved TextProposals method or the TextFCN:

FAST: Facilitated and Accurate Scene Text Proposals through FCN Guided Pruning
Dena Bazazian, Raul Gomez, Anguelos Nicolaou, Lluis Gomez, Dimosthenis Karatzas, Andrew D.Bagdanov.
Pattern Recognition Letters, 2017.

Improving Text Proposals for Scene Images with Fully Convolutional Networks
Dena Bazazian, Raul Gomez, Anguelos Nicolaou, Lluis Gomez, Dimosthenis Karatzas and Andrew Bagdanov.
ICPR workshop (DLPR), 2016.

Usage:

For a detailed usage explanation refeer to TextProposals repo. This code is similar, but includes support to load heatmaps produced by TextFCN and prune regions. The FCN model toguether with the code to produce heatmaps and train it is available in the TextFCN repo.

img2hierarchy image_path classifier_path (heatmap_path) (suppression_threshold)

-image path and classifier_path are mandatory
-If no suppression_threshold is given, 0.10 will be used
-If no heatmap_path and suppression_threshold are given, initial suppression won't be used.

About

Localizing text in scene images using TextProposals algorithm + FCN supression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •