Techiiot commited on
Commit
aa22af4
·
verified ·
1 Parent(s): e1f2b35

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:02718485c6fa2553152ad53d58a6b05b135c83314aa5497bb6470693d343e337
3
+ size 10465
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 415}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [8.93617057800293, -99.32001495361328, 95.87175750732422, 62.51626968383789, 7.684265613555908, 1.2285012006759644], "max": [8.93617057800293, -99.32001495361328, 95.87175750732422, 62.51626968383789, 7.684265613555908, 1.2285012006759644], "mean": [8.936212539672852, -99.32023620605469, 95.87141418457031, 62.51612091064453, 7.684306621551514, 1.2285079956054688], "std": [4.1961669921875e-05, 0.00022125244140625, 0.00034332275390625, 0.000148773193359375, 4.100799560546875e-05, 6.794929504394531e-06], "count": [415]}, "observation.state": {"min": [8.952604293823242, -98.98088836669922, 97.84269714355469, 62.844825744628906, 7.259953022003174, 1.4285714626312256], "max": [8.952604293823242, -98.55626678466797, 99.37078857421875, 62.844825744628906, 7.676294326782227, 1.564625859260559], "mean": [8.95262336730957, -98.97810363769531, 97.85296630859375, 62.84510040283203, 7.671383857727051, 1.429388403892517], "std": [1.9073486328125e-05, 0.030537135899066925, 0.11843407899141312, 0.000274658203125, 0.03624927997589111, 0.00998435914516449], "count": [415]}, "observation.images.front": {"min": [[[0.22745098039215686]], [[0.19215686274509805]], [[0.20784313725490197]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5535989869281046]], [[0.5260818423202615]], [[0.5201501307189542]]], "std": [[[0.18203396377095618]], [[0.2004752048973598]], [[0.20455905179451464]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [13.8], "mean": [6.9], "std": [3.9933277684991833], "count": [415]}, "frame_index": {"min": [0], "max": [414], "mean": [207.0], "std": [119.7998330549755], "count": [415]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [415]}, "index": {"min": [0], "max": [414], "mean": [207.0], "std": [119.7998330549755], "count": [415]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [415]}}}
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": 415,
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": "Grab the black cube"}
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:5db22272320ca9ce32d592688d964ae111f7231975c40b2931b8ac796a2f7a20
3
+ size 1340439