argoverse/argoverse-api
Official GitHub repository for Argoverse dataset
What it solves
It provides a standardized programmatic interface to access and manipulate the Argoverse dataset, which contains high-definition (HD) maps, 3D tracking data, and motion forecasting scenarios for autonomous driving research.
How it works
The API acts as a data loader and utility suite that allows researchers to interact with three primary components:
- HD Maps: Tools to represent and query city-scale map data.
- Tracking Dataset: Access to raw LiDAR and camera data, egovehicle poses, and track annotations.
- Forecasting Dataset: Access to sequences of agent trajectories (cars, pedestrians) for predicting future motion.
It includes specialized utilities for coordinate transformations (SE(3) and SE(2)) to align data between the map, the vehicle, and the sensors, as well as visualization scripts for rendering bird's-eye-view maps and 3D cuboids on images.
Who it’s for
Researchers and developers working on autonomous vehicle perception, 3D object tracking, and motion forecasting.
Highlights
- Comprehensive Data Loading: Dedicated loaders for both tracking and forecasting datasets.
- Sensor Fusion Support: Provides calibration data to align LiDAR and camera sensors.
- Coordinate Transform Utilities: Built-in handling of complex spatial transformations between city, vehicle, and object frames.
- Visualization Tools: Scripts for rendering 3D bounding boxes (cuboids) and ground LiDAR points on images.
Related
- Project
- Project
- Project
- Project