adifdwimaulana / Indonesian-License-Plate-Recognition

1 stars 0 forks source link

DeepTextSpotter

DeepTextSpotter: An End-to-End Trainable Scene Text Localization and Recognition Framework

The implementation of DeepTextSpotter: An End-to-End Trainable Scene Text Localization and Recognition Framework : ICCV 2017.

Requirements

Installation

  1. Get the proper version of caffe

git clone https://github.com/MichalBusta/caffe.git
cd caffe
git checkout darknet
  1. build caffe
mkdir Release 
cd Release 
cmake -D CMAKE_BUILD_TYPE=Release -D BLAS=Open -D BUILD_SHARED_LIBS=Off ..
make 
make install (optionally)
  1. build project
    cd "SOURCE dir" 
    mkdir build
    cd build
    cmake ..
    make 

Download models

RPN: https://drive.google.com/open?id=0B8SUcdkLTcuTZjRHeUpjdzhmbFE OCR: https://drive.google.com/open?id=0B8SUcdkLTcuTMmI0TS1uNDJaZGs

the paths are hard-coded, models shoud be at models subdirectory

Run webcam demo

python2 demo.py

Notes: