Heart22 commited on
Commit
f879640
·
verified ·
1 Parent(s): 602e784

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +143 -3
README.md CHANGED
@@ -1,3 +1,143 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ {
5
+ "codebase_version": "v2.1",
6
+ "robot_type": "openarm_dual",
7
+ "total_episodes": 1,
8
+ "total_frames": 85,
9
+ "total_tasks": 1,
10
+ "total_videos": 3,
11
+ "total_chunks": 1,
12
+ "chunks_size": 1000,
13
+ "fps": 10,
14
+ "splits": {
15
+ "train": "0:1"
16
+ },
17
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
18
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
19
+ "features": {
20
+ "image": {
21
+ "dtype": "video",
22
+ "shape": [
23
+ 224,
24
+ 224,
25
+ 3
26
+ ],
27
+ "names": [
28
+ "height",
29
+ "width",
30
+ "channel"
31
+ ],
32
+ "info": {
33
+ "video.height": 224,
34
+ "video.width": 224,
35
+ "video.codec": "av1",
36
+ "video.pix_fmt": "yuv420p",
37
+ "video.is_depth_map": false,
38
+ "video.fps": 10,
39
+ "video.channels": 3,
40
+ "has_audio": false
41
+ }
42
+ },
43
+ "hand_left_image": {
44
+ "dtype": "video",
45
+ "shape": [
46
+ 224,
47
+ 224,
48
+ 3
49
+ ],
50
+ "names": [
51
+ "height",
52
+ "width",
53
+ "channel"
54
+ ],
55
+ "info": {
56
+ "video.height": 224,
57
+ "video.width": 224,
58
+ "video.codec": "av1",
59
+ "video.pix_fmt": "yuv420p",
60
+ "video.is_depth_map": false,
61
+ "video.fps": 10,
62
+ "video.channels": 3,
63
+ "has_audio": false
64
+ }
65
+ },
66
+ "hand_right_image": {
67
+ "dtype": "video",
68
+ "shape": [
69
+ 224,
70
+ 224,
71
+ 3
72
+ ],
73
+ "names": [
74
+ "height",
75
+ "width",
76
+ "channel"
77
+ ],
78
+ "info": {
79
+ "video.height": 224,
80
+ "video.width": 224,
81
+ "video.codec": "av1",
82
+ "video.pix_fmt": "yuv420p",
83
+ "video.is_depth_map": false,
84
+ "video.fps": 10,
85
+ "video.channels": 3,
86
+ "has_audio": false
87
+ }
88
+ },
89
+ "state": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 16
93
+ ],
94
+ "names": [
95
+ "joint_and_gripper_positions"
96
+ ]
97
+ },
98
+ "actions": {
99
+ "dtype": "float32",
100
+ "shape": [
101
+ 16
102
+ ],
103
+ "names": [
104
+ "joint_and_gripper_targets"
105
+ ]
106
+ },
107
+ "timestamp": {
108
+ "dtype": "float32",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "frame_index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "episode_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "task_index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ }
142
+ }
143
+ }