NeilKim commited on
Commit
11abc65
·
verified ·
1 Parent(s): 131ed5f

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:23e295e149968cff49f00d394113dfde0f233bdc007bc93c4f56d9656242ad4e
3
+ size 87942
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the box"], "length": 1273}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-28.05253791809082, -56.230709075927734, -3.9316415786743164, 63.808265686035156, -17.34972381591797, 11.625100135803223], "max": [-2.4658775329589844, 15.766716957092285, 59.83615493774414, 97.51805114746094, -3.549689769744873, 41.688873291015625], "mean": [-17.162702560424805, -10.106478691101074, 17.794370651245117, 81.20056915283203, -12.741541862487793, 27.087594985961914], "std": [5.547468662261963, 16.995973587036133, 15.396774291992188, 8.89987850189209, 2.6888701915740967, 8.782166481018066], "count": [1273]}, "observation.state": {"min": [-27.408096313476562, -55.49958038330078, -0.7472527623176575, 63.78668975830078, -17.16727638244629, 12.188551902770996], "max": [-2.5593299865722656, 16.120906829833984, 59.912086486816406, 96.85820770263672, -3.931623935699463, 41.41414260864258], "mean": [-17.125638961791992, -9.108019828796387, 19.06681251525879, 81.16473388671875, -12.744125366210938, 27.02041244506836], "std": [5.453230857849121, 17.13119125366211, 15.26945972442627, 8.78256607055664, 2.720677375793457, 8.715845108032227], "count": [1273]}, "observation.images.hand": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.419631772799104]], [[0.44497296921507257]], [[0.4443563012059284]]], "std": [[[0.20866050786834958]], [[0.23499751889775686]], [[0.2529885296495234]]], "count": [213]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4047777969560281]], [[0.39262498465739976]], [[0.34694967051765935]]], "std": [[[0.204773972392287]], [[0.20778828475685607]], [[0.21930691729987]]], "count": [213]}, "timestamp": {"min": [0.0], "max": [42.4], "mean": [21.2], "std": [12.249444431846241], "count": [1273]}, "frame_index": {"min": [0], "max": [1272], "mean": [636.0], "std": [367.48333295538725], "count": [1273]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1273]}, "index": {"min": [0], "max": [1272], "mean": [636.0], "std": [367.48333295538725], "count": [1273]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1273]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1273,
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.hand": {
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
+ "observation.images.top": {
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.height": 480,
82
+ "video.width": 640,
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 box"}
videos/chunk-000/observation.images.hand/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27ebbcaa1a66d0444fe355d04f622f7897d59ff59ae19024e38e4c32aad57080
3
+ size 10060211
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:3abe3dba0a73a77f6afca07a4f52b6a6274ef9a255583d272767c8dd558be306
3
+ size 17144945