Open nttstar opened 2 months ago
We employ the warping following WarpGAN. It's an alternative way to warp the image using torch.grid_sample
in the Line 60 of warp.py instead of dense_image_warp()
function, as long as the warping process is differentiable.
Thanks for the advice!
Thanks