Datasets:

IrohXu commited on
Commit
4167fce
1 Parent(s): 463f42a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1,3 +1,58 @@
1
  ---
2
  license: cc-by-nc-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-3.0
3
  ---
4
+
5
+ ## MAPLM: A Real-World Large-Scale Vision-Language Benchmark for Map and Traffic Scene Understanding
6
+
7
+ ### This is the version 2.0 for WACV 2025 LLVM-AD Challenge.
8
+
9
+ Tencent, University of Illinois at Urbana-Champaign, Purdue University, University of Virginia
10
+
11
+ ### Dataset Structure
12
+ ```
13
+ ----data
14
+ |----images
15
+ | |----FR1
16
+ | | |----photo_forward.jpg
17
+ | | |----photo_lef_back.jpg
18
+ | | |----photo_rig_back.jpg
19
+ | | |----point_cloud_bev.jpg
20
+ | |----FR2
21
+ | | |----photo_forward.jpg
22
+ | | |----photo_lef_back.jpg
23
+ | | |----photo_rig_back.jpg
24
+ | | |----point_cloud_bev.jpg
25
+ | ...
26
+ |----train_v2.json
27
+ |----val_v2.json
28
+ |----test_v2.json
29
+ ```
30
+
31
+
32
+ ### Reference
33
+
34
+ When using this resource, please cite:
35
+
36
+ ```
37
+ @inproceedings{cao2024maplm,
38
+ title={MAPLM: A Real-World Large-Scale Vision-Language Benchmark for Map and Traffic Scene Understanding},
39
+ author={Cao, Xu and Zhou, Tong and Ma, Yunsheng and Ye, Wenqian and Cui, Can and Tang, Kun and Cao, Zhipeng and Liang, Kaizhao and Wang, Ziran and Rehg, James M and others},
40
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
41
+ pages={21819--21830},
42
+ year={2024}
43
+ }
44
+ ```
45
+
46
+ ```
47
+ @inproceedings{tang2023thma,
48
+ title={Thma: Tencent hd map ai system for creating hd map annotations},
49
+ author={Tang, Kun and Cao, Xu and Cao, Zhipeng and Zhou, Tong and Li, Erlong and Liu, Ao and Zou, Shengtao and Liu, Chang and Mei, Shuqi and Sizikova, Elena and others},
50
+ booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
51
+ volume={37},
52
+ number={13},
53
+ pages={15585--15593},
54
+ year={2023}
55
+ }
56
+ ```
57
+
58
+