unsupervised-deep-homography
unsupervised-deep-homography copied to clipboard
PyTorch implementation of Unsupervised Deep Homography: https://arxiv.org/abs/1709.03966
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...
what is this?  I turned down batch_ size, but this error also occurs.
 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...
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...
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 /...
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...