-
Hey @gdalle, really cool stuff here!
I am quite interested in GridGraphs for the calculation of ecological connectivity. There is a cool distance metrics that has been introduced recently called th…
-
Hi Author, I have another question regarding applying this work to other vehicles. Specifically, I used 6 camera images collected from a bus as input to this model for inference. However, I noticed th…
-
The computation of the fundamental matrix from two key frames (signature: cv::Mat LocalMapping::ComputeF12(KeyFrame *&pKF1, KeyFrame *&pKF2)) seems to be incorrect, when comparing to e.g Hartley and Z…
-
Hello, when there are two or more capture points in the current image, how can this code ensure that the points on one image correspond one-to-one with the points on another image to solve the fundame…
-
Let's use this issue to coordinate the statistics / math notebooks as part of the fundamentals. We can move these out to a separate repo later if that makes more sense organization-wise.
Below are …
-
https://scikit-image.org/docs/stable/auto_examples/transform/plot_fundamental_matrix.html
This example seems to use the fundamental matrix to project points from one image to another.
But, as far …
-
In #672, I defined (pre)additive and (pre)abelian categories. I've essentially only defined enough to formalise the construction in [arxiv:2103.08379](https://arxiv.org/abs/2103.08379) (see #674), so …
-
Great work!
Did you have some example/demo code in case of fundamental matrix only, like https://github.com/sailor-z/CLNet/blob/main/demo/demo.py?
Thanks!
-
## Description:
Implement a Compressed Sparse Row (CSR) matrix class as part of our sparse matrix library. The CSR format is an efficient storage method for sparse matrices, storing only non-zero ele…
-
Hi, just tried out python3 cube_reconstruction.py and got:
```
True essential matrix: [[matrix([[0.]]) matrix([[-1.]]) matrix([[0.]])]
[matrix([[-0.361547]]) matrix([[0.]]) matrix([[-3.14154162]])…