Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
Segment Anything Model for Road Network Graph Extraction
|
6 |
+
|
7 |
+
https://arxiv.org/pdf/2403.16051.pdf
|
8 |
+
|
9 |
+
https://github.com/htcr/sam_road
|
10 |
+
|
11 |
+
The paper has been accepted by IEEE/CVF Computer Vision and Pattern Recognition Conference (CVPR) 2024, 2nd Workshop on Scene Graphs and Graph Representation Learning.
|
12 |
+
|
13 |
+
@article{hetang2024segment,
|
14 |
+
title={Segment Anything Model for Road Network Graph Extraction},
|
15 |
+
author={Hetang, Congrui and Xue, Haoru and Le, Cindy and Yue, Tianwei and Wang, Wenping and He, Yihui},
|
16 |
+
journal={arXiv preprint arXiv:2403.16051},
|
17 |
+
year={2024}
|
18 |
+
}
|