Open zhangliukun opened 4 years ago
In your project's homepage, the differences between the source images and the target images are small, most are the translation. I wonder whether your method could deal with the large transform such as random affine transform.
I have the same question
In your project's homepage, the differences between the source images and the target images are small, most are the translation. I wonder whether your method could deal with the large transform such as random affine transform.
I have the same question
In my opinion, this network structure cann't deal with the large transform because the feature map $F_a$ and $F_b$ are concated and then fed into the homography estimater. If two image pairs $I_a1$,$I_b1$ and $I_a1$,$I_b1$ are different, though the ground truth homography matrix is same, the results estimated by the network may be different. As the author said in the paper, this work is not able to be applied to such problems like image stitching.
In your project's homepage, the differences between the source images and the target images are small, most are the translation. I wonder whether your method could deal with the large transform such as random affine transform.