DanqingZ commited on
Commit
98370ab
·
verified ·
1 Parent(s): 8abbf51

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:20491e8d14c8fe98915d884d72d78c8fc9b597eb5d81c23ba8f794a211aa511f
3
+ size 38619
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 1513}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-46.12612533569336, -97.55876922607422, 11.403907775878906, 57.98470687866211, -21.709402084350586, 0.0], "max": [10.180180549621582, 14.647377967834473, 98.90958404541016, 100.0, 3.1013431549072266, 51.895992279052734], "mean": [-10.316826820373535, -90.91542053222656, 86.79193878173828, 86.70137786865234, -1.0633792877197266, 2.62188982963562], "std": [6.443800449371338, 22.098167419433594, 17.116085052490234, 6.9731059074401855, 3.1005353927612305, 9.657291412353516], "count": [1513]}, "observation.state": {"min": [-46.120059967041016, -97.7369155883789, 14.3135347366333, 58.63821029663086, -21.22100067138672, 0.8920606374740601], "max": [10.590532302856445, 15.511550903320312, 98.73417663574219, 98.27235412597656, 2.026862144470215, 50.669044494628906], "mean": [-10.519843101501465, -90.53579711914062, 84.01107025146484, 85.16258239746094, -1.170083999633789, 3.7373058795928955], "std": [6.378931522369385, 22.388952255249023, 15.839166641235352, 6.423693656921387, 3.0672030448913574, 9.457892417907715], "count": [1513]}, "observation.images.top_down": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5305388713336574]], [[0.505188332748159]], [[0.46966855272871316]]], "std": [[[0.32401218747340677]], [[0.3408841253436611]], [[0.32327792438079067]]], "count": [242]}, "observation.images.on_robot": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.603524285862187]], [[0.5825216627054862]], [[0.5585211495525667]]], "std": [[[0.2458226895761231]], [[0.2634557155179764]], [[0.29733393467702285]]], "count": [242]}, "timestamp": {"min": [0.0], "max": [50.4], "mean": [25.2], "std": [14.558846108122717], "count": [1513]}, "frame_index": {"min": [0], "max": [1512], "mean": [756.0], "std": [436.7653832436815], "count": [1513]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1513]}, "index": {"min": [0], "max": [1512], "mean": [756.0], "std": [436.7653832436815], "count": [1513]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1513]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1513,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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.top_down": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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
+ "observation.images.on_robot": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 1080,
72
+ 1920,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 1080,
82
+ "video.width": 1920,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the black cube"}
videos/chunk-000/observation.images.on_robot/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ceb98fc0ffae8109a0fd894a06dc2deb00f1ba58c114375e5da358d78a160a7
3
+ size 14832856
videos/chunk-000/observation.images.top_down/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5951301f9911e15bdd294ec0a124a1194241011920ee69f654620e61f151c204
3
+ size 91167644