/SRNet-1

A pytorch implementation of the SRNet architecture from the paper Editing text in the wild (Liang Wu et al.)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

SRNet

A pytorch implementation of the SRNet architecture from the paper Editing text in the wild (Liang Wu et al.)

Original tensorflow implementation: https://github.com/youdao-ai/SRNet This implementation includes a few changes to the discriminator, datagenerator and the training process.

Update to follow.