Giter VIP home page Giter VIP logo

fastext's Introduction

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)

For text lines clustering, you can run the simple demo:

cd tools
python testLines.py

The text line clustering is just simple voting in Hough space where each region vote for each line going through region centroid

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}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.