argman / EAST

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

Anyone tried EAST on MobileNet-v2? #257

Open juicebox18 opened 5 years ago

juicebox18 commented 5 years ago

I was just wondering if someone already tried to convert the model architecture to MobileNet-v2? It seems to be very similar to the used resnet bottleneck structure but inference would prop. way faster.

tp-nan commented 5 years ago

I've tried EAST with shufflenetV2 and aspp, works well for me.