mcahny / Deep-Video-Inpainting

Official pytorch implementation for "Deep Video Inpainting" (CVPR 2019)
508 stars 95 forks source link

Loss function ssim is run in the whole picture or just the masked area? #22

Closed daisy-disc closed 3 years ago

mcahny commented 4 years ago

The L1 and ssim are run on the whole picture, whereas we have another L1 loss that is running on the masked area only.