Skip to content

AdvancedEAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was also made, which make long text predictions more accurate.

License

Notifications You must be signed in to change notification settings

xiongf027/AdvancedEAST

 
 

Repository files navigation

SimpleEast

SimpleEast is derivied from the AdvancedEast and it's cut down for several times. So, the parameters are shrunk and the time is saved. Besides it should applied for extracting the table texts.

Project files

  • config file:
    cfg.py, control parameters
  • loss file:
    losses.py, define the model of loss function
  • post-processing:
    nms.py, generate coordinates according binary img
    revise.py, revise some results from different aspects
  • predict:
    predict.py the whole process from one img to one json result
  • interface:
    img2json.py

DFG

Image text

About

AdvancedEAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was also made, which make long text predictions more accurate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%