#184 · Primary category: Computer Vision
PointLLM
[ECCV 2024 Best Paper Candidate & TPAMI 2025] PointLLM: Empowering Large Language Models to Understand Point Clouds
Project last updated:05/15/26
GitHub Stars
1.1K
Forks
58
Contributors
3
License
Other
Why we included this project
PointLLM is worth a close look if you want to see how a large language model can work directly on raw 3D point clouds instead of images. It feeds colored object scans into an LLM backbone, so the model can name object types, describe geometric structure and appearance, and sidestep the occlusion and viewpoint problems that trip up camera-based recognition. The repo includes the full training pipeline, 660K simple and 70K complex instruction pairs, inference code with checkpoints, and evaluation scripts for the 3D object classification and captioning benchmarks, plus a Gradio demo, which makes it a practical reference for reproducing the ECCV 2024 results. Researchers and teams working on embodied AI, robotics, or spatial understanding can adapt its two-stage training strategy to their own point-cloud data, though expect a heavy training run and a pinned PyTorch and Transformers environment.
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)