Delete README.MD
Browse files
README.MD
DELETED
@@ -1,36 +0,0 @@
|
|
1 |
-
# OPV2V-H dataset
|
2 |
-
|
3 |
-
Based on the original OPV2V dataset, we supplemented 16-line, 32-line lidar data for each agent, as well as 4 depth cameras. Annotations will be shared with the original OPV2V, so please download the original OPV2V dataset as well.
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
1. Depth Data
|
8 |
-
|
9 |
-
`OPV2V-H-depth.zip ` stores the depth camera data. You can directly uncompress them:
|
10 |
-
|
11 |
-
```
|
12 |
-
unzip OPV2V-H-depth.zip
|
13 |
-
```
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
2. LiDAR Data
|
18 |
-
|
19 |
-
`OPV2V-H-LiDAR-partxx` is a volume-compressed slice. They store 16-line and 32-line LiDAR data. You can unzip them using
|
20 |
-
|
21 |
-
```
|
22 |
-
cat OPV2V-H-LiDAR-part* > OPV2V-H-LiDAR.zip
|
23 |
-
unzip OPV2V-H-LiDAR.zip
|
24 |
-
```
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
A desired output structure will be
|
29 |
-
|
30 |
-
```
|
31 |
-
─ OPV2V_Hetero
|
32 |
-
├── test
|
33 |
-
├── train
|
34 |
-
└── validate
|
35 |
-
```
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|