unsupervised-deep-homography icon indicating copy to clipboard operation
unsupervised-deep-homography copied to clipboard

PyTorch implementation of Unsupervised Deep Homography: https://arxiv.org/abs/1709.03966

Results 8 unsupervised-deep-homography issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

what is this? ![image](https://user-images.githubusercontent.com/40566781/162898405-4bbfdebc-bd1e-4125-a0d5-7154796a14e6.png) I turned down batch_ size, but this error also occurs.

![image](https://user-images.githubusercontent.com/40566781/162974607-9ae61c07-6f91-43d2-864b-f0c0c60f236a.png) owh, what is this, did you face this problem?

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

thanks for your codes! After I installed the required package and downloaded the pretrained_coco file, and ran the test file, the following problems occurred: PS C:\Users\Administrator\Desktop\unsupervised-deep-homography-master> python test.py figures/input_0.gif Traceback...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies

Bumps [torch](https://github.com/pytorch/pytorch) from 1.5.0 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...

dependencies

Thanks for your great work! In the original paper of [Unsupervised deep homography](https://arxiv.org/pdf/1709.03966), authors use the spatial transformation layer to perform inverse warping to get the warped image. If I'm...