lovecambi
Results
2
issues of
lovecambi
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...
Where is the code for the scaling factor in Eq (9)? In addition, where is the code for the loss function in Eq (2)? It seems that the following line...