dureduck commited on
Commit
fe308ec
·
verified ·
1 Parent(s): 7c165aa

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +122 -0
meta/info.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "total_videos": 0,
8
+ "total_chunks": 0,
9
+ "chunks_size": 1000,
10
+ "fps": 50,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
13
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
14
+ "features": {
15
+ "observation.images.exterior": {
16
+ "dtype": "video",
17
+ "shape": [
18
+ 240,
19
+ 320,
20
+ 3
21
+ ],
22
+ "names": [
23
+ "height",
24
+ "width",
25
+ "channel"
26
+ ]
27
+ },
28
+ "observation.images.wristcam": {
29
+ "dtype": "video",
30
+ "shape": [
31
+ 240,
32
+ 320,
33
+ 3
34
+ ],
35
+ "names": [
36
+ "height",
37
+ "width",
38
+ "channel"
39
+ ]
40
+ },
41
+ "observation.ee_pose_state": {
42
+ "dtype": "float",
43
+ "shape": [
44
+ 7
45
+ ],
46
+ "names": [
47
+ "state"
48
+ ]
49
+ },
50
+ "observation.gripper_position": {
51
+ "dtype": "float",
52
+ "shape": [
53
+ 1
54
+ ],
55
+ "names": [
56
+ "gripper_position"
57
+ ]
58
+ },
59
+ "actions": {
60
+ "dtype": "float",
61
+ "shape": [
62
+ 8
63
+ ],
64
+ "names": [
65
+ "actions"
66
+ ]
67
+ },
68
+ "observation.velocity": {
69
+ "dtype": "float",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "names": [
74
+ "velocity"
75
+ ]
76
+ },
77
+ "prompt": {
78
+ "dtype": "string",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": [
83
+ "prompt"
84
+ ]
85
+ },
86
+ "timestamp": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 1
90
+ ],
91
+ "names": null
92
+ },
93
+ "frame_index": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "episode_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "task_index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ }
121
+ }
122
+ }