mjung11 commited on
Commit
2ca2d09
·
verified ·
1 Parent(s): 798e601

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:ccec2660980711b1ea05f9e9b655ede46af54256f2a9e0196d1ec630b8154278
3
+ size 36794
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the car and put in the box"], "length": 663}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-28.007999420166016, -100.0, -8.555294036865234, -42.459999084472656, -18.516923904418945, -55.17913055419922, 0.0], "max": [24.619333267211914, -11.961111068725586, 100.0, 56.25, 53.57384490966797, 14.588695526123047, 100.0], "mean": [-1.3152492046356201, -60.5472412109375, 35.83998489379883, 0.7081448435783386, 25.11092758178711, -18.60214614868164, 8.070711135864258], "std": [12.820944786071777, 36.06158447265625, 49.595481872558594, 18.631654739379883, 16.798734664916992, 15.359590530395508, 23.357513427734375], "count": [663]}, "observation.state": {"min": [-27.96666717529297, -100.0, -8.558823585510254, -42.277000427246094, -18.561538696289062, -55.204349517822266, 0.0], "max": [24.62266731262207, -11.867777824401855, 100.0, 56.233001708984375, 53.62461471557617, 14.591304779052734, 99.26470947265625], "mean": [-1.360190510749817, -60.796119689941406, 36.00551223754883, 0.922666609287262, 24.944543838500977, -18.35772705078125, 8.03676986694336], "std": [12.833552360534668, 35.718116760253906, 49.51972579956055, 18.808856964111328, 16.433223724365234, 15.219706535339355, 22.698951721191406], "count": [663]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48265502293866264]], [[0.45810375031422823]], [[0.42057480046505785]]], "std": [[[0.22193622207973754]], [[0.2076947921911871]], [[0.2189787541516202]]], "count": [130]}, "observation.images.left_hand": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9294117647058824]], [[0.8705882352941177]], [[0.8588235294117647]]], "mean": [[[0.46267954531171446]], [[0.4555311211664153]], [[0.4151156658496732]]], "std": [[[0.22661384574949345]], [[0.21005107999300612]], [[0.21822256448501465]]], "count": [130]}, "timestamp": {"min": [0.0], "max": [22.066666666666666], "mean": [11.033333333333333], "std": [6.379713217750524], "count": [663]}, "frame_index": {"min": [0], "max": [662], "mean": [331.0], "std": [191.3913965325157], "count": [663]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [663]}, "index": {"min": [0], "max": [662], "mean": [331.0], "std": [191.3913965325157], "count": [663]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [663]}}}
meta/info.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "piper_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 663,
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
+ 7
21
+ ],
22
+ "names": [
23
+ "joint1.pos",
24
+ "joint2.pos",
25
+ "joint3.pos",
26
+ "joint4.pos",
27
+ "joint5.pos",
28
+ "joint6.pos",
29
+ "gripper.pos"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "joint1.pos",
39
+ "joint2.pos",
40
+ "joint3.pos",
41
+ "joint4.pos",
42
+ "joint5.pos",
43
+ "joint6.pos",
44
+ "gripper.pos"
45
+ ]
46
+ },
47
+ "observation.images.top": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.height": 480,
61
+ "video.width": 640,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "video.fps": 30,
66
+ "video.channels": 3,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.left_hand": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 480,
84
+ "video.width": 640,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "frame_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ }
128
+ }
129
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pick the car and put in the box"}
videos/chunk-000/observation.images.left_hand/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da39a6790b5c4250f7e26c905818a1ed0a7645f0236a6a3b2f5d151c02e0f9d
3
+ size 4875715
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:43c68e32283b7d707526511ab159cacf441e5e44bb7095daf1d44a5fc89da0ec
3
+ size 6836062