markstev commited on
Commit
1efd00d
·
verified ·
1 Parent(s): 57656b5

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:a14ac6ad2a2fa71890416de70199142ca8f96a2beb6e67f487f870b83e661771
3
+ size 106527
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the eraser"], "length": 1483}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-39.69956970214844, -86.13870239257812, -5.476295471191406, -24.969036102294922, -61.48104476928711, 4.423112869262695], "max": [-0.812286376953125, 9.49771499633789, 64.37959289550781, 82.14521026611328, 37.29571533203125, 5.328181266784668], "mean": [-16.74382209777832, -14.546582221984863, 26.647560119628906, 43.976226806640625, -4.142148494720459, 4.93256139755249], "std": [7.090467929840088, 24.404809951782227, 17.25209617614746, 25.268877029418945, 31.10910987854004, 0.17199474573135376], "count": [1483]}, "observation.state": {"min": [-45.30643844604492, -85.38851165771484, 0.046490006148815155, -23.06298065185547, -61.09358596801758, 4.846938610076904], "max": [-1.0861132144927979, 9.037161827087402, 68.38679504394531, 79.6103286743164, 36.96109390258789, 5.357142925262451], "mean": [-16.637197494506836, -13.938838005065918, 27.654268264770508, 43.52311325073242, -4.316396236419678, 5.092947483062744], "std": [7.0374250411987305, 24.062448501586914, 17.271726608276367, 25.194303512573242, 31.02760124206543, 0.08396586030721664], "count": [1483]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6184652734868457]], [[0.4629460020527819]], [[0.4668407532130499]]], "std": [[[0.29270681759036776]], [[0.35393515417449084]], [[0.3499445977297669]]], "count": [238]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3499493206596364]], [[0.3558320391882243]], [[0.34544682676992366]]], "std": [[[0.2721885013600717]], [[0.2597442614349865]], [[0.27267447304998177]]], "count": [238]}, "timestamp": {"min": [0.0], "max": [49.4], "mean": [24.7], "std": [14.270170909199992], "count": [1483]}, "frame_index": {"min": [0], "max": [1482], "mean": [741.0], "std": [428.1051272759998], "count": [1483]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1483]}, "index": {"min": [0], "max": [1482], "mean": [741.0], "std": [428.1051272759998], "count": [1483]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1483]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1483,
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 240,
49
+ 320,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 240,
59
+ "video.width": 320,
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
+ "observation.images.top": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 240,
72
+ 320,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 240,
82
+ "video.width": 320,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
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": "Grab the eraser"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9ba9dba56aee2c64c43b73d2be36386f11b1a9e71cceb6298bdaef282e59fac
3
+ size 2864568
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d367dcdbc5303e9f278acde48cf59b18eb75514bbf849f6977290b7c039bf9cc
3
+ size 9442151