Update
Browse files- README.md +12 -0
- data/test_v2.json +2 -2
- data/train_v2.json +2 -2
- data/val_v2.json +2 -2
README.md
CHANGED
@@ -28,6 +28,18 @@ Tencent, University of Illinois at Urbana-Champaign, Purdue University, Universi
|
|
28 |
|----test_v2.json
|
29 |
```
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
### Reference
|
33 |
|
|
|
28 |
|----test_v2.json
|
29 |
```
|
30 |
|
31 |
+
### Input
|
32 |
+
|
33 |
+
The input data includes the forward view and back left/right view of the scene.
|
34 |
+
|
35 |
+
![Forward](./data/images/FR1/photo_forward.jpg) ![Left_back](./data/images/FR1/photo_lef_back.jpg)
|
36 |
+
![Right_back](./data/images/FR1/photo_rig_back.jpg)
|
37 |
+
|
38 |
+
|
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 standrad to product HD map.
|
43 |
|
44 |
### Reference
|
45 |
|
data/test_v2.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:894dc1940fbcc941c2b83072914d8bee9317957857bde96ef6b01b1b867697f0
|
3 |
+
size 6768119
|
data/train_v2.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0457e972ed6e2436675dfe958fbbd801e17cc730838995fcbec00301e8c3dbc
|
3 |
+
size 48590758
|
data/val_v2.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:222139331c2d28fcb64abc1cc17af0374c21be3967c48f26ae256c3d8b9c4781
|
3 |
+
size 6758470
|