salhotra commited on
Commit
3a5293b
·
verified ·
1 Parent(s): 928d267

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:00359fab0651a5c7b03cfcf14bca14fb12ab715de975a5393d0f9b2e1904944a
3
+ size 4693
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 16}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [90.8538589477539, 75.97940063476562, 85.09049987792969, 66.79643249511719, -87.3602066040039, 46.59995651245117], "max": [91.67278289794922, 93.83403015136719, 96.12141418457031, 72.07456970214844, -86.41114044189453, 50.0091667175293], "mean": [91.30159759521484, 85.23584747314453, 90.8810043334961, 69.12970733642578, -86.81654357910156, 48.319122314453125], "std": [0.30986344814300537, 5.33600378036499, 3.2578024864196777, 1.5886287689208984, 0.23578037321567535, 1.086378812789917], "count": [16]}, "observation.state": {"min": [91.40625, 78.92578125, 89.912109375, 67.8515625, -87.626953125, 47.3282470703125], "max": [91.58203125, 99.140625, 101.162109375, 72.59765625, -86.484375, 50.798057556152344], "mean": [91.5325927734375, 87.923583984375, 95.130615234375, 69.8291015625, -86.9403076171875, 49.21062088012695], "std": [0.06190481409430504, 5.993412017822266, 3.366175889968872, 1.8172328472137451, 0.26770368218421936, 1.066896677017212], "count": [16]}, "observation.images.wrist": {"min": [[[0.0392156862745098]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4787702333537582]], [[0.4721624795751634]], [[0.48441915594362744]]], "std": [[[0.20502678805294805]], [[0.2068548776800788]], [[0.20662360796730186]]], "count": [16]}, "timestamp": {"min": [0.0], "max": [0.5], "mean": [0.25], "std": [0.1536590742882148], "count": [16]}, "frame_index": {"min": [0], "max": [15], "mean": [7.5], "std": [4.6097722286464435], "count": [16]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [16]}, "index": {"min": [0], "max": [15], "mean": [7.5], "std": [4.6097722286464435], "count": [16]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [16]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100wrist",
4
+ "total_episodes": 1,
5
+ "total_frames": 16,
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.wrist": {
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": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a95710982155ea6fefab34c3df6816d13bdb542e9e2884a25073bb6083c12d1
3
+ size 225091