huoyijie / AdvancedEAST

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.https://github.com/huoyijie/raspberrypi-car

Home Page:https://huoyijie.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About time of prediction

liuyang-ict opened this issue · comments

In East model,every image be predicted need 650ms. But your model, need 1300ms.
Using GPU:p100-memoryClockRate(GHz): 1.3285.
So do you think about this question:why your model slower than East.
Looking forward to your answer.

您好,我在p100上跑相同的图片,在East上需要大概6-700ms,而您的模型平均大概需要1300ms,请问这是什么导致的呢,您是否考虑过这个问题。