diff --git a/README.md b/README.md index 4858de13..9078eada 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,20 @@ # Argoverse 2 API -Official GitHub repository for the [Argoverse 2](https://www.argoverse.org) family of datasets. +> _Official_ GitHub repository for the [Argoverse 2](https://www.argoverse.org) family of datasets. If you have any questions or run into any problems with either the data or API, please feel free to open a [GitHub issue](https://github.com/argoai/argoverse2-api/issues)! +## TL;DR + +- Install the API: `pip install av2` +- Read the [instructions](DOWNLOAD.md) to download the data. + ## Overview - [Setup](#setup) -- [Usage](#usage) -- [Testing](#testing-automation) +- [Datasets](#datasets) +- [Testing](#testing) - [Contributing](#contributing) - [Citing](#citing) - [License](#license) @@ -27,45 +32,50 @@ The easiest way to install the API is via [pip](https://pypi.org/project/av2/) b pip install av2 ``` -### Downloading the datasets -Please see [the Download README](DOWNLOAD.md) for detailed instructions on how to download each dataset. +### Datasets + +The _Argoverse 2_ family consists of **four** distinct datasets: -### Argoverse 2 Sensor Dataset +| Dataset Name | Scenarios | Camera Imagery | Lidar| Maps | Additional Information| +| ---------------| --------: | :------------: | :--: | :--: | :--------------------:| +| Sensor | 1,000 | :white_check_mark: | :white_check_mark: | :white_check_mark: | [Sensor Dataset README](src/av2/datasets/sensor/README.md) | +| Lidar | 20,000 | | :white_check_mark: | :white_check_mark: | [Lidar Dataset README](src/av2/datasets/lidar/README.md) | +| Motion Forecasting | 250,000 | | | :white_check_mark: | [Motion Forecasting Dataset README](src/av2/datasets/motion_forecasting/README.md) | +| Map Change (Trust, but Verify) | 1,045 | :white_check_mark: | :white_check_mark: | :white_check_mark: | [Map Change Dataset README](src/av2/datasets/tbv/README.md) | -
+Please see [DOWNLOAD.md](DOWNLOAD.md) for detailed instructions on how to download each dataset. + +
-
-
-Please refer to the [sensor dataset README](src/av2/datasets/sensor/README.md) for additional details.
++
-
-
-Please refer to the [lidar dataset README](src/av2/datasets/lidar/README.md) for additional details.
++
-
-
-
-Please refer to the [motion forecasting dataset README](src/av2/datasets/motion_forecasting/README.md) for additional details.
-
-### Argoverse 2 Map Change Dataset
+