# av2-api **Repository Path**: ecut_ilocstudio/av2-api ## Basic Information - **Project Name**: av2-api - **Description**: A Clone of https://github.com/argoverse/av2-api - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-03-21 - **Last Updated**: 2025-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![PyPI Versions](https://img.shields.io/pypi/pyversions/av2)](https://pypi.org/project/av2/) ![CI Status](https://github.com/argoai/av2-api/actions/workflows/ci.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) # Argoverse 2 > _Official_ GitHub repository for the [Argoverse 2](https://www.argoverse.org) family of datasets.

## Getting Started Please see the [Argoverse User Guide](https://argoverse.github.io/user-guide/). ## Supported Datasets - Argoverse 2 (AV2) - [Sensor](https://argoverse.github.io/user-guide/datasets/sensor.html) - [Lidar](https://argoverse.github.io/user-guide/datasets/lidar.html) - [Motion Forecasting](https://argoverse.github.io/user-guide/datasets/motion_forecasting.html) - Trust, but Verify (TbV) - [Map Change Detection](https://argoverse.github.io/user-guide/datasets/map_change_detection.html) ## Supported Tasks - Argoverse 2 (AV2) - [3D Object Detection](https://argoverse.github.io/user-guide/tasks/3d_object_detection.html) - [3D Scene Flow](https://argoverse.github.io/user-guide/tasks/3d_scene_flow.html) - [4D Occupancy Forecasting](https://argoverse.github.io/user-guide/tasks/4d_occupancy_forecasting.html) - [End-to-End Forecasting](https://argoverse.github.io/user-guide/tasks/e2e_forecasting.html) - [Motion Forecasting](https://argoverse.github.io/user-guide/tasks/motion_forecasting.html) ## Citing Please use the following citation when referencing the [Argoverse 2](https://datasets-benchmarks-proceedings.neurips.cc/paper/2021/file/4734ba6f3de83d861c3176a6273cac6d-Paper-round2.pdf) _Sensor_, _Lidar_, or _Motion Forecasting_ Datasets: ```BibTeX @INPROCEEDINGS { Argoverse2, author = {Benjamin Wilson and William Qi and Tanmay Agarwal and John Lambert and Jagjeet Singh and Siddhesh Khandelwal and Bowen Pan and Ratnesh Kumar and Andrew Hartnett and Jhony Kaesemodel Pontes and Deva Ramanan and Peter Carr and James Hays}, title = {Argoverse 2: Next Generation Datasets for Self-Driving Perception and Forecasting}, booktitle = {Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks (NeurIPS Datasets and Benchmarks 2021)}, year = {2021} } ``` Use the following citation when referencing the [Trust, but Verify](https://datasets-benchmarks-proceedings.neurips.cc/paper/2021/file/6f4922f45568161a8cdf4ad2299f6d23-Paper-round2.pdf) _Map Change Detection_ Dataset: ```BibTeX @INPROCEEDINGS { TrustButVerify, author = {John Lambert and James Hays}, title = {Trust, but Verify: Cross-Modality Fusion for HD Map Change Detection}, booktitle = {Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks (NeurIPS Datasets and Benchmarks 2021)}, year = {2021} } ```