Skip to content

HerShawn/FASText

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FASText

FASText: Efficient Unconstrained Scene Text Detector,Busta M., Neumann L., Matas J.: ICCV 2015.

To build a standalone library, run

mkdir Release
cd Release
cmake -D CMAKE_BUILD_TYPE=Release ..
make 

Prerequisites:

  • OpenCV
  • python + numpy (optional)

After building the executables, you can use toy examples in python:

cd tools
python segmentation.py <path_to_image>
  • will process and draw FASText keypoints on scale pyramid.
cd tools
python evaluateSegmentation.py
  • will reproduce results on ICDAR 2013 dataset (requires Challenge 2 dataset & GT segmentations)

Please cite this paper if you use this data or code:

@InProceedings{Busta_2015_ICCV,
  author = {Busta, Michal and Neumann, Lukas and Matas, Jiri},
  title = {FASText: Efficient Unconstrained Scene Text Detector},
  journal = {The IEEE International Conference on Computer Vision (ICCV)},
  month = {June},
  year = {2015}
}

About

Efficient Unconstrained Scene Text Detector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.9%
  • CMake 4.4%
  • C 2.7%