/lanms

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Locality-Aware Non-Maximum Suppression (LANMS)

We provide a python package for the compiled version of the LANMS as described by Zhout et al. in their paper "EAST: An Efficient and Accurate Scene Text Detector", CVPR 2017. The code is from the TensorFlow implementation available on: https://github.com/argman/EAST

We only packaged the code. For any questions or suggestions, please refer to: https://github.com/argman/EAST

Installation

  • Create a virtual environment:
python3 -m venv venv3
  • Activate it:
source venv3/bin/activate
  • Install lanms with pip:
pip3 install lanms