jccj commited on
Commit
60268ad
·
verified ·
1 Parent(s): f5a5cb7

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:df59198a016ebfe175412f56969b9fa2cbd24cf5b7257ff93681da51e80bfe9a
3
+ size 39683
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["test record with multiview for 3d reconstruction"], "length": 757}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-86.14231872558594, -99.82086944580078, 18.761384963989258, 51.8314094543457, -35.82417678833008, 8.333333015441895], "max": [40.699127197265625, -8.195253372192383, 94.3533706665039, 100.0, 10.280830383300781, 100.0], "mean": [-16.925846099853516, -50.23014831542969, 59.46350860595703, 70.15162658691406, -3.545227527618408, 62.49281692504883], "std": [32.09303283691406, 28.493263244628906, 15.874794960021973, 13.518586158752441, 12.583206176757812, 31.226083755493164], "count": [757]}, "observation.state": {"min": [-84.815185546875, -99.73249816894531, 22.59638786315918, 52.66731262207031, -35.18925476074219, 8.46905517578125], "max": [40.15983963012695, -8.069549560546875, 94.72913360595703, 99.61203002929688, 10.085470199584961, 98.69706726074219], "mean": [-16.6516170501709, -50.00507736206055, 61.25535202026367, 70.58483123779297, -3.5069010257720947, 61.87385940551758], "std": [31.933677673339844, 28.851802825927734, 15.555852890014648, 13.387261390686035, 12.449121475219727, 30.542911529541016], "count": [757]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5643982616194626]], [[0.5000052948552106]], [[0.45332054653458603]]], "std": [[[0.21433349899479548]], [[0.1805644657239624]], [[0.16334121687264164]]], "count": [144]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5745149640295933]], [[0.5029479379425381]], [[0.4521616115196079]]], "std": [[[0.21471688349344442]], [[0.17030156656696097]], [[0.151987572148301]]], "count": [144]}, "timestamp": {"min": [0.0], "max": [25.2], "mean": [12.600000000000001], "std": [7.284229540589725], "count": [757]}, "frame_index": {"min": [0], "max": [756], "mean": [378.0], "std": [218.52688621769175], "count": [757]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [757]}, "index": {"min": [0], "max": [756], "mean": [378.0], "std": [218.52688621769175], "count": [757]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [757]}}}
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": 757,
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": {
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
+ "observation.images.wrist": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
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": "test record with multiview for 3d reconstruction"}
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfa776504f22512734a4a20c8182637e2444a16f3f6faff6226312e013624df0
3
+ size 15222255
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:48fa77e9f68a34c2d73989e98b4eee11261dc4e0d1f239bb1683b191f7f3844c
3
+ size 13167087