Deepkar commited on
Commit
05bc48d
·
verified ·
1 Parent(s): 695117a

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:b94aac5b59dbc7f8bfc0231d2c72198fdfe4f56e3abcf81d09d90e315979e301
3
+ size 116287
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["package the box through push and pull operations"], "length": 2685}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-45.51569366455078, -98.47908782958984, -91.37539672851562, -3.6355671882629395, -88.885498046875, 1.427438497543335], "max": [7.100149631500244, 31.051963806152344, 100.0, 97.2842788696289, -88.33648681640625, 39.41316604614258], "mean": [-14.931403160095215, -26.575218200683594, 7.9637861251831055, 29.900381088256836, -88.39912414550781, 27.805377960205078], "std": [9.178425788879395, 22.918119430541992, 48.37741470336914, 23.210365295410156, 0.14550484716892242, 7.255167484283447], "count": [2685]}, "observation.state": {"min": [-45.297298431396484, -99.16971588134766, -9.98779010772705, -9.10866928100586, -89.05982971191406, 2.3210830688476562], "max": [0.3243243098258972, 9.157508850097656, 100.0, 11.5018310546875, -88.27838897705078, 39.329463958740234], "mean": [-15.65652084350586, -24.27834701538086, 23.164690017700195, 9.298574447631836, -88.58007049560547, 27.788311004638672], "std": [8.39432144165039, 22.918724060058594, 27.173383712768555, 3.5301387310028076, 0.17665986716747284, 7.23847770690918], "count": [2685]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3917486312065149]], [[0.3623022129102537]], [[0.33849376383617963]]], "std": [[[0.3406419692832993]], [[0.3322673860758819]], [[0.3295587904300027]]], "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 through push and pull operations"}
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:2fd616a901f767f7823b4afdea158723fdb4ae641468fd0341659ab8adbbc640
3
+ size 21368141