idreesrazak commited on
Commit
745e261
·
verified ·
1 Parent(s): 83caa9a

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:772f1155fc53499b166637953dca0bcce0434c3bd5816d5143501f1bbf0d18f5
3
+ size 20008
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 448}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-10.37109375, 31.025390625, 34.453125, 47.900390625, -19.775390625, -0.38372987508773804], "max": [47.900390625, 196.787109375, 180.87890625, 105.64453125, 65.654296875, 69.68534088134766], "mean": [11.02772331237793, 130.7630157470703, 113.42693328857422, 77.28243255615234, 19.669647216796875, 8.413432121276855], "std": [16.05582618713379, 71.6652603149414, 69.14891052246094, 11.965210914611816, 31.82077407836914, 19.169422149658203], "count": [448]}, "observation.state": {"min": [-9.84375, 30.5859375, 36.650390625, 49.130859375, -19.248046875, 0.8561643958091736], "max": [47.8125, 194.501953125, 181.0546875, 102.041015625, 65.21484375, 68.66438293457031], "mean": [11.014775276184082, 128.4837646484375, 113.36851501464844, 77.21976470947266, 20.18522071838379, 13.537275314331055], "std": [16.07383918762207, 72.1539077758789, 68.35508728027344, 11.386412620544434, 31.964658737182617, 18.950925827026367], "count": [448]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.45485746119281045]], [[0.46069339460784314]], [[0.4858425776143791]]], "std": [[[0.18751053769726989]], [[0.18077134769765463]], [[0.16369670439094913]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.9], "mean": [7.45], "std": [4.3108712705335], "count": [448]}, "frame_index": {"min": [0], "max": [447], "mean": [223.5], "std": [129.32613811600498], "count": [448]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [448]}, "index": {"min": [0], "max": [447], "mean": [223.5], "std": [129.32613811600498], "count": [448]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [448]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 448,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e34de891e56cd16f29d2527e6027bd404ac8b0f21ef4597fd57041a1ed930440
3
+ size 4778262