From 7a5c580e5d468227eea917026f35ddd461c74484 Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Thu, 12 May 2022 14:25:32 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 44900d85..928ed79b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ 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/av2-api/issues)! +# Announcements + +- Argoverse competitions are live! + - Argoverse 2 + - [3D Object Detection](https://eval.ai/challenge/1710/overview) + - [Motion Forecasting](https://eval.ai/challenge/1719/overview) + - Argoverse 1 + - [Stereo](https://eval.ai/challenge/1704/overview) + ## TL;DR - Install the API: `pip install av2` From e9151be16863715295fea94b94c8d633e4596f33 Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Thu, 12 May 2022 14:32:50 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 928ed79b..56a7ddb4 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,16 @@ If you have any questions or run into any problems with either the data or API, - Argoverse competitions are live! - Argoverse 2 - - [3D Object Detection](https://eval.ai/challenge/1710/overview) - - [Motion Forecasting](https://eval.ai/challenge/1719/overview) + - 3D Object Detection + - Challenge Link: https://eval.ai/challenge/1710/overview + - Baseline: https://github.com/benjaminrwilson/torchbox3d + - Motion Forecasting + - Challenge Link: https://eval.ai/challenge/1719/overview + - Baseline: Coming soon! - Argoverse 1 - - [Stereo](https://eval.ai/challenge/1704/overview) + - Stereo + - Challenge Link: https://eval.ai/challenge/1704/overview + - Baseline: Coming soon! ## TL;DR From 097021bc1b88ed5902fcb3fd8388c8e3510513d7 Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Thu, 12 May 2022 14:44:50 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56a7ddb4..2442944b 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ 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/av2-api/issues)! -# Announcements +## Announcements -- Argoverse competitions are live! +### Argoverse competitions are live! - Argoverse 2 - 3D Object Detection - Challenge Link: https://eval.ai/challenge/1710/overview From a9591a0430172275bf2fbf1a5238fae5bc184f98 Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Thu, 12 May 2022 19:19:20 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2442944b..6444b23b 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,9 @@ If you have any questions or run into any problems with either the data or API, - Baseline: https://github.com/benjaminrwilson/torchbox3d - Motion Forecasting - Challenge Link: https://eval.ai/challenge/1719/overview - - Baseline: Coming soon! - Argoverse 1 - Stereo - Challenge Link: https://eval.ai/challenge/1704/overview - - Baseline: Coming soon! ## TL;DR