Adarsh Nanjaiya Latha
A Comprehensive Catalogue of Datasets for Autonomous Perception in Cars and Drones

Author: Adarsh Nanjaiya Latha
Last updated: March 2026 (community contributions welcome!)

I've spent weeks hunting for a single go-to resource covering the most widely used datasets in autonomous perception for cars and drones—especially in cooperative/multi-agent settings. Unsurprisingly, no such one-stop list existed. So here it is: a curated catalogue of key datasets.

The list is not exhaustive (new datasets drop constantly), but it covers the foundational and cutting-edge ones. Please feel free to fork this post on GitHub and add others—or comment below with suggestions!

Categorization:
By number of platforms (single vs. multi-agent) and modalities (single-sensor vs. multi-sensor fusion).
Sub-notes on platforms: V2V (ground-ground), V2U (ground-air), U2U (air-air), V2I/V2X (vehicle-infra/everything).
[Real-world] or [Simulation] flag for each.

For sensor hardware details (e.g., exact LiDAR models, camera resolutions), check the original papers or project pages—I welcome PRs if anyone wants to expand that here.

1. Single Platform, Single Modality

Standard, non-cooperative datasets from one ego vehicle or drone using only one sensor type (typically camera-only or LiDAR-only). Great for baseline semantic segmentation, tracking, or point-cloud benchmarking.

Additional notable ones:

2. Single Platform, Multi-Modality

One ego vehicle or drone equipped with a heterogeneous sensor suite (e.g., cameras + LiDAR + radar/thermal). The classic "full-stack" single-agent perception benchmarks.

3. Multi-Platform, Single Modality

Cooperative/collaborative datasets where multiple vehicles, drones, or infrastructure nodes share data, but only one sensor medium is used. Early steps toward swarm/U2U or pure-LiDAR V2V collaboration.

Additional:

4. Multi-Platform, Multi-Modality

The cutting edge of cooperative perception: vehicles, drones, and/or smart infrastructure collaborating with fused sensor streams (cameras + LiDAR + radar). These enable V2V, V2U, U2U, and V2I/V2X research at scale.

Additional cutting-edge ones (highly recommended):


This catalogue bridges single-agent classics (KITTI, nuScenes) with modern cooperative benchmarks (V2U4Real, AGC-Drive, V2X-Radar). Whether you're working on cars, drones, or hybrid air-ground swarms, these datasets cover the full spectrum.

Want to contribute? Found a new dataset? Reply below or open a PR on the GitHub version.
Have hardware/sensor details for any entry? Let's add them!
Need code for loading any of these? Many have official devkits (OpenCOOD, etc.).

Happy researching—let's keep pushing autonomous perception forward!