Skip to content

kapitsa2811/pixellink_keras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelLink in Keras

For a deeper understanding the text detection alg called PixelLink, so I implemented the network model in keras just for testing.

model stru..

prerequisites

  • python 3.6
  • keras 2.2.0
  • opencv 3.4.2

need to know...

The original PixelLink model trained with tensorflow, I converted the TF CHECKPOINTs(only PixelLink + VGG16 4s) into keras H5 weights, and you can download from here. Due to limited time, I've just implemented the model structure and testing process.

any suggestions are welcomed!

example: demo0

references

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%