clean-up
#1
by
veetinator
- opened
README.md
CHANGED
@@ -1,16 +1,3 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
task_categories:
|
4 |
-
- image-segmentation
|
5 |
-
- image-classification
|
6 |
-
language:
|
7 |
-
- en
|
8 |
-
tags:
|
9 |
-
- code
|
10 |
-
pretty_name: RoadLine Marking Dataset
|
11 |
-
size_categories:
|
12 |
-
- 1K<n<10K
|
13 |
-
---
|
14 |
# Road Line and Marking Segmentation Dataset (RLMD)
|
15 |
|
16 |
This repository contains dataset and additional information for paper [RLMD: A Dataset for Road Marking Segmentation](https://ieeexplore.ieee.org/document/10226935).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Road Line and Marking Segmentation Dataset (RLMD)
|
2 |
|
3 |
This repository contains dataset and additional information for paper [RLMD: A Dataset for Road Marking Segmentation](https://ieeexplore.ieee.org/document/10226935).
|
rlmd.csv
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
0,background,0,0,0
|
2 |
+
1,box junction,255,242,0
|
3 |
+
2,crosswalk,34,117,76
|
4 |
+
3,stop line,61,72,204
|
5 |
+
4,solid single white,237,28,36
|
6 |
+
5,solid single yellow,163,73,164
|
7 |
+
6,solid single red,185,122,87
|
8 |
+
7,solid double white,136,0,21
|
9 |
+
8,solid double yellow,112,146,190
|
10 |
+
9,dashed single white,181,230,29
|
11 |
+
10,dashed single yellow,153,217,234
|
12 |
+
11,left arrow,158,159,76
|
13 |
+
12,straight arrow,121,138,134
|
14 |
+
13,right arrow,41,64,96
|
15 |
+
14,left straight arrow,7,102,146
|
16 |
+
15,right straight arrow,247,153,255
|
17 |
+
16,channelizing line,255,204,153
|
18 |
+
17,motor prohibited,155,255,153
|
19 |
+
18,slow,255,153,173
|
20 |
+
19,motor priority lane,230,224,147
|
21 |
+
20,motor waiting zone,35,27,87
|
22 |
+
21,left turn box,193,158,155
|
23 |
+
22,motor icon,109,29,78
|
24 |
+
23,bike icon,3,164,204
|
25 |
+
24,parking lot,175,157,185
|