mtitg commited on
Commit
3af49fa
·
verified ·
1 Parent(s): 99f578c

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:ee43cce1d3fcea0cfb00a81a5dd0fdf8acc2eccbbef3dd72c422e77392ba5606
3
+ size 33289
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["One hot vector test"], "length": 877}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.5109149813652039, -99.58036041259766, 13.169845581054688, 55.2663688659668, -5.299145221710205, 0.0], "max": [22.24802589416504, 3.1472933292388916, 98.91007995605469, 87.3119125366211, 11.69719123840332, 49.3919563293457], "mean": [5.886684417724609, -68.32551574707031, 67.7886962890625, 73.0533218383789, -1.1177847385406494, 10.660442352294922], "std": [7.17714262008667, 42.09771728515625, 34.70692443847656, 6.128869533538818, 4.9572858810424805, 16.143573760986328], "count": [877]}, "observation.state": {"min": [-0.7465618848800659, -99.24018859863281, 17.5414981842041, 56.494022369384766, -5.396825313568115, 0.7382550239562988, 0.0], "max": [22.514734268188477, 4.34782600402832, 98.38492584228516, 87.01195526123047, 11.40415096282959, 48.85906219482422, 0.0], "mean": [5.891133785247803, -67.34064483642578, 69.228515625, 73.03817749023438, -1.2633559703826904, 11.351614952087402, 0.0], "std": [7.255608081817627, 43.072784423828125, 33.4091682434082, 5.906383037567139, 4.996973037719727, 15.963869094848633, 0.0], "count": [877]}, "observation.images.wrist": {"min": [[[0.11372549019607843]], [[0.1803921568627451]], [[0.2627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7827173481711526]], [[0.7454894361730199]], [[0.7237450320707993]]], "std": [[[0.09581745160426726]], [[0.1434509380643114]], [[0.16417712009120491]]], "count": [161]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5766479709637478]], [[0.5374320576056509]], [[0.5205797596212397]]], "std": [[[0.15920269389166009]], [[0.16582886526819196]], [[0.21643341527520585]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.600000000000001], "std": [8.438930948618761], "count": [877]}, "frame_index": {"min": [0], "max": [876], "mean": [438.0], "std": [253.16792845856287], "count": [877]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [877]}, "index": {"min": [0], "max": [876], "mean": [438.0], "std": [253.16792845856287], "count": [877]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [877]}}}
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": 877,
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
+ 7
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.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
+ "observation.images.above": {
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": "One hot vector test"}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dcff596869fa552083893a628822cfd7a3797128e2ad7ed8c3bff77232a0967
3
+ size 12061953
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:c6ac396f18812b7d7d8380512a02ee1fda6d7aaaa9e9ad3a2f31d9f8a78a29c5
3
+ size 2521487