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:86ac5f674d1762fb7d6e2e5f9fbec8e8b006ad26104b4a18b1349861fdda6552
|
3 |
+
size 21050
|
meta/episodes.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "tasks": ["pick up the red cup"], "length": 987}
|
meta/episodes_stats.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "stats": {"timestamp": {"min": [0.0], "max": [32.86666666666667], "mean": [16.433333333333334], "std": [9.497407053545759], "count": [987]}, "frame_index": {"min": [0], "max": [986], "mean": [493.0], "std": [284.9222116063728], "count": [987]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [987]}, "index": {"min": [0], "max": [986], "mean": [493.0], "std": [284.9222116063728], "count": [987]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [987]}, "observation.images.cam_global": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31405330263418496]], [[0.3921213792335116]], [[0.42282794086700337]]], "std": [[[0.3452743063130996]], [[0.3157413818572413]], [[0.2912795229796955]]], "count": [176]}, "observation.state": {"min": [-0.3973010182380676, -0.026077672839164734, 0.3100154995918274, 0.42051607370376587, -0.0061247036792337894], "max": [-0.3942330479621887, -0.02454369328916073, 0.3130849599838257, 0.422050803899765, -0.006106462795287371], "mean": [-0.39576196670532227, -0.024921344593167305, 0.31107908487319946, 0.42053771018981934, -0.006110622081905603], "std": [9.778542880667374e-05, 0.0006608301191590726, 0.0007673690561205149, 0.00019973391317762434, 7.688217920076568e-06], "count": [987]}, "action": {"min": [-0.3957670331001282, -0.026077672839164734, 0.31155022978782654, 0.42051607370376587, -0.006144601386040449], "max": [-0.3957670331001282, -0.02454369328916073, 0.31155022978782654, 0.42051607370376587, -0.006116252858191729], "mean": [-0.3957619369029999, -0.024739544838666916, 0.31155315041542053, 0.42051106691360474, -0.006116613280028105], "std": [5.0961607485078275e-06, 0.0005119054112583399, 2.9206275939941406e-06, 5.0067901611328125e-06, 3.106789336015936e-06], "count": [987]}}}
|
meta/info.json
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebase_version": "v2.1",
|
3 |
+
"robot_type": "aiworker",
|
4 |
+
"total_episodes": 1,
|
5 |
+
"total_frames": 987,
|
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 |
+
"timestamp": {
|
18 |
+
"dtype": "float32",
|
19 |
+
"shape": [
|
20 |
+
1
|
21 |
+
],
|
22 |
+
"names": null
|
23 |
+
},
|
24 |
+
"frame_index": {
|
25 |
+
"dtype": "int64",
|
26 |
+
"shape": [
|
27 |
+
1
|
28 |
+
],
|
29 |
+
"names": null
|
30 |
+
},
|
31 |
+
"episode_index": {
|
32 |
+
"dtype": "int64",
|
33 |
+
"shape": [
|
34 |
+
1
|
35 |
+
],
|
36 |
+
"names": null
|
37 |
+
},
|
38 |
+
"index": {
|
39 |
+
"dtype": "int64",
|
40 |
+
"shape": [
|
41 |
+
1
|
42 |
+
],
|
43 |
+
"names": null
|
44 |
+
},
|
45 |
+
"task_index": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"shape": [
|
48 |
+
1
|
49 |
+
],
|
50 |
+
"names": null
|
51 |
+
},
|
52 |
+
"observation.images.cam_global": {
|
53 |
+
"dtype": "video",
|
54 |
+
"names": [
|
55 |
+
"height",
|
56 |
+
"width",
|
57 |
+
"channels"
|
58 |
+
],
|
59 |
+
"shape": [
|
60 |
+
720,
|
61 |
+
1280,
|
62 |
+
3
|
63 |
+
],
|
64 |
+
"info": {
|
65 |
+
"video.height": 720,
|
66 |
+
"video.width": 1280,
|
67 |
+
"video.channels": 3,
|
68 |
+
"video.codec": "libx264",
|
69 |
+
"video.pix_fmt": "yuv420p"
|
70 |
+
}
|
71 |
+
},
|
72 |
+
"observation.state": {
|
73 |
+
"dtype": "float32",
|
74 |
+
"names": [
|
75 |
+
"joint1",
|
76 |
+
"joint2",
|
77 |
+
"joint3",
|
78 |
+
"joint4",
|
79 |
+
"gripper_left_joint"
|
80 |
+
],
|
81 |
+
"shape": [
|
82 |
+
5
|
83 |
+
]
|
84 |
+
},
|
85 |
+
"action": {
|
86 |
+
"dtype": "float32",
|
87 |
+
"names": [
|
88 |
+
"joint1",
|
89 |
+
"joint2",
|
90 |
+
"joint3",
|
91 |
+
"joint4",
|
92 |
+
"gripper_left_joint"
|
93 |
+
],
|
94 |
+
"shape": [
|
95 |
+
5
|
96 |
+
]
|
97 |
+
}
|
98 |
+
}
|
99 |
+
}
|
meta/tasks.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"task_index": 0, "task": "pick up the red cup"}
|
videos/chunk-000/observation.images.cam_global/episode_000000.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ab4810a92058d143a7b185946262799459d36efaed2d25f42f4d45c639f59bb
|
3 |
+
size 33743514
|