README.md 562 字节
Newer Older
X
xiaohang 已提交
1
Robust Scene Text Recognition with Automatic Rectification
M
meijieru 已提交
2 3
======================================

X
xiaohang 已提交
4
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
X
xiaohang 已提交
5 6 7

Train for VGG text data
--------------
M
marvis 已提交
8
[download dataset](http://www.robots.ox.ac.uk/~vgg/data/text/mjsynth.tar.gz)
X
xiaohang 已提交
9 10 11
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