andaba commited on
Commit
b748e6a
·
verified ·
1 Parent(s): dab3495

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:e5dcbda0fdf66669540b034fd6a731c09ca2b519151dfcde8f01142f6ff61244
3
+ size 17373
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp an little apple and put it in the bin."], "length": 299}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [0.52734375, 13.271484375, -14.150390625, 20.478515625, -2.021484375, -0.32608696818351746], "max": [38.84765625, 189.4921875, 179.208984375, 100.634765625, 10.986328125, 69.78260803222656], "mean": [22.363019943237305, 105.34440612792969, 83.5557632446289, 62.72039794921875, 2.601444959640503, 18.25432014465332], "std": [15.168107986450195, 66.09957122802734, 76.07685089111328, 28.629974365234375, 4.294200420379639, 27.705759048461914], "count": [299]}, "observation.state": {"min": [0.791015625, 12.392578125, -11.513671875, 21.4453125, -1.58203125, 0.6091370582580566], "max": [38.935546875, 189.228515625, 179.296875, 100.546875, 10.72265625, 69.23857879638672], "mean": [22.03409194946289, 105.12659454345703, 87.04287719726562, 62.296817779541016, 2.57175612449646, 24.971574783325195], "std": [15.337284088134766, 67.50292205810547, 75.64081573486328, 28.204097747802734, 4.329867362976074, 26.797109603881836], "count": [299]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5243471752450981]], [[0.5103297691993465]], [[0.5073939910130718]]], "std": [[[0.2774965898144022]], [[0.27584635478039277]], [[0.29580472534862395]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.933333333333334], "mean": [4.966666666666667], "std": [2.8771127502720115], "count": [299]}, "frame_index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [299]}, "index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [299]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 299,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.laptop": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
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": "Grasp an little apple and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1a6726fd92759f1517488dff6c0b2610867e21e5b77fe5d4e274d6807388265
3
+ size 936107