ethantqiu commited on
Commit
db111cf
·
verified ·
1 Parent(s): 0538506

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +116 -0
meta/info.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": null,
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.state.right": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 6
19
+ ],
20
+ "names": [
21
+ "j_0",
22
+ "j_1",
23
+ "j_2",
24
+ "j_3",
25
+ "j_4",
26
+ "j_5"
27
+ ]
28
+ },
29
+ "action.right": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 6
33
+ ],
34
+ "names": [
35
+ "c_0",
36
+ "c_1",
37
+ "c_2",
38
+ "c_3",
39
+ "c_4",
40
+ "c_5"
41
+ ]
42
+ },
43
+ "observation.touch.right": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 30
47
+ ],
48
+ "names": null
49
+ },
50
+ "observation.optitrack.umi_right": {
51
+ "dtype": "float32",
52
+ "shape": [
53
+ 7
54
+ ],
55
+ "names": [
56
+ "x",
57
+ "y",
58
+ "z",
59
+ "qw",
60
+ "qx",
61
+ "qy",
62
+ "qz"
63
+ ]
64
+ },
65
+ "observation.camera_pose.umi_right": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 7
69
+ ],
70
+ "names": [
71
+ "x",
72
+ "y",
73
+ "z",
74
+ "qw",
75
+ "qx",
76
+ "qy",
77
+ "qz"
78
+ ]
79
+ },
80
+ "timestamp": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "names": null
86
+ },
87
+ "frame_index": {
88
+ "dtype": "int64",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "names": null
93
+ },
94
+ "episode_index": {
95
+ "dtype": "int64",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "task_index": {
109
+ "dtype": "int64",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": null
114
+ }
115
+ }
116
+ }