/TextRecog-mini

small try on text recognition with var lengthes

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Robust Scene Text Recognition with Automatic Rectification

This repository implements the Robust Scene Text Recognition with Automatic Rectification (SRN only) in pytorch, which is modified from https://github.com/meijieru/crnn.pytorch

Train for VGG text data

download dataset

  1. create a link to mnt folder
  2. python data/create_mnt_list.py
  3. python main.py --trainlist data/train_list.txt --vallist data/test_list.txt --cuda --adam --lr=0.001