#321 · Primary category: Computer Vision
GeoTransformer
[CVPR2022] Geometric Transformer for Fast and Robust Point Cloud Registration
Project last updated:11/22/23
GitHub Stars
976
Forks
118
Contributors
1
License
MIT
Why we included this project
For 3D perception and LiDAR pipelines, GeoTransformer offers a clean, well-documented reference for point cloud registration. Instead of detecting repeatable keypoints, its superpoint matching network encodes pair-wise distances and triplet-wise angles, keeping it reliable in low-overlap scans and invariant to rigid transforms. The matching accuracy is reported high enough to estimate the alignment transform without RANSAC, which the authors say speeds the pipeline up about a hundred times. Pretrained models for 3DMatch, 3DLoMatch, KITTI, and ModelNet40 are included, so you can reproduce the paper's results or fine-tune for your own sensor setup. If you're working on SLAM, mapping, or scan-to-model alignment and want a modern baseline, this repository is a concrete starting point.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)