zhujiapeng / resefa

[ICML 2022] Region-Based Semantic Factorization in GANs
https://zhujiapeng.github.io/resefa/
MIT License
70 stars 4 forks source link

Masked mean square error #7

Open ARaviku opened 1 year ago

ARaviku commented 1 year ago

how did you compute masked mean square error between images?

zhujiapeng commented 1 year ago

Scale images to [0, 1], and then compute the mean square error only in/out of the mask region, and the mask is the one we show on the images in our paper for each region.