HCIILAB / Scene-Text-Removal

EnsNet: Ensconce Text in the Wild
124 stars 27 forks source link

Quick question on loss function #19

Open lovecambi opened 4 years ago

lovecambi commented 4 years ago

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 defines the multi-scale loss, but in a different way. https://github.com/HCIILAB/Scene-Text-Removal/blob/master/train.py#L142

zhangshuaitao commented 4 years ago

@lovecambi , As you said,the multi-scale loss is the following line. https://github.com/HCIILAB/Scene-Text-Removal/blob/master/train.py#L142