Large multi-sensor dataset with 1700 hours of autonomous driving data.
This dataset consists of multi-sensor recordings from vehicle operation, totaling 1700 hours, with both collection and labeling handled automatically by sensors.
It supports AV researchers developing Physical AI end-to-end driving systems and is usable for commercial or non-commercial autonomous vehicle projects per the license.
Use the 1700 hours of synchronized sensor streams to train object detection, lane segmentation, and traffic-sign recognition networks for autonomous driving.
Combine data from multiple onboard sensors to build and evaluate fusion algorithms that improve robustness in varied weather and lighting.
Run large-scale evaluation of planning and control modules on geographically diverse recordings with automatically generated ground truth.
from datasets import load_dataset
ds = load_dataset("nvidia/PhysicalAI-Autonomous-Vehicles")It is a collection of 1700 hours of multi-sensor driving recordings with labels generated automatically via sensors, released by NVIDIA for autonomous-vehicle research.
Verified reviews from the community shape this listing's rating.
Loading reviews…