BasesHomo icon indicating copy to clipboard operation
BasesHomo copied to clipboard

The official PyTorch implementation of the paper "Motion Basis Learning for Unsupervised Deep Homography Estimation with Subspace Projection".

Results 7 BasesHomo issues
Sort by recently updated
recently updated
newest added

I have two questions: 1. When training with multiple GPUs, it seems that self.genbasis cannot be copied to all GPUs. 2. My loss only decreased in the first 5K iterations,...

Question1: Based on the requirements said in README, you guys use pytorch1.1.0 to train the model, and based on the paper you guys use 2080ti gpu. But when I tried...

Hello. I would like to ask if there is no error in the geometricDistance function. The function is: ``` def geometricDistance(correspondence, flow): flow = flow.permute(1, 2, 0).cpu().detach().numpy() p1 = correspondence[0]...

Hello, when I read your program, I seem to have lost a part, which is the part in the following figure ![image](https://user-images.githubusercontent.com/92836792/172287031-827ea526-aeed-440e-a85c-d7030915bae1.png)

After I reset the environment according to "Requirements", this line of code was misaligned, and when I changed "axis" to "dim" the program worked fine. ![QQ截图20211130103459](https://user-images.githubusercontent.com/70422251/143976078-ee17667f-ce7f-485a-92b2-7a084ce76cd4.jpg)

img1 img2 are called before they are defined. data1,data2->img1 img2? ![QQ截图20211127100155](https://user-images.githubusercontent.com/70422251/143664718-357d9710-b708-45a8-a340-f4613fabc9b1.jpg)

Hi, thank you very much for releasing the code for the BasesHomo. I am working on novel architectures for multi-homography based alignment and was hoping get access to a reference...