Update readme
Browse files
README.md
CHANGED
@@ -39,7 +39,21 @@ The input data includes the forward view and back left/right view of the scene.
|
|
39 |
And the projected BEV image of the 3D point cloud.
|
40 |
![BEV](./data/images/FR1/point_cloud_bev.jpg)
|
41 |
|
42 |
-
All of our data are following the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
### Reference
|
45 |
|
|
|
39 |
And the projected BEV image of the 3D point cloud.
|
40 |
![BEV](./data/images/FR1/point_cloud_bev.jpg)
|
41 |
|
42 |
+
All of our data are following the standard to produce HD map. Note, the participants do not have to use all inputs in the challenge. The HD map annotation will not be released in this version.
|
43 |
+
|
44 |
+
### Task
|
45 |
+
|
46 |
+
1. What kind of road scene is it in the images? (SCN)
|
47 |
+
2. What is the point cloud data quality in current road area of this image? (QLT)
|
48 |
+
3. Is there any road cross, intersection or lane change zone in the main road? (INT)
|
49 |
+
4. How many lanes in current road? (LAN)*
|
50 |
+
5. Describe the lane attributes on the current road. (DES)*
|
51 |
+
6. Describe all aspects of the current driving scene in detail. (CAP)*
|
52 |
+
7. Identify any unusual objects visible in the image. (OBJ)*
|
53 |
+
8. Predict the lane change behavior of the ego vehicle. (MOVE)*
|
54 |
+
9. Predict the speed behavior of the ego vehicle. (SPEED)*
|
55 |
+
|
56 |
+
*Some questions may not occur for all sample cases.
|
57 |
|
58 |
### Reference
|
59 |
|