tynguyen / unsupervisedDeepHomographyRAL2018

Unsupervised Deep Homography: A Fast and Robust Homography Estimation Model
https://arxiv.org/abs/1709.03966
277 stars 81 forks source link

A small bug #5

Closed ruiwen0615 closed 6 years ago

ruiwen0615 commented 6 years ago

In gen_synthetic_data.py, line 63 should be inv instead of iinv

tyunist commented 6 years ago

fixed it, thanks!

shangrongyang commented 6 years ago

Excuse me, when i run the homography_CNN_synthetic.py I had meet the error : TypeError: cannot create weak reference to 'builtin_function_or_method' object Do you know how to solve this problem?