#197 · Primary category: Computer Vision
PoinTr
[ICCV 2021 Oral] PoinTr: Diverse Point Cloud Completion with Geometry-Aware Transformers
Project last updated:06/24/26
GitHub Stars
853
Forks
150
Contributors
8
License
MIT
Why we included this project
3D scanners rarely capture a complete object, and PoinTr exists to fill in the missing pieces. The model treats an unordered point cloud as a sequence of point proxies with position embeddings and pushes them through a transformer encoder-decoder, which makes it a handy reference for applying transformers beyond text and images. Alongside the core weights, the repository ships pretrained checkpoints on several benchmarks, the improved AdaPoinTr variant, and a SnowFlakeNet implementation, so you get a ready baseline and a way to study how the approach evolved. Setup covers install scripts for CUDA extensions and instructions for the ShapeNet-55/34 datasets the authors introduced, letting researchers reproduce published numbers or adapt the architecture to their own pipeline without rebuilding the tooling.
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)