LuoXubo / FastMatch

How fast can image matching be?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastMatch

How fast can image matching be?

Table of Contents

Introduction

This repository aims to combine the fastest feature extraction and matching methods, i.e. XFeat and LightGlue, and evaluate their performance on laptop and service devices.

Installation

1. Clone the repository

git clone https://github.com/LuoXubo/FastMatch.git

2. Install dependencies

conda create -n fastmatch python=3.8 -y
conda activate fastmatch
pip install -r requirements.txt

Usage

See demo.ipynb for a quick start.

Results

Thanks To

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

How fast can image matching be?

License:MIT License


Languages

Language:Python 91.9%Language:Jupyter Notebook 8.1%