JirongZhang / DeepHomography

Content-Aware Unsupervised Deep Homography Estimation
MIT License
340 stars 57 forks source link

Dataset question #13

Closed steplee closed 4 years ago

steplee commented 4 years ago

Besides taking the video frames as described in the paper, did you also warp one of the pair along the lines of DeTone? Otherwise the generalization on heavily skewed pairs is surprising, considering videos never seem to have that much distortion.

JirongZhang commented 4 years ago

Nice question. Detone's contribution lies in the novel method of homography estimation. But model trained from synthetic image pairs can't estimate an accurate homography between two images from real world. At present, our approach cannot solve the case of very large distortion. @steplee