wenwenyu / MASTER-pytorch

Code for the paper "MASTER: Multi-Aspect Non-local Network for Scene Text Recognition" (Pattern Recognition 2021)
https://arxiv.org/abs/1910.02562
MIT License
277 stars 53 forks source link

Make Master Better #8

Closed novioleo closed 3 years ago

novioleo commented 3 years ago
  1. Exports to Torchscript are supported and can be integrated into Triton
  2. Optimize code structure and improve code readability
wenwenyu commented 3 years ago

Thanks, this is an awesome improvement!

novioleo commented 3 years ago

Thanks, this is an awesome improvement!

my pleasure.