Skip to content

Commit 2194a94

Browse files
authored
Update title.
1 parent f5c7b0c commit 2194a94

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# HDMapNet_devkit
1+
# HDMapNet, ICRA 2022, CVPR 2021 Workshop best paper nominee
22

3-
Devkit for HDMapNet.
4-
5-
**HDMapNet: A Local Semantic Map Learning and Evaluation Framework**
3+
**HDMapNet: An Online HD Map Construction and Evaluation Framework**
64

75
[Qi Li](https://liqi17thu.github.io/), [Yue Wang](https://people.csail.mit.edu/yuewang/), [Yilun Wang](https://scholar.google.com.hk/citations?user=nUyTDosAAAAJ&hl=en/), [Hang Zhao](http://people.csail.mit.edu/hangzhao/)
86

@@ -12,7 +10,7 @@ Devkit for HDMapNet.
1210
Estimating local semantics from sensory inputs is a central component for high-definition map constructions in autonomous driving. However, traditional pipelines require a vast amount of human efforts and resources in annotating and maintaining the semantics in the map, which limits its scalability. In this paper, we introduce the problem of local semantic map learning, which dynamically constructs the vectorized semantics based on onboard sensor observations. Meanwhile, we introduce a local semantic map learning method, dubbed HDMapNet. HDMapNet encodes image features from surrounding cameras and/or point clouds from LiDAR, and predicts vectorized map elements in the bird's-eye view. We benchmark HDMapNet on nuScenes dataset and show that in all settings, it performs better than baseline methods. Of note, our fusion-based HDMapNet outperforms existing methods by more than 50% in all metrics. In addition, we develop semantic-level and instance-level metrics to evaluate the map learning performance. Finally, we showcase our method is capable of predicting a locally consistent map. By introducing the method and metrics, we invite the community to study this novel map learning problem. Code and evaluation kit will be released to facilitate future development.
1311

1412
**Questions/Requests:**
15-
Please file an [issue](https://github.com/Tsinghua-MARS-Lab/HDMapNet-dev/issues) or email me at [email protected].
13+
Please file an [issue](https://github.com/Tsinghua-MARS-Lab/HDMapNet-dev/issues) or email [email protected].
1614

1715
### Preparation
1816
1. Download [nuScenes dataset](https://www.nuscenes.org/) and put it to `dataset/` folder.
@@ -88,11 +86,11 @@ Run `python export_pred_to_json.py --modelf [checkpoint]` to get submission file
8886
If you found this useful in your research, please consider citing
8987
```
9088
@misc{li2021hdmapnet,
91-
title={HDMapNet: A Local Semantic Map Learning and Evaluation Framework},
89+
title={HDMapNet: An Online HD Map Construction and Evaluation Framework},
9290
author={Qi Li and Yue Wang and Yilun Wang and Hang Zhao},
9391
year={2021},
9492
eprint={2107.06307},
9593
archivePrefix={arXiv},
9694
primaryClass={cs.CV}
9795
}
98-
```
96+
```

0 commit comments

Comments
 (0)