drjaisree25 commited on
Commit
a4233ab
·
verified ·
1 Parent(s): 6ba3456

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:51887d79512105e2c52ed1f29f45b6138bc9814d0b621a3d09f599e47ef9e1bd
3
+ size 37411
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a onion and put it in the bin."], "length": 769}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-68.37890625, 74.267578125, 47.021484375, 34.013671875, -12.83203125, -0.09532888978719711], "max": [15.908203125, 191.689453125, 173.935546875, 106.259765625, 81.2109375, 60.05719757080078], "mean": [-23.41468048095703, 124.27467346191406, 91.2463607788086, 66.784912109375, 12.969182014465332, 19.332378387451172], "std": [33.09742736816406, 40.792442321777344, 40.74250030517578, 17.106014251708984, 32.97120666503906, 18.933826446533203], "count": [769]}, "observation.state": {"min": [-67.236328125, 74.443359375, 52.55859375, 37.265625, -12.392578125, 1.480111002922058], "max": [16.083984375, 191.953125, 176.220703125, 97.998046875, 80.859375, 59.38945388793945], "mean": [-23.248613357543945, 122.45036315917969, 93.39617156982422, 66.89482879638672, 12.981754302978516, 25.494754791259766], "std": [32.6865234375, 42.30950927734375, 40.23263168334961, 15.981966018676758, 32.872535705566406, 21.209640502929688], "count": [769]}, "observation.images.armcam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3036871068918435]], [[0.2850017207225356]], [[0.29360523687214607]]], "std": [[[0.1311119958240228]], [[0.1496866131717052]], [[0.147129530545965]]], "count": [146]}, "observation.images.webcam0": {"min": [[[0.011764705882352941]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5086067827245053]], [[0.4988243114311935]], [[0.4841350921076193]]], "std": [[[0.19140705467095703]], [[0.18862908021499145]], [[0.18233274187585144]]], "count": [146]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.8], "std": [7.39969969360619], "count": [769]}, "frame_index": {"min": [0], "max": [768], "mean": [384.0], "std": [221.99099080818573], "count": [769]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [769]}, "index": {"min": [0], "max": [768], "mean": [384.0], "std": [221.99099080818573], "count": [769]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [769]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 769,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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.armcam": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.webcam0": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a onion and put it in the bin."}
videos/chunk-000/observation.images.armcam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8acebd0ff5947683d266334767d141df708e70fa82d077a52670b8159cc50136
3
+ size 1633828
videos/chunk-000/observation.images.webcam0/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:780c1af1a252958db72bbc5bd9e4a9b471e268e66f439fdf3bcc36dc96c24e5f
3
+ size 3463121