prerit2k commited on
Commit
066fc6c
·
verified ·
1 Parent(s): 1f44c69

Upload folder using huggingface_hub

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
README.md ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - first collection
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+ ## Dataset Description
16
+
17
+
18
+
19
+ - **Homepage:** [More Information Needed]
20
+ - **Paper:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.1",
29
+ "trossen_subversion": "v1.0",
30
+ "robot_type": "trossen_ai_solo",
31
+ "total_episodes": 1,
32
+ "total_frames": 144,
33
+ "total_tasks": 1,
34
+ "total_videos": 2,
35
+ "total_chunks": 1,
36
+ "chunks_size": 1000,
37
+ "fps": 30,
38
+ "splits": {
39
+ "train": "0:1"
40
+ },
41
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
42
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
43
+ "features": {
44
+ "action": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 7
48
+ ],
49
+ "names": [
50
+ "main_joint_0",
51
+ "main_joint_1",
52
+ "main_joint_2",
53
+ "main_joint_3",
54
+ "main_joint_4",
55
+ "main_joint_5",
56
+ "main_joint_6"
57
+ ]
58
+ },
59
+ "observation.state": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 7
63
+ ],
64
+ "names": [
65
+ "main_joint_0",
66
+ "main_joint_1",
67
+ "main_joint_2",
68
+ "main_joint_3",
69
+ "main_joint_4",
70
+ "main_joint_5",
71
+ "main_joint_6"
72
+ ]
73
+ },
74
+ "observation.images.cam_main": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 360,
78
+ 640,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ],
86
+ "info": {
87
+ "video.fps": 30.0,
88
+ "video.height": 360,
89
+ "video.width": 640,
90
+ "video.channels": 3,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "observation.images.cam_wrist": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 360,
101
+ 640,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ],
109
+ "info": {
110
+ "video.fps": 30.0,
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.channels": 3,
114
+ "video.codec": "av1",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "timestamp": {
121
+ "dtype": "float32",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "frame_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "episode_index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "task_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ }
155
+ }
156
+ }
157
+ ```
158
+
159
+
160
+ ## Citation
161
+
162
+ **BibTeX:**
163
+
164
+ ```bibtex
165
+ [More Information Needed]
166
+ ```
data/.DS_Store ADDED
Binary file (6.15 kB). View file
 
data/chunk-000/.DS_Store ADDED
Binary file (6.15 kB). View file
 
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd2c5f9cce57863b89b1084fbdfa8835199237e09aa6c1b625e5748fff5437bf
3
+ size 8643
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd2c5f9cce57863b89b1084fbdfa8835199237e09aa6c1b625e5748fff5437bf
3
+ size 8643
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd2c5f9cce57863b89b1084fbdfa8835199237e09aa6c1b625e5748fff5437bf
3
+ size 8643
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd2c5f9cce57863b89b1084fbdfa8835199237e09aa6c1b625e5748fff5437bf
3
+ size 8643
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd2c5f9cce57863b89b1084fbdfa8835199237e09aa6c1b625e5748fff5437bf
3
+ size 8643
meta/episodes.jsonl ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Bench 01 Testing"], "length": 144}
2
+ {"episode_index": 1, "tasks": ["Bench 01 Testing"], "length": 144}
3
+ {"episode_index": 2, "tasks": ["Bench 01 Testing"], "length": 144}
4
+ {"episode_index": 3, "tasks": ["Bench 01 Testing"], "length": 144}
5
+ {"episode_index": 4, "tasks": ["Bench 01 Testing"], "length": 144}
6
+
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.000572213320992887, 1.0362783670425415, 0.5235751867294312, 0.6086442470550537, 0.00019073777366429567, 0.00019073777366429567, 5.0067901611328125e-06], "max": [-0.00019073777366429567, 1.0473411083221436, 0.5235751867294312, 0.6311513185501099, 0.0009536888683214784, 0.000572213320992887, 0.04014338552951813], "mean": [-0.00029670362710021436, 1.041614294052124, 0.5235748887062073, 0.6229044795036316, 0.0007497051847167313, 0.0003311419568490237, 0.0141132902354002], "std": [0.00017086406296584755, 0.0052726492285728455, 2.980232238769531e-07, 0.008617974817752838, 0.00022885535145178437, 0.0001839766337070614, 0.017007935792207718], "count": [144]}, "observation.state": {"min": [-0.000572213320992887, 1.035896897315979, 0.5231937170028687, 0.6082627773284912, -0.00019073777366429567, -0.00019073777366429567, 4.9211084842681885e-06], "max": [-0.00019073777366429567, 1.046959638595581, 0.5235751867294312, 0.6307697892189026, 0.000572213320992887, 0.00019073777366429567, 0.0400732047855854], "mean": [-0.0005563178565353155, 1.041489839553833, 0.5232967138290405, 0.623092532157898, 0.0004079665523022413, 7.947403355501592e-05, 0.01354830339550972], "std": [7.622886914759874e-05, 0.005331576336175203, 0.00016952170699369162, 0.00848203431814909, 0.00021397409727796912, 0.00017339190526399761, 0.016814367845654488], "count": [144]}, "observation.images.cam_main": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3951139270152505]], [[0.37341102124183007]], [[0.34830238289760346]]], "std": [[[0.28963260775497573]], [[0.24255627814972655]], [[0.22104256088074933]]], "count": [100]}, "observation.images.cam_wrist": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4012279411764706]], [[0.3949550381263616]], [[0.37130943082788676]]], "std": [[[0.1619479275289132]], [[0.14686747551975549]], [[0.15306443373316508]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.766666666666667], "mean": [2.3833333333333333], "std": [1.3856072341783612], "count": [144]}, "frame_index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}, "index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}}}
2
+ {"episode_index": 1, "stats": {"action": {"min": [-0.000572213320992887, 1.0362783670425415, 0.5235751867294312, 0.6086442470550537, 0.00019073777366429567, 0.00019073777366429567, 5.0067901611328125e-06], "max": [-0.00019073777366429567, 1.0473411083221436, 0.5235751867294312, 0.6311513185501099, 0.0009536888683214784, 0.000572213320992887, 0.04014338552951813], "mean": [-0.00029670362710021436, 1.041614294052124, 0.5235748887062073, 0.6229044795036316, 0.0007497051847167313, 0.0003311419568490237, 0.0141132902354002], "std": [0.00017086406296584755, 0.0052726492285728455, 2.980232238769531e-07, 0.008617974817752838, 0.00022885535145178437, 0.0001839766337070614, 0.017007935792207718], "count": [144]}, "observation.state": {"min": [-0.000572213320992887, 1.035896897315979, 0.5231937170028687, 0.6082627773284912, -0.00019073777366429567, -0.00019073777366429567, 4.9211084842681885e-06], "max": [-0.00019073777366429567, 1.046959638595581, 0.5235751867294312, 0.6307697892189026, 0.000572213320992887, 0.00019073777366429567, 0.0400732047855854], "mean": [-0.0005563178565353155, 1.041489839553833, 0.5232967138290405, 0.623092532157898, 0.0004079665523022413, 7.947403355501592e-05, 0.01354830339550972], "std": [7.622886914759874e-05, 0.005331576336175203, 0.00016952170699369162, 0.00848203431814909, 0.00021397409727796912, 0.00017339190526399761, 0.016814367845654488], "count": [144]}, "observation.images.cam_main": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3951139270152505]], [[0.37341102124183007]], [[0.34830238289760346]]], "std": [[[0.28963260775497573]], [[0.24255627814972655]], [[0.22104256088074933]]], "count": [100]}, "observation.images.cam_wrist": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4012279411764706]], [[0.3949550381263616]], [[0.37130943082788676]]], "std": [[[0.1619479275289132]], [[0.14686747551975549]], [[0.15306443373316508]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.766666666666667], "mean": [2.3833333333333333], "std": [1.3856072341783612], "count": [144]}, "frame_index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}, "index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}}}
3
+ {"episode_index": 2, "stats": {"action": {"min": [-0.000572213320992887, 1.0362783670425415, 0.5235751867294312, 0.6086442470550537, 0.00019073777366429567, 0.00019073777366429567, 5.0067901611328125e-06], "max": [-0.00019073777366429567, 1.0473411083221436, 0.5235751867294312, 0.6311513185501099, 0.0009536888683214784, 0.000572213320992887, 0.04014338552951813], "mean": [-0.00029670362710021436, 1.041614294052124, 0.5235748887062073, 0.6229044795036316, 0.0007497051847167313, 0.0003311419568490237, 0.0141132902354002], "std": [0.00017086406296584755, 0.0052726492285728455, 2.980232238769531e-07, 0.008617974817752838, 0.00022885535145178437, 0.0001839766337070614, 0.017007935792207718], "count": [144]}, "observation.state": {"min": [-0.000572213320992887, 1.035896897315979, 0.5231937170028687, 0.6082627773284912, -0.00019073777366429567, -0.00019073777366429567, 4.9211084842681885e-06], "max": [-0.00019073777366429567, 1.046959638595581, 0.5235751867294312, 0.6307697892189026, 0.000572213320992887, 0.00019073777366429567, 0.0400732047855854], "mean": [-0.0005563178565353155, 1.041489839553833, 0.5232967138290405, 0.623092532157898, 0.0004079665523022413, 7.947403355501592e-05, 0.01354830339550972], "std": [7.622886914759874e-05, 0.005331576336175203, 0.00016952170699369162, 0.00848203431814909, 0.00021397409727796912, 0.00017339190526399761, 0.016814367845654488], "count": [144]}, "observation.images.cam_main": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3951139270152505]], [[0.37341102124183007]], [[0.34830238289760346]]], "std": [[[0.28963260775497573]], [[0.24255627814972655]], [[0.22104256088074933]]], "count": [100]}, "observation.images.cam_wrist": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4012279411764706]], [[0.3949550381263616]], [[0.37130943082788676]]], "std": [[[0.1619479275289132]], [[0.14686747551975549]], [[0.15306443373316508]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.766666666666667], "mean": [2.3833333333333333], "std": [1.3856072341783612], "count": [144]}, "frame_index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}, "index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}}}
4
+ {"episode_index": 3, "stats": {"action": {"min": [-0.000572213320992887, 1.0362783670425415, 0.5235751867294312, 0.6086442470550537, 0.00019073777366429567, 0.00019073777366429567, 5.0067901611328125e-06], "max": [-0.00019073777366429567, 1.0473411083221436, 0.5235751867294312, 0.6311513185501099, 0.0009536888683214784, 0.000572213320992887, 0.04014338552951813], "mean": [-0.00029670362710021436, 1.041614294052124, 0.5235748887062073, 0.6229044795036316, 0.0007497051847167313, 0.0003311419568490237, 0.0141132902354002], "std": [0.00017086406296584755, 0.0052726492285728455, 2.980232238769531e-07, 0.008617974817752838, 0.00022885535145178437, 0.0001839766337070614, 0.017007935792207718], "count": [144]}, "observation.state": {"min": [-0.000572213320992887, 1.035896897315979, 0.5231937170028687, 0.6082627773284912, -0.00019073777366429567, -0.00019073777366429567, 4.9211084842681885e-06], "max": [-0.00019073777366429567, 1.046959638595581, 0.5235751867294312, 0.6307697892189026, 0.000572213320992887, 0.00019073777366429567, 0.0400732047855854], "mean": [-0.0005563178565353155, 1.041489839553833, 0.5232967138290405, 0.623092532157898, 0.0004079665523022413, 7.947403355501592e-05, 0.01354830339550972], "std": [7.622886914759874e-05, 0.005331576336175203, 0.00016952170699369162, 0.00848203431814909, 0.00021397409727796912, 0.00017339190526399761, 0.016814367845654488], "count": [144]}, "observation.images.cam_main": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3951139270152505]], [[0.37341102124183007]], [[0.34830238289760346]]], "std": [[[0.28963260775497573]], [[0.24255627814972655]], [[0.22104256088074933]]], "count": [100]}, "observation.images.cam_wrist": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4012279411764706]], [[0.3949550381263616]], [[0.37130943082788676]]], "std": [[[0.1619479275289132]], [[0.14686747551975549]], [[0.15306443373316508]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.766666666666667], "mean": [2.3833333333333333], "std": [1.3856072341783612], "count": [144]}, "frame_index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}, "index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}}}
5
+ {"episode_index": 4, "stats": {"action": {"min": [-0.000572213320992887, 1.0362783670425415, 0.5235751867294312, 0.6086442470550537, 0.00019073777366429567, 0.00019073777366429567, 5.0067901611328125e-06], "max": [-0.00019073777366429567, 1.0473411083221436, 0.5235751867294312, 0.6311513185501099, 0.0009536888683214784, 0.000572213320992887, 0.04014338552951813], "mean": [-0.00029670362710021436, 1.041614294052124, 0.5235748887062073, 0.6229044795036316, 0.0007497051847167313, 0.0003311419568490237, 0.0141132902354002], "std": [0.00017086406296584755, 0.0052726492285728455, 2.980232238769531e-07, 0.008617974817752838, 0.00022885535145178437, 0.0001839766337070614, 0.017007935792207718], "count": [144]}, "observation.state": {"min": [-0.000572213320992887, 1.035896897315979, 0.5231937170028687, 0.6082627773284912, -0.00019073777366429567, -0.00019073777366429567, 4.9211084842681885e-06], "max": [-0.00019073777366429567, 1.046959638595581, 0.5235751867294312, 0.6307697892189026, 0.000572213320992887, 0.00019073777366429567, 0.0400732047855854], "mean": [-0.0005563178565353155, 1.041489839553833, 0.5232967138290405, 0.623092532157898, 0.0004079665523022413, 7.947403355501592e-05, 0.01354830339550972], "std": [7.622886914759874e-05, 0.005331576336175203, 0.00016952170699369162, 0.00848203431814909, 0.00021397409727796912, 0.00017339190526399761, 0.016814367845654488], "count": [144]}, "observation.images.cam_main": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3951139270152505]], [[0.37341102124183007]], [[0.34830238289760346]]], "std": [[[0.28963260775497573]], [[0.24255627814972655]], [[0.22104256088074933]]], "count": [100]}, "observation.images.cam_wrist": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4012279411764706]], [[0.3949550381263616]], [[0.37130943082788676]]], "std": [[[0.1619479275289132]], [[0.14686747551975549]], [[0.15306443373316508]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.766666666666667], "mean": [2.3833333333333333], "std": [1.3856072341783612], "count": [144]}, "frame_index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}, "index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}}}
meta/info.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "trossen_subversion": "v1.0",
4
+ "robot_type": "trossen_ai_solo",
5
+ "total_episodes": 5,
6
+ "total_frames": 720,
7
+ "total_tasks": 1,
8
+ "total_videos": 10,
9
+ "total_chunks": 1,
10
+ "chunks_size": 1000,
11
+ "fps": 30,
12
+ "splits": {
13
+ "train": "0:2"
14
+ },
15
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
16
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
17
+ "features": {
18
+ "action": {
19
+ "dtype": "float32",
20
+ "shape": [
21
+ 7
22
+ ],
23
+ "names": [
24
+ "main_joint_0",
25
+ "main_joint_1",
26
+ "main_joint_2",
27
+ "main_joint_3",
28
+ "main_joint_4",
29
+ "main_joint_5",
30
+ "main_joint_6"
31
+ ]
32
+ },
33
+ "observation.state": {
34
+ "dtype": "float32",
35
+ "shape": [
36
+ 7
37
+ ],
38
+ "names": [
39
+ "main_joint_0",
40
+ "main_joint_1",
41
+ "main_joint_2",
42
+ "main_joint_3",
43
+ "main_joint_4",
44
+ "main_joint_5",
45
+ "main_joint_6"
46
+ ]
47
+ },
48
+ "observation.images.cam_main": {
49
+ "dtype": "video",
50
+ "shape": [
51
+ 360,
52
+ 640,
53
+ 3
54
+ ],
55
+ "names": [
56
+ "height",
57
+ "width",
58
+ "channels"
59
+ ],
60
+ "info": {
61
+ "video.fps": 30.0,
62
+ "video.height": 360,
63
+ "video.width": 640,
64
+ "video.channels": 3,
65
+ "video.codec": "av1",
66
+ "video.pix_fmt": "yuv420p",
67
+ "video.is_depth_map": false,
68
+ "has_audio": false
69
+ }
70
+ },
71
+ "observation.images.cam_wrist": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 360,
75
+ 640,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ],
83
+ "info": {
84
+ "video.fps": 30.0,
85
+ "video.height": 360,
86
+ "video.width": 640,
87
+ "video.channels": 3,
88
+ "video.codec": "av1",
89
+ "video.pix_fmt": "yuv420p",
90
+ "video.is_depth_map": false,
91
+ "has_audio": false
92
+ }
93
+ },
94
+ "timestamp": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "frame_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "episode_index": {
109
+ "dtype": "int64",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": null
114
+ },
115
+ "index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "task_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ }
129
+ }
130
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Bench 01 Testing"}
videos/.DS_Store ADDED
Binary file (6.15 kB). View file
 
videos/chunk-000/.DS_Store ADDED
Binary file (6.15 kB). View file
 
videos/chunk-000/observation.images.cam_main/.DS_Store ADDED
Binary file (6.15 kB). View file
 
videos/chunk-000/observation.images.cam_main/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c2242b33d012e0c51afd9d60c251aa6cc2afc97504fbcba6ba40cb0133a661
3
+ size 908173
videos/chunk-000/observation.images.cam_main/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c2242b33d012e0c51afd9d60c251aa6cc2afc97504fbcba6ba40cb0133a661
3
+ size 908173
videos/chunk-000/observation.images.cam_main/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c2242b33d012e0c51afd9d60c251aa6cc2afc97504fbcba6ba40cb0133a661
3
+ size 908173
videos/chunk-000/observation.images.cam_main/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c2242b33d012e0c51afd9d60c251aa6cc2afc97504fbcba6ba40cb0133a661
3
+ size 908173
videos/chunk-000/observation.images.cam_main/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c2242b33d012e0c51afd9d60c251aa6cc2afc97504fbcba6ba40cb0133a661
3
+ size 908173
videos/chunk-000/observation.images.cam_wrist/.DS_Store ADDED
Binary file (6.15 kB). View file
 
videos/chunk-000/observation.images.cam_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3590795263bf6fc5c9a1d3747d113d3a896d7e78c3ce957735043339168c96fe
3
+ size 757009
videos/chunk-000/observation.images.cam_wrist/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3590795263bf6fc5c9a1d3747d113d3a896d7e78c3ce957735043339168c96fe
3
+ size 757009
videos/chunk-000/observation.images.cam_wrist/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3590795263bf6fc5c9a1d3747d113d3a896d7e78c3ce957735043339168c96fe
3
+ size 757009
videos/chunk-000/observation.images.cam_wrist/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3590795263bf6fc5c9a1d3747d113d3a896d7e78c3ce957735043339168c96fe
3
+ size 757009
videos/chunk-000/observation.images.cam_wrist/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3590795263bf6fc5c9a1d3747d113d3a896d7e78c3ce957735043339168c96fe
3
+ size 757009