You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-11Lines changed: 20 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ _In terms of ambiguity, the English version shall prevail._
27
27
## Table of Contents
28
28
-[News](#news)
29
29
-[Leaderboard](#leaderboard)
30
-
-[Highlight](#highlight---why-we-are-exclusive)
30
+
-[Highlight](#highlights---why-exclusive)
31
31
-[Task](#task)
32
32
-[3D Lane Detection 🛣️](#3d-lane-detection-%EF%B8%8F)
33
33
-[Traffic Element Recognition 🚥](#traffic-element-recognition-)
@@ -43,13 +43,13 @@ _In terms of ambiguity, the English version shall prevail._
43
43
-[2023/07]
44
44
* The test server is re-opened.
45
45
-[2023/06]
46
-
* The Challenge at the [CVPR 2023 Workshop](https://opendrivelab.com/AD23Challenge.html) wraps up.~~The test server will be re-opened soon. Please stay tuned!~~
46
+
* The Challenge at the [CVPR 2023 Workshop](https://opendrivelab.com/AD23Challenge.html) wraps up.
47
47
-[2023/04]
48
48
* A strong baseline based on [InternImage](https://github.com/OpenGVLab/InternImage) released. Check out [here](https://github.com/OpenGVLab/InternImage/tree/master/autonomous_driving/openlane-v2).
49
49
*[OpenLane-V2 paper](https://arxiv.org/abs/2304.10440) is available on arXiv.
50
50
* A stronger baseline released. Check out [here](https://github.com/OpenDriveLab/OpenLane-V2/blob/master/plugin/mmdet3d/configs/baseline_large.py).
51
-
-~~[2023/03]~~
52
-
*~~We are hosting a Challenge at the [CVPR 2023 Workshop](https://opendrivelab.com/AD23Challenge.html).~~
51
+
-[2023/03]
52
+
* We are hosting a Challenge at the [CVPR 2023 Workshop](https://opendrivelab.com/AD23Challenge.html).
@@ -61,19 +61,19 @@ _In terms of ambiguity, the English version shall prevail._
61
61
62
62
## Leaderboard
63
63
We maintain a [leaderboard](https://opendrivelab.com/AD23Challenge.html#openlane_topology) and [test server](https://eval.ai/web/challenges/challenge-page/1925/overview) on the task of scene structure perception and reasoning. If you wish to add new / modify results to the leaderboard, please drop us an email following the instruction [here](https://eval.ai/web/challenges/challenge-page/1925/submission).
<palign="right">(<ahref="#top">back to top</a>)</p>
69
69
70
-
## Highlight - why we are exclusive?
70
+
## Highlights - why exclusive?
71
71
72
72
### The world is three-dimensional - Introducing 3D lane
73
73
Previous datasets annotate lanes on images in the perspective view. Such a type of 2D annotation is insufficient to fulfill real-world requirements.
74
-
Following the [OpenLane](https://github.com/OpenDriveLab/OpenLane) dataset, we annotate **lanes in 3D space** to reflect their properties in the real world.
74
+
Following the [OpenLane V1](https://github.com/OpenDriveLab/OpenLane) dataset, we annotate **lanes in 3D space** to reflect their properties in the real world.
75
75
76
-
### Be aware of traffic signals - Recognizing Extremely Small road elements
76
+
### Be aware of traffic signals - Recognizing Extremely small road elements
77
77
Not only preventing collision but also facilitating efficiency is essential.
78
78
Vehicles follow predefined traffic rules for self-disciplining and cooperating with others to ensure a safe and efficient traffic system.
79
79
**Traffic elements** on the roads, such as traffic lights and road signs, provide practical and real-time information.
@@ -85,7 +85,7 @@ Also, lanes have their predecessors and successors to build the map.
85
85
Autonomous vehicles are required to **reason** about the **topology relationships** to drive in the right way.
86
86
In this dataset, we hope to shed light on the task of **scene structure perception and reasoning**.
87
87
88
-
### Data scale and diversity matters - building on Top of Awesome Benchmarks
88
+
### Data scale and diversity matters - building on top of renowned Benchmarks
89
89
Experience from the sunny day does not apply to the dancing snowflakes.
90
90
For machine learning, data is the must-have food.
91
91
We provide annotations on data collected in various cities, from Austin to Singapore and from Boston to Miami.
@@ -149,8 +149,10 @@ The difference is that instead of lane lines, we annotate lane centerlines, whic
149
149
Besides, we provide annotations on traffic elements (traffic lights and road signs) and their attribute, and the topology relationships among lane centerlines and between lane centerlines and traffic elements.
150
150
151
151
The dataset is divided into two subsets.
152
-
**The `subset_A` serves as the primary subset and is utilized for the coming challenges and leaderboard, in which no external data, including the other subset, is allowed**.
153
-
The `subset_B` can be used to test the generalization ability of the model.
152
+
153
+
-**The `subset_A` serves as the primary subset and is utilized for the coming challenges and leaderboard, in which no external data, including the other subset, is allowed**.
154
+
155
+
- The `subset_B` can be used to test the generalization ability of the model.
154
156
For more details, please refer to the corresponding pages: [use of data](./data/README.md), [notes of annotation](./docs/annotation.md), and [dataset statistics](./docs/statistics.md).
155
157
156
158
[Download](./data/README.md#download) now to discover our dataset!
@@ -242,6 +244,13 @@ Please use the following citation when referencing OpenLane-V2:
0 commit comments