Datasets:

Languages:
English
ArXiv:
License:
Gaaaavin commited on
Commit
1bfeb30
β€’
1 Parent(s): a6fdefb

Create README.md

Browse files
Files changed (1) hide show
  1. OCFBench-nuScenes/README.md +39 -0
OCFBench-nuScenes/README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```
2
+ OCFBench-nuScenes
3
+ β”œβ”€β”€ calib # Camera calibration
4
+ | β”œβ”€β”€ 0000 # scene index
5
+ | | β”œβ”€β”€ CAM_NAME_intrinsic.bin # 3x3 camera intrinsic
6
+ | | β”œβ”€β”€ CAM_NAME_extrinsic.BIN # 4x4 camera extrinsic w.r.t. ego-vehicle
7
+ | | β”œβ”€β”€ ...
8
+ | β”œβ”€β”€ ...
9
+
10
+ β”œβ”€β”€ cam_pose
11
+ | β”œβ”€β”€ 0000 # scene index
12
+ | | β”œβ”€β”€ 0000_pose.bin # 4x4 ego-vehicle pose w.r.t. global coordinate
13
+ | | β”œβ”€β”€ 0001_pose.bin
14
+ | | β”œβ”€β”€ ...
15
+ | β”œβ”€β”€ ...
16
+
17
+ β”œβ”€β”€ image
18
+ | β”œβ”€β”€ 0000 # scene index
19
+ | | β”œβ”€β”€ 0000_CAM_NAME.jpg
20
+ | | β”œβ”€β”€ 0001_CAM_NAME.jpg
21
+ | | β”œβ”€β”€ ...
22
+ | β”œβ”€β”€ ...
23
+
24
+ β”œβ”€β”€ image
25
+ | β”œβ”€β”€ 1_2 # 1/2 downsample
26
+ | | β”œβ”€β”€ ... # same as image folder
27
+ | β”œβ”€β”€ 1_4 # 1/4 downsample
28
+ | | β”œβ”€β”€ ...
29
+
30
+ β”œβ”€β”€ voxel
31
+ | β”œβ”€β”€ 0000 # scene index
32
+ | | β”œβ”€β”€ 0010_input.npy # Start from 10th frame
33
+ | | β”œβ”€β”€ 0010_label.npy
34
+ | | β”œβ”€β”€ 0010_invalid.npy
35
+ | | β”œβ”€β”€ ...
36
+ | β”œβ”€β”€ ...
37
+
38
+ β”œβ”€β”€ vis # Optional
39
+ ```