#309 · Primary category: Computer Vision
VoxFormer
Official PyTorch implementation of VoxFormer [CVPR 2023 Highlight]
Project last updated:12/07/23
GitHub Stars
1.2K
Forks
102
Contributors
3
License
Other
Why we included this project
VoxFormer tackles a hard 3D perception problem: rebuilding a complete, semantically labeled 3D volume from ordinary camera images alone, including occluded and invisible regions. Its two-stage design proposes sparse voxel queries from monocular depth first, then densifies them with self-attention, which keeps training GPU memory under 16GB while staying competitive on the SemanticKITTI scene completion benchmark. That makes it a solid reference for researchers and engineers working on camera-only occupancy prediction where lidar is unavailable. The repo includes full training and evaluation code, pretrained weights, and a deformable-attention variant, so reproducing the reported numbers or adapting the architecture to your own data is straightforward. One catch: the non-commercial NVIDIA license means this is for research, not for shipping directly into a commercial product.
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)