BenoitCOURJAL commited on
Commit
c0e8dfe
·
verified ·
1 Parent(s): 8f6f3f3

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:b5e87b8a42eaafa5a9c87a4c39b8f50bbe3677298645f93aa954b16f3efbd2d0
3
+ size 41991
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the white cube"], "length": 925}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-22.45357322692871, -99.06661224365234, -56.50204086303711, -99.91297149658203, -99.89542388916016, 0.2489626556634903], "max": [1.5194147825241089, 31.60797691345215, 99.90937805175781, 99.65187072753906, -6.823529243469238, 54.19087219238281], "mean": [-8.994011878967285, -36.12248992919922, 27.011978149414062, 16.37713050842285, -55.462039947509766, 12.31678295135498], "std": [4.90572452545166, 49.21043395996094, 53.396949768066406, 84.37162017822266, 35.41251754760742, 13.377508163452148], "count": [925]}, "observation.state": {"min": [-21.95395851135254, -99.4047622680664, -54.76516342163086, -99.19892883300781, -99.42514038085938, 0.7472826242446899], "max": [1.6282987594604492, 31.972789764404297, 100.0, 98.84290313720703, -7.1335248947143555, 53.80434799194336], "mean": [-9.262636184692383, -35.52149963378906, 28.15129852294922, 16.47631072998047, -55.23344039916992, 13.36707592010498], "std": [4.809829235076904, 49.908851623535156, 52.99756622314453, 84.12899017333984, 35.157623291015625, 13.22658920288086], "count": [925]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.6784313725490196]], [[0.9058823529411765]]], "mean": [[[0.0582788858557395]], [[0.07353055898007906]], [[0.06049642504207272]]], "std": [[[0.056569646083126666]], [[0.06459365013634638]], [[0.06902755807048584]]], "count": [167]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.900811448651435], "count": [925]}, "frame_index": {"min": [0], "max": [924], "mean": [462.0], "std": [267.02434345954305], "count": [925]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [925]}, "index": {"min": [0], "max": [924], "mean": [462.0], "std": [267.02434345954305], "count": [925]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [925]}}}
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": 925,
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 white 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:e794c3b55574cc57e44a06a36f7a7935b195935d841f808b7785366c0b4ddbb5
3
+ size 3024161