Seungyoun commited on
Commit
cac943b
·
verified ·
1 Parent(s): 1994c8d

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:8010f5e7053831d21352645e6481f5ef2e9912792899c7792523d681c4feb170
3
+ size 56796
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the vitamin in the box"], "length": 1089}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-19.683258056640625, -53.08641815185547, -51.084991455078125, -1.6263736486434937, -65.9618911743164, 0.5600000023841858], "max": [14.404223442077637, 56.662410736083984, 59.674503326416016, 99.73626708984375, -26.128948211669922, 48.560001373291016], "mean": [-7.575198173522949, 11.16185188293457, -8.379653930664062, 56.04205322265625, -43.91172790527344, 21.041847229003906], "std": [11.480243682861328, 32.646114349365234, 39.54166030883789, 29.119647979736328, 10.806376457214355, 16.710525512695312], "count": [1089]}, "observation.state": {"min": [-19.56925392150879, -52.219871520996094, -49.5495491027832, -0.7805724143981934, -65.70537567138672, 0.8789722919464111], "max": [14.222057342529297, 57.29386901855469, 66.0360336303711, 99.39289093017578, -26.162639617919922, 93.03583526611328], "mean": [-7.696901321411133, 12.677371978759766, -7.077601909637451, 56.42462921142578, -44.12266540527344, 27.355968475341797], "std": [11.472940444946289, 32.56747817993164, 39.915985107421875, 28.99895668029785, 10.776463508605957, 14.312732696533203], "count": [1089]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5993051621883321]], [[0.5775635424951874]], [[0.5454403407453516]]], "std": [[[0.23122551856481166]], [[0.2221031610825709]], [[0.2111139350190368]]], "count": [189]}, "timestamp": {"min": [0.0], "max": [36.266666666666666], "mean": [18.133333333333333], "std": [10.47890296774464], "count": [1089]}, "frame_index": {"min": [0], "max": [1088], "mean": [544.0], "std": [314.3670890323392], "count": [1089]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1089]}, "index": {"min": [0], "max": [1088], "mean": [544.0], "std": [314.3670890323392], "count": [1089]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1089]}}}
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": 1089,
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
+ 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
+ "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": "Put the vitamin in the box"}
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:72c8c8ab9d4a4c9a9ec71c2ec329c473651f0b9aff864b838b4e7c00ad005018
3
+ size 53627838