argman / EAST

A tensorflow implementation of EAST text detector
GNU General Public License v3.0
3.02k stars 1.05k forks source link

Questions about restore_rectangle_rbox #26

Closed rolai closed 6 years ago

rolai commented 7 years ago

The function restore_rectangle_rbox in icdar.py is so complicate that after spent a lot time to read and study it, but I still can't understand it! Could you provide more information or comments about this function?

argman commented 7 years ago

It's just a vector implementation, you can think of the process of restore one polygon first.