gim icon indicating copy to clipboard operation
gim copied to clipboard

GIM: Learning Generalizable Image Matcher From Internet Videos (ICLR 2024 Spotlight)

Results 22 gim issues
Sort by recently updated
recently updated
newest added

Thanks for the nice work. Is there any plan to release the code training code? (with in a feasible time ? ) Best

Hi, I was shocked by the precision of **gim** when I ran the test on [huggingface](https://huggingface.co/spaces/xuelunshen/gim-online), but when I tested the same images on my machine using the provided model...

Hello, I would like to ask if I need to train with my own video? My video contains my own scenes, but the camera might not be able to recognize...

I can not install on ubuntu 18.04 please update the information. 1. the python version. 2. requirement file. Thank you!

Hi, great work and amazing results! I was going through Lightglue matching code, trying to understand it's api and performance and noticed reversed image sizes in matcher code: ``` size0...

Dear Developer, I hope this message finds you well. We are currently working with sequential image data consisting of over 1000 images, similar to those captured by drones. In processing...

Hi, thanks for this awesome repo! I noticed GIM-roma is still on the TODO list. Any chance you could prioritize releasing it soon? Would be really helpful!

Do you have any plan to train a [XFeat](https://github.com/verlab/accelerated_features) model?

First——`pip install pytorch-lightning==1.5.10`can not match pip,so I use `pip install pytorch-lightning==1.9.0` Second——the numpy should be`1.x `,I install `pip install numpy==1.23.5` .It work. Third——in my computer I need install `matplotlib`and `omegaconf`...