Skip to content

Does L_total = 0.5 * L_perceptual + 50.0 * L_style + 25.0 * L_tv only apply to optimize VGG?  #20

@lovecambi

Description

@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 the paper where I_comp = where(mask, fake, real).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions