cvg/LightGlue
LightGlue: Local Feature Matching at Light Speed (ICCV 2023) observed · 2026-08-28
Health v2 · maintenance only
50/100
- Activity 68
- Release rhythm 8
- Longevity 83
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1165
- days_rel: n/a
- days_push: 196
- n_releases_24m: 0
Adoption not part of the score
4728 stars · 553 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LightGlue is a deep neural network library that matches sparse local features across image pairs with high accuracy and fast inference. It takes keypoints and descriptors as input and returns corresponding point indices, using adaptive pruning of network width and depth.
Use cases
- match keypoints between two images
- estimate camera pose from image pairs
- find corresponding points for 3D reconstruction
- run fast feature matching for visual localization
- match SuperPoint or DISK features in Python
- build image stitching or SLAM pipelines
When to choose
- you need accurate sparse feature matching with fast inference
- you already extract keypoints with SuperPoint, DISK, ALIKED, or SIFT
- you want a research-grade matcher with pretrained weights and PyTorch integration
When to avoid
- you need dense pixel-wise matching rather than sparse keypoints
- you cannot use a GPU or PyTorch in your environment
- you need training code, which lives in the separate glue-factory library
Facets
library · maturity stable
deep-learning computer-vision image-processing machine-learning computer-vision deep-learning machine-learning python cross-platform feature-matching image-matching pose-estimation transformers superpoint inference gpu
1 source
- readme: https://github.com/cvg/LightGlue · fetched 2026-08-28 · bba2e895cdfa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cvg/LightGlue | main | 50 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem