lksshw / SRNet

A pytorch implementation of the SRNet architecture from the paper Editing text in the wild (Liang Wu et al.)
152 stars 35 forks source link

能不能使用这个网络将有风格的字体图像朝着标准字体学习。 #13

Closed xuefanfu closed 2 years ago

xuefanfu commented 3 years ago

能不能使用这个网络将有风格的字体图像朝着标准字体学习,我试着更改了一下数据集,但是发现无法生成。请问您有什么好的方法吗?

lksshw commented 3 years ago

You should be able to. But training the Srnet from scratch is incredibly difficult. It's notoriously unstable. You'd have to spend a lot of time monitoring the training process.

xuefanfu commented 3 years ago

You should be able to. But training the Srnet from scratch is incredibly difficult. It's notoriously unstable. You'd have to spend a lot of time monitoring the training process.

Thanks for your help.