argman / EAST

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

how to get the SavedModel? #329

Closed kiss90 closed 4 years ago

kiss90 commented 4 years ago

I have restored the model from checkpoint and saved it as SavedModel. However, the saved model doesn't contain the LANMS step. I want to pack all the trained model and LANMS post-processing together. Maybe I need to rewrite the detect function in eval.py to replace the numpy operation with tensor? Any advice or suggestions will be appreciated. Thanks in advance!

fengxin619 commented 4 years ago

how did you do ? change the ckpt to savedmodel? can you share the code?

ghost commented 4 years ago

https://github.com/argman/EAST/issues/303