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
https://huoyijie.cn/
MIT License
1.23k stars 380 forks source link

About time of prediction #110

Open liuyang-ict opened 4 years ago

liuyang-ict commented 4 years ago

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,请问这是什么导致的呢,您是否考虑过这个问题。