Yuxiang Wei
Yuxiang Wei
Paper name: Learning Flow-based Feature Warping For Face Frontalization with Illumination Inconsistent Supervision Paper link: https://arxiv.org/pdf/2008.06843.pdf Code: https://github.com/csyxwei/FFWM
When training the model, the `dataloader_train` and `dataloader_val` share the same option object. So `opt.load_size` is first assigned to **286** in `dataloader_train`, and then is replaced with **256** in `dataloader_val`....
The direction `csc_glasses_remove.npy` is same as `csc_glasses_add.npy`, while it should be the opposite of `csc_glasses_add.npy`.