Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 449 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 449 Bytes

SSD_Text_Detection

This project is refered from the SSD code

Require:

  • python 3.x
  • pytorch 0.4.1
  • opencv-python
  • Pillow

Train:

  • You should first download the SynthText data and put the dataset under the data dir
  • bash trainModel.sh(more detail you should explore in trainModel.sh and train.py)

Test

  • python test.py

Plot Result box

  • python plotResBbox.py