#376 · Primary category: Computer Vision
frustum-pointnets
Frustum PointNets for 3D Object Detection from RGB-D Data
Project last updated:03/24/20
GitHub Stars
1.7K
Forks
530
Contributors
2
License
Apache-2.0
Why we included this project
This is the reference implementation of Frustum PointNets, the CVPR 2018 approach to detecting objects in 3D point clouds, released by the Stanford and Nuro team behind the paper. The pipeline runs a mature 2D detector on RGB images, uses each bounding box to carve out a 3D frustum, then applies PointNet-style segmentation and amodal bounding box estimation directly to the points inside. Because it operates on raw point clouds instead of voxel grids, it keeps the full 3D geometry while leaning on image cues to shrink the search space. Evaluated on KITTI and SUNRGBD, it still holds up as a solid reference point for teams building LiDAR or depth-based detection for autonomous driving, robotics, and 3D scene understanding.
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)