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

question on style transfer & other application situation #27

Open JIaqiYang78 opened 2 years ago

JIaqiYang78 commented 2 years ago

Q1: I am confused about the style transfer. So, what is the style refer to? For example, can the font size and style, text color be transfered in the fusion module??

Q2: Can this model apply on the situation with many text lines not one text line?