-
Notifications
You must be signed in to change notification settings - Fork 2
/
structure.txt
55 lines (55 loc) · 922 Bytes
/
structure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
root
|
--- scenes
| |
| --- 20210322194100
| | |
| | --- camera_poses
| | | |
| | | --- 0000.npy-xxxx.npy
| | |
| | --- depth_undistort
| | | |
| | | --- 0000.png-xxxx.png
| | |
| | --- rgb_undistort
| | | |
| | | --- 0000.png-xxxx.png
| | |
| | --- end_effector_pose
| | | |
| | | --- 0000.npy-xxxx.npy
| | |
| | --- seg_masks
| | | |
| | | --- 0000.npy-xxxx.npy
| | |
| | --- vis_masks
| | | |
| | | --- 0000.png-xxxx.png
| | |
| | --- object_poses
| | | |
| | | --- flat_screwdriver.npy
| | | |
| | | ......
| | |
| | --- object_list.txt
| | |
| | --- color_camK.npy
| | |
| | --- pcd_camK.npy
| |
| ......
|
--- rgb_pcd
| |
| --- a_cups.ply
| |
| ......
|
--- object_name_list.txt
|
--- scene_name_list.txt(optional)
|
......