jasontchan commited on
Commit
260d938
·
verified ·
1 Parent(s): 50d2d5c

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:8653b13b604f8c363fa82365a9e903513e51b06340b1042993806315d971a2ed
3
+ size 72587
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Place the black block in the black roll of tape"], "length": 1056}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-10.098405838012695, -99.6341781616211, -45.78129577636719, 53.1800422668457, -2.454066514968872, 1.2832450866699219], "max": [4.570034980773926, 46.35469055175781, 92.94072723388672, 92.751708984375, 23.400650024414062, 25.88273048400879], "mean": [-1.6856024265289307, 30.7099552154541, -23.061359405517578, 79.58984375, 13.430463790893555, 18.619037628173828], "std": [2.829190969467163, 23.733640670776367, 22.178295135498047, 7.116632461547852, 6.598265171051025, 6.430742263793945], "count": [1056]}, "observation.state": {"min": [-9.643527030944824, -99.07524108886719, -43.76968002319336, 54.42708206176758, -1.844635009765625, 1.4373716115951538], "max": [3.7148218154907227, 46.61622619628906, 99.37022399902344, 92.27430725097656, 23.14887046813965, 24.435317993164062], "mean": [-1.8272793292999268, 31.821285247802734, -21.28702735900879, 79.57598114013672, 13.303871154785156, 18.449434280395508], "std": [2.73081111907959, 25.52517318725586, 23.620969772338867, 7.012692928314209, 6.6211371421813965, 6.473548889160156], "count": [1056]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.557270279102632]], [[0.5078243022434199]], [[0.45379794205970675]]], "std": [[[0.22509510853792428]], [[0.21406484635364717]], [[0.21958541472601228]]], "count": [185]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40867007890243184]], [[0.4292333406936348]], [[0.4826694635812283]]], "std": [[[0.27526910629057566]], [[0.2521669368083753]], [[0.21909699896225734]]], "count": [185]}, "timestamp": {"min": [0.0], "max": [35.166666666666664], "mean": [17.583333333333332], "std": [10.161360181626314], "count": [1056]}, "frame_index": {"min": [0], "max": [1055], "mean": [527.5], "std": [304.8408054487894], "count": [1056]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1056]}, "index": {"min": [0], "max": [1055], "mean": [527.5], "std": [304.8408054487894], "count": [1056]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1056]}}}
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": 1056,
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
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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.gripper": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 1080,
72
+ 1920,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 1080,
82
+ "video.width": 1920,
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": "Place the black block in the black roll of tape"}
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:2835c73eb4d39c45adea23f3db43da5ddbfcfbe3556ef6e4caafb78ab05bbbb7
3
+ size 60365590
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b9ca1a94b3dc7bb949ab05f2a3dce766b224083972a54a2b7740c1c83e4103
3
+ size 16809186