#360 · Primary category: Computer Vision
CVPR2023-3D-Occupancy-Prediction
CVPR2023-Occupancy-Prediction-Challenge
Project last updated:07/31/23
GitHub Stars
877
Forks
64
Contributors
7
License
MIT
Why we included this project
This repository is the official resource for the CVPR 2023 3D Occupancy Prediction Challenge, organized around the idea that autonomous driving perception needs the whole scene, not just boxes. Classic 3D detection describes foreground objects with bounding boxes, which works for vehicles and pedestrians but flattens odd-shaped obstacles and ignores the background entirely. This task instead predicts a voxelized occupancy map built on nuScenes, where each 0.4-meter voxel records whether the space is free or occupied and, if occupied, which of 18 semantic labels it carries. The repo does not ship a deployable system; it gives you a working baseline, a devkit to parse and score results, and the same mIoU and F-score metrics used to rank challenge entries. That is a useful common yardstick when you want to compare your surround-view occupancy model against the published leaderboard, or when you want to see exactly how the benchmark ground truth was put together before building your own dense perception approach.
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)