HCIILAB/Scene-Text-Removal

Quick question on loss function

Opened this issue · 1 comments

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

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