-
For Analysis purpose, I would like to generate homography and inverse homography. I already tried to allocate points from 3D Field points to Projected 2D of live cam, to generate homography and inver…
-
Hi,
I found an error in utils.py line 563.
Error message is "transform_points is not exported from module .homography".
I checked the latest package kornia version v0.7.4, and there is no a fun…
-
J'ai eu besoin d'utilise cette technique 2-3 fois dans ma vie ^^ sans savoir son nom.
![image](https://github.com/user-attachments/assets/34ab2ce1-3433-4b4e-a4b3-02d93229b35e)
-
Hello, I am a first-year graduate student. Your code is so excellent, but I want to know, what's the meaning of pair12/11/22_f_w, pair12/11/22_f_nw, pair12/11/22_pred_4p? If I input two pictures and o…
-
Thank you for your excellent work!
I am trying to reproduce your work, but I am having difficulty in generating the memery, for two consecutive frames of images P0, P1, I first perform feature poin…
-
```python
import numpy as np
import poselib
x_A = np.random.randn(9,2)
x_B = np.random.randn(4,2)
H_est, stats = poselib.estimate_homography(x_A, x_B, {}, {})
```
-
Hi,
a bit of noob question - should I add some shuffling, or this is expected for homography pretraining?
![IMG_6165](https://github.com/cvg/LightGlue/assets/4803565/ed07e118-1047-4979-aef3-e5471…
-
python -m gluefactory.eval.hpatches --conf gluefactory/configs/superpoint+lsd+gluestick.yaml --overwrite
报下面的错误
[09/13/2024 11:16:10 gluefactory.datasets.base_dataset INFO] Creating dataset HPatches…
-
In the paper it was mentioned that homography is performed to align the two video sources. Is that part of the code in this repo? If yes, could you point me to it? Thank you!
-
Hi! I've noticed that some codes might be missing, which are 'decompose_rel_hmg.py' and 'combine_relative_pose_small_seq.m' mentioned in the comments. I have tried to convert the motion parameters to …