← all repositories
V2AI/Det3D

A PyTorch toolbox that corrals point clouds into detectable objects

Det3D gathers scattered 3D detection implementations into a single PyTorch codebase so you can train voxel and point-based detectors on KITTI or nuScenes without stitching together half a dozen incompatible repos.

1.6k stars Python Computer VisionML Frameworks
Det3D
Not currently ranked — collecting fresh signals.
star history

What it does Det3D is a PyTorch-based toolbox that bundles implementations of voxel and point-based 3D object detectors—SECOND, PointPillars, and VoxelNet—under one roof. It targets the standard autonomous-driving benchmarks (KITTI, nuScenes, and Lyft) and ships with configuration files and checkpoint links that reproduce published numbers, including the CBGS nuScenes result. The codebase also layers on distributed-training utilities, synchronized batch normalization, and a built-in visualizer so you are not left plotting .bin files by hand.

The interesting bit The project essentially tries to do for 3D detection what mmdetection did for 2D, openly acknowledging its debt to that ecosystem and to second.pytorch. Its value is in the plumbing: multi-dataset loaders, flexible anchor dimensions, and rotated RoI align bundled with training hooks that actually work across nodes.

Key highlights

  • Model zoo with reported KITTI and nuScenes metrics (CBGS hits 61.3 NDS; SECOND posts 87.96 3D AP on KITTI car).
  • Supports both point-based and voxel-based architectures in the same framework.
  • Distributed data parallel and SyncBN built in.
  • Self-contained visualization and TensorboardX logging.
  • Multi-scale training and finetuning hooks.

Caveats

  • Several promised models—PointRCNN and PIXOR—remain unchecked on the TODO list and are not actually available.
  • Waymo is listed as a dataset but the section is empty, and the maintainers explicitly ask for contributions to support it.
  • The README contains duplicate entries and typos (“licenes”, “INSTALATION”), which hints at sporadic maintenance.

Verdict Worth a look if you need a unified PyTorch starting point for KITTI or nuScenes 3D detection and do not mind filling in a few gaps yourself. Skip it if you need the still-unreleased models or broad dataset coverage beyond what is already implemented.

Frequently asked

What is V2AI/Det3D?
Det3D gathers scattered 3D detection implementations into a single PyTorch codebase so you can train voxel and point-based detectors on KITTI or nuScenes without stitching together half a dozen incompatible repos.
Is Det3D open source?
Yes — V2AI/Det3D is open source, released under the Apache-2.0 license.
What language is Det3D written in?
V2AI/Det3D is primarily written in Python.
How popular is Det3D?
V2AI/Det3D has 1.6k stars on GitHub.
Where can I find Det3D?
V2AI/Det3D is on GitHub at https://github.com/V2AI/Det3D.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.