Skip to content

Commit 0a9cc9c

Browse files
authored
Update README.md
1 parent d09bfe9 commit 0a9cc9c

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

README.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ _In terms of ambiguity, the English version shall prevail._
2727
## Table of Contents
2828
- [News](#news)
2929
- [Leaderboard](#leaderboard)
30-
- [Highlight](#highlight---why-we-are-exclusive)
30+
- [Highlight](#highlights---why-exclusive)
3131
- [Task](#task)
3232
- [3D Lane Detection 🛣️](#3d-lane-detection-%EF%B8%8F)
3333
- [Traffic Element Recognition 🚥](#traffic-element-recognition-)
@@ -43,13 +43,13 @@ _In terms of ambiguity, the English version shall prevail._
4343
- [2023/07]
4444
* The test server is re-opened.
4545
- [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.
4747
- [2023/04]
4848
* 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).
4949
* [OpenLane-V2 paper](https://arxiv.org/abs/2304.10440) is available on arXiv.
5050
* 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).
5353
- [2023/02]
5454
* Dataset `v1.0`: Data of `subset_A` released.
5555
* Devkit `v1.0.0`: Initial OpenLane-V2 devkit released.
@@ -61,19 +61,19 @@ _In terms of ambiguity, the English version shall prevail._
6161

6262
## Leaderboard
6363
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).
64-
### AD Challenge at CVPR 2023
64+
### Autonomous Driving Challenge at CVPR 2023
6565
![image](https://github.com/OpenDriveLab/OpenLane-V2/assets/29263416/4c1d7dc5-ce00-40de-8907-71060b6ca2f9)
6666

6767

6868
<p align="right">(<a href="#top">back to top</a>)</p>
6969

70-
## Highlight - why we are exclusive?
70+
## Highlights - why exclusive?
7171

7272
### The world is three-dimensional - Introducing 3D lane
7373
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.
7575

76-
### Be aware of traffic signals - Recognizing Extremely Small road elements
76+
### Be aware of traffic signals - Recognizing Extremely small road elements
7777
Not only preventing collision but also facilitating efficiency is essential.
7878
Vehicles follow predefined traffic rules for self-disciplining and cooperating with others to ensure a safe and efficient traffic system.
7979
**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.
8585
Autonomous vehicles are required to **reason** about the **topology relationships** to drive in the right way.
8686
In this dataset, we hope to shed light on the task of **scene structure perception and reasoning**.
8787

88-
### Data scale and diversity matters - building on Top of Awesome Benchmarks
88+
### Data scale and diversity matters - building on top of renowned Benchmarks
8989
Experience from the sunny day does not apply to the dancing snowflakes.
9090
For machine learning, data is the must-have food.
9191
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
149149
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.
150150

151151
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.
154156
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).
155157

156158
[Download](./data/README.md#download) now to discover our dataset!
@@ -242,6 +244,13 @@ Please use the following citation when referencing OpenLane-V2:
242244
journal={arXiv preprint arXiv:2304.10440},
243245
year={2023}
244246
}
247+
248+
@article{li2023toponet,
249+
title={XXX},
250+
author={XXX},
251+
journal={arXiv preprint arXiv:2304.10440},
252+
year={2023}
253+
}
245254
```
246255

247256

0 commit comments

Comments
 (0)