Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.44 KB

readme.md

File metadata and controls

35 lines (20 loc) · 1.44 KB

ITN: Geometry-Aware Scene Text Detection

Fangfang Wang, Liming Zhao, Xi Li, Xinchao Wang, and Dacheng Tao. “Geometry-Aware Scene Text Detection with Instance Transformation Network.” In CVPR, 2018.

@InProceedings{Wang_2018_CVPR,
author = {Wang, Fangfang and Zhao, Liming and Li, Xi and Wang, Xinchao and Tao, Dacheng},
title = {Geometry-Aware Scene Text Detection with Instance Transformation Network},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
pages = {1381-1389},
year = {2018}
}

Contact:

Fangfang Wang (fangfangliana@gmail.com);

Instructions

  • Use our custom Caffe for using transformation layer.

  • Run train.sh in the experiments folder to train the model.

Descriptions

  • Use Caffe for implementation, please refer to the Caffe project website for installation.

  • The protocal files are located in experiments/xxx/proto folder.

  • Trained models can be downloaded from google drive or onedrive, and then put them in experiments/xxx/weight folder.