https://github.com/HCIILAB/Scene-Text-Removal/blob/master/network.py#L78 https://github.com/HCIILAB/Scene-Text-Removal/blob/master/train.py#L167 The trainerV seems to only optimize parameters of VGG. So why this loss is needed? https://github.com/HCIILAB/Scene-Text-Removal/blob/master/train.py#L157 This line I_comp = where(mask, real, fake) contradicts to the description in the paper where I_comp = where(mask, fake, real).
https://github.com/HCIILAB/Scene-Text-Removal/blob/master/network.py#L78
https://github.com/HCIILAB/Scene-Text-Removal/blob/master/train.py#L167
The trainerV seems to only optimize parameters of VGG. So why this loss is needed?
https://github.com/HCIILAB/Scene-Text-Removal/blob/master/train.py#L157
This line I_comp = where(mask, real, fake) contradicts to the description in the paper where I_comp = where(mask, fake, real).