TencentYoutuResearch / ImageMatching-OETR

This is the official implementation in PyTorch for AAAI2022 paperGuide Local Feature Matching by Overlap Estimation and also contain a image matching toolbox.
Other
86 stars 10 forks source link

Made a Colab demo #2

Open Dawars opened 2 years ago

Dawars commented 2 years ago

I made a demo in Colab to easily test the model on a couple of images. Hope you find it useful!

https://colab.research.google.com/drive/1D7d3rDxBHZKWRr_al3mUv_ByKkQ-kr1H

Lucifer1002 commented 2 years ago

我在 Colab 中做了一个演示,以便在几张图像上轻松测试模型。 希望你觉得它有用!

https://colab.research.google.com/drive/1D7d3rDxBHZKWRr_al3mUv_ByKkQ-kr1H

Hello, what is the environment configuration for this code? I match the environment according to requirements.txt, but it cannot run

Dawars commented 2 years ago

I didn't use requirements.txt for installation, but I needed to add the following packages in addition to the ones installed in colab:

pip install yacs einops kornia timm

Lucifer1002 commented 2 years ago

I didn't use requirements.txt for installation, but I needed to add the following packages in addition to the ones installed in colab:

pip install yacs einops kornia timm

What is the environment of your colab?