overgroove / pixellink_keras

pixellink in keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

pixellink in keras


Languages

Language:Python 100.0%