Skip to content

kapitsa2811/SSD_Text_Detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Shell 1.7%