argman / EAST

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

Sess.run() takes too much time #301

Closed DhavalNiphade closed 5 years ago

DhavalNiphade commented 5 years ago

I can't seem to match the performance documented in the ReadMe.

On a single image of size ~1168 x 816 (close to the 1280 x 720) on your pre-trained model, it takes : net 1160ms restore 3ms nms 1151ms

Current hardware: Intel i7-6820HQ @ 2.7 GHz NVidia RTX 2080 Ti 11GB VRAM 16.0 GB DDR4 RAM

I can't seem to figure out what I'm doing wrong and surely it's something silly. Any advice?

Here's a sample image I tested with: us - Copy

DhavalNiphade commented 5 years ago

Duplicate of #242