JirongZhang / DeepHomography

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

Homography Matrix for optical flow #25

Open nesherofek opened 3 years ago

nesherofek commented 3 years ago

Im trying to use the output of the net (H -> homography matrix) to create an optical flow map the pred_full is correct and the interpolate returns the correct frame, however when is use the formula the create the map from the matrix i get worng flow values

code use to calc the map:

What am i doing wrong???

CallMeFrozenBanana commented 3 years ago

May I have a look on your optical-flow and warped img?