Deepkar commited on
Commit
6610733
·
verified ·
1 Parent(s): 6af22f9

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:f4d2eee2af7cb7ee5bac753aab687f517cca0654d1b1065e08d4aa89cfecd795
3
+ size 98615
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["package the small by stacking a smaller box inside"], "length": 2667}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-22.720478057861328, -61.554710388183594, -1.4979573488235474, -0.6570302248001099, -88.43408966064453, 0.7137192487716675], "max": [6.950672626495361, -16.349809646606445, 64.59373474121094, 64.34516143798828, -88.37918853759766, 50.832672119140625], "mean": [-9.920331954956055, -35.331642150878906, 29.086231231689453, 28.99360466003418, -88.41224670410156, 12.732524871826172], "std": [7.6713762283325195, 8.469196319580078, 10.333196640014648, 13.873689651489258, 0.01428224891424179, 14.840171813964844], "count": [2667]}, "observation.state": {"min": [-22.52252197265625, -98.38827514648438, 0.02442002482712269, -23.516483306884766, -88.22954559326172, 2.256608724594116], "max": [6.522522449493408, 99.85347747802734, 99.80464172363281, 11.89255142211914, -8.034188270568848, 50.934879302978516], "mean": [-10.098055839538574, -33.22151184082031, 30.586597442626953, 10.800277709960938, -87.70136260986328, 31.196226119995117], "std": [7.626800060272217, 10.377494812011719, 11.005078315734863, 2.0432417392730713, 5.09893798828125, 8.167512893676758], "count": [2667]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.4869568887303349]], [[0.4497821848078854]], [[0.4076476644116766]]], "std": [[[0.24190159242537532]], [[0.24776522025736106]], [[0.24893740443193138]]], "count": [371]}, "timestamp": {"min": [0.0], "max": [88.86666666666666], "mean": [44.43333333333333], "std": [25.66321766148471], "count": [2667]}, "frame_index": {"min": [0], "max": [2666], "mean": [1333.0], "std": [769.8965298445413], "count": [2667]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2667]}, "index": {"min": [0], "max": [2666], "mean": [1333.0], "std": [769.8965298445413], "count": [2667]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2667]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 2667,
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
+ "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
+ 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": "package the small by stacking a smaller box inside"}
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:d4a749734a2c1f3a12195c704972bcc86d89ec8d5e5ae970a2fb4ad097af9813
3
+ size 22922799