keitokobayashi commited on
Commit
cfdcee7
·
verified ·
1 Parent(s): 52c1359

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:e054ffe13455a040c23630622e6d4a911f9dd711481cf7021bfc88fbefe6a99c
3
+ size 117233
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the beige block and place it in the brown box"], "length": 1679}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-14.870726585388184, -100.13058471679688, -56.37410354614258, 43.05223083496094, 0.9132351875305176, 1.0544376373291016], "max": [43.12909698486328, 44.37714767456055, 95.21183776855469, 100.67228698730469, 16.95404052734375, 30.176559448242188], "mean": [5.562008380889893, -25.514558792114258, 27.12133026123047, 65.92742919921875, 6.796350002288818, 9.065845489501953], "std": [14.41390609741211, 48.68091583251953, 46.43948745727539, 14.786934852600098, 4.435685634613037, 11.130987167358398], "count": [1679]}, "observation.state": {"min": [-12.807244300842285, -98.54701232910156, -50.71174240112305, 44.40251541137695, 1.197165846824646, 2.1935484409332275], "max": [42.30271530151367, 46.153846740722656, 95.19573211669922, 97.73584747314453, 16.687026977539062, 29.870967864990234], "mean": [5.829957962036133, -23.135807037353516, 30.78254508972168, 66.33882904052734, 6.7173614501953125, 9.579978942871094], "std": [13.839581489562988, 50.12864303588867, 45.41216278076172, 14.515374183654785, 4.427424907684326, 10.608470916748047], "count": [1679]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[0.9294117647058824]], [[0.9411764705882353]]], "mean": [[[0.6021803107693459]], [[0.6136168877538293]], [[0.6240050422840893]]], "std": [[[0.08794854692196662]], [[0.0929304317091793]], [[0.09864556416003106]]], "count": [262]}, "timestamp": {"min": [0.0], "max": [55.93333333333333], "mean": [27.966666666666672], "std": [16.15618216727647], "count": [1679]}, "frame_index": {"min": [0], "max": [1678], "mean": [839.0], "std": [484.6854650182941], "count": [1679]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1679]}, "index": {"min": [0], "max": [1678], "mean": [839.0], "std": [484.6854650182941], "count": [1679]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1679]}}}
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": 1679,
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": "Pick up the beige block and place it in the brown 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:942f1a103b7f9b52923a216f8ec537eaccdeb4b1baa2ab06230095930796e6b7
3
+ size 3525000