-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list index out of range #4
Comments
Line 120 of the util.py file should also be modified. |
Thanks for your reply! It working successfully. |
Hi, I found that the production of the test set is like distorting one picture, and getting two pictures with different perspectives. If I want to input pictures A and B (different viewing angles, solve the homography matrix), get the registered picture,is that ok? |
The proposed dataset is a synthetic dataset that neglects the parallax. Specifically, all the objects in the synthetic dataset are assumed at the same depth. Therefore, it can not be well generalized in real scenes with parallax. If your input images are shot from the same virtual center (pure rotation shooting), it can still work. If not, the performance will be degraded to some extent. |
Hello, thanks for your code! I modified the utils function according to your requirements under Windows OS, but it shows "list index out of range"? For Dataset_gen/ dataset.py is OK.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: