Deepkar commited on
Commit
39770e8
·
verified ·
1 Parent(s): b9c4836

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:bf4a07338610458e61c91bfb1ca4978c5cb729a25a9e917307514ca697b41d6f
3
+ size 79320
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick and place the toy block"], "length": 1788}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-29.437870025634766, -100.0, -48.21186065673828, 5.8510637283325195, 9.52608871459961, 0.07818607985973358], "max": [66.05029296875, 98.87667846679688, 99.72838592529297, 96.89716339111328, 100.0, 89.91399383544922], "mean": [1.2582610845565796, -29.28087043762207, 32.615543365478516, 47.91728591918945, 31.159774780273438, 19.15977668762207], "std": [12.002241134643555, 66.71289825439453, 46.91332244873047, 22.882362365722656, 22.98204231262207, 16.12314796447754], "count": [1788]}, "observation.state": {"min": [-94.4773178100586, -99.4139175415039, -47.64346694946289, -48.872859954833984, -100.0, 1.7410228252410889], "max": [65.15450286865234, 98.77899932861328, 15.604395866394043, 96.21280670166016, 100.0, 77.98331451416016], "mean": [0.7370386123657227, -51.525184631347656, 1.6744911670684814, 45.38725280761719, 67.11034393310547, 29.83932876586914], "std": [13.338216781616211, 29.546920776367188, 17.31867027282715, 20.799837112426758, 73.17044830322266, 24.189861297607422], "count": [1788]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.4733183665497829]], [[0.4589162037533992]], [[0.4267258226587472]]], "std": [[[0.30502430252318735]], [[0.2941743896283144]], [[0.2634604004967303]]], "count": [274]}, "timestamp": {"min": [0.0], "max": [59.56666666666667], "mean": [29.78333333333333], "std": [17.205035330993677], "count": [1788]}, "frame_index": {"min": [0], "max": [1787], "mean": [893.5], "std": [516.1510599298103], "count": [1788]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1788]}, "index": {"min": [0], "max": [1787], "mean": [893.5], "std": [516.1510599298103], "count": [1788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1788]}}}
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": 1788,
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 and place the toy block"}
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:7e067822c4d2718e2afad4bca971adcd4c6cf7009445c8f5638db5b45683482e
3
+ size 12169412