Georg Bökman

Results 7 issues of Georg Bökman

More changes related to #20 . Running `python -m immatch.eval_hpatches --config 'loftr' --task 'both' --rot_dir . --ransac_thres=3 --h_solver cv` now yields ``` >>>>Eval hpatches: task=matching+homography method=LoFTR_outdoor_ds_noms scale_H=True rthres=3.0 thres=[1, 3,...

Some simplicial(/cellular) complex layers are applicable to complexes of arbitrary high rank. This raises the question of how the input to these layers should be formatted. In #129 we use...

I have a couple of questions/found bugs regarding the HSN tutorial (and hence might impact other tutorials in the simplicial domain). 1. https://github.com/pyt-team/TopoModelX/blob/18956deb499c58062b0d435df8ddc85fc13b6634/tutorials/simplicial/hsn_train.ipynb#L326 should be `self.layers = torch.nn.ModuleList(layers)`, so that...

#### Changes This implements Steerers as described in our recent CVPR paper ([arxiv](https://arxiv.org/abs/2312.02152)). I also have implemented a [tutorial](https://github.com/georg-bn/kornia-tutorials/blob/master/nbs/image_matching_steerers.ipynb) which can be pulled into kornia-tutorials after Steerers have been merged...

#### Changes The "pixel denormalization" in Kornia and DeDoDe differ by the fact that Kornia rescales by (height-1) and (width-1) while DeDoDe rescales by height and width. Kornia: https://github.com/kornia/kornia/blob/af3e28d3ff76a9a814fd5221ebab79fa41dd60ed/kornia/geometry/conversions.py#L876-L902 DeDoDe:...

1 Priority 1 🚨

## 🚀 Feature It would be simple to add support for [Steerers](https://github.com/georg-bn/rotation-steerers), since the descriptor is already implemented with DeDoDe. The only thing that would have to be added are...

help wanted

I have a WIP of combining xfeat with steerers. I'm posting here in case someone else than me is interested in looking at this. I've trained two versions of XFeat...