Deepkar commited on
Commit
080efb5
·
verified ·
1 Parent(s): f197ada

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:0859a83c6dbaef4ecff85d98e9b237cef8c731f736640d88730b99bde04371a4
3
+ size 122514
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["package the box after placing a smaller box inside"], "length": 2685}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-56.20328903198242, -1.8166455030441284, -99.45529174804688, -15.987735748291016, -87.2872543334961, 0.3965107202529907], "max": [11.808670043945312, 99.9155044555664, 45.891963958740234, 78.09899139404297, -87.22625732421875, 63.600318908691406], "mean": [-27.365964889526367, 58.80644226074219, -58.90459060668945, 13.531830787658691, -87.24812316894531, 17.841962814331055], "std": [15.775283813476562, 17.021869659423828, 21.97017478942871, 15.83089542388916, 0.02026587724685669, 16.692474365234375], "count": [2685]}, "observation.state": {"min": [-55.725189208984375, -1.88034188747406, -99.02320098876953, -15.75091552734375, -18.710308074951172, 2.6481714248657227], "max": [11.523082733154297, 96.82539367675781, 2.9059829711914062, 16.77655601501465, 92.52565002441406, 63.36696243286133], "mean": [-27.463701248168945, 59.80506896972656, -58.34005355834961, 8.28616714477539, -17.559837341308594, 20.036699295043945], "std": [15.78160572052002, 16.695602416992188, 19.926401138305664, 8.916440963745117, 7.937684535980225, 16.513992309570312], "count": [2685]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.44203932824249775]], [[0.4127702238825638]], [[0.37452463773367767]]], "std": [[[0.29020642208096886]], [[0.3002202915933555]], [[0.30285970069340484]]], "count": [372]}, "timestamp": {"min": [0.0], "max": [89.46666666666667], "mean": [44.733333333333334], "std": [25.836422754335413], "count": [2685]}, "frame_index": {"min": [0], "max": [2684], "mean": [1342.0], "std": [775.0926826300624], "count": [2685]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2685]}, "index": {"min": [0], "max": [2684], "mean": [1342.0], "std": [775.0926826300624], "count": [2685]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2685]}}}
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": 2685,
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 box after placing 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:7f5b4727a0aa4f5b9038ae2c8b24b884a718bb9fe43ed15e79c9d0dd0e5712c0
3
+ size 22523263