#505 · Primary category: Computer Vision
point-transformer-pytorch
Implementation of the Point Transformer layer, in Pytorch
Project last updated:02/12/22
GitHub Stars
600
Forks
57
Contributors
1
License
MIT
Why we included this project
The Point Transformer attention layer from the 2020 paper, which set strong results on point cloud classification and segmentation, is packaged here as a single PyTorch module. You feed it point features and coordinates, and it returns updated features, with an optional k-nearest-neighbors setting to keep attention local on large point sets. It's a focused building block rather than a full pipeline, so it suits researchers and engineers who already have their own data loaders and downstream heads and just want a faithful reference implementation of the attention mechanism. The code is compact and readable, which makes it easy to adapt for custom experiments or to reproduce the paper's approach in a 3D vision project.
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)