jusjinuk commited on
Commit
76ebb06
·
verified ·
1 Parent(s): ea1215b

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:2331eaec56b3765f51a3fda9cc30b02155f5a67324d9a18ca9659f70445316d9
3
+ size 51035
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the marker in the cup"], "length": 1645}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-20.402801513671875, -94.54698181152344, -72.76441192626953, 42.39612579345703, 20.048839569091797, 0.0], "max": [35.4640998840332, 44.9664421081543, 99.90921783447266, 93.46510314941406, 56.28815460205078, 33.157432556152344], "mean": [-7.0955586433410645, -74.57964324951172, 77.36994934082031, 67.14470672607422, 39.725860595703125, 7.371695041656494], "std": [13.068341255187988, 39.532588958740234, 45.558658599853516, 9.449942588806152, 5.9436798095703125, 8.183673858642578], "count": [1645]}, "observation.state": {"min": [-20.369592666625977, -94.399658203125, -69.28807830810547, 43.05057907104492, 20.244199752807617, 1.573770523071289], "max": [35.321292877197266, 46.71192169189453, 99.00662231445312, 93.07048797607422, 56.336997985839844, 32.918033599853516], "mean": [-7.558857440948486, -73.9261703491211, 77.39627838134766, 67.09722137451172, 39.6063346862793, 8.215441703796387], "std": [13.211709976196289, 40.391937255859375, 44.19886016845703, 9.44221019744873, 5.932542324066162, 7.7283124923706055], "count": [1645]}, "observation.images.front": {"min": [[[0.0]], [[0.047058823529411764]], [[0.027450980392156862]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.5966354288054584]], [[0.6308429103122731]], [[0.6126324679958116]]], "std": [[[0.17792376352821215]], [[0.16776410398424801]], [[0.1740158641122952]]], "count": [258]}, "timestamp": {"min": [0.0], "max": [54.8], "mean": [27.4], "std": [15.82901695550857], "count": [1645]}, "frame_index": {"min": [0], "max": [1644], "mean": [822.0], "std": [474.8705086652571], "count": [1645]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1645]}, "index": {"min": [0], "max": [1644], "mean": [822.0], "std": [474.8705086652571], "count": [1645]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1645]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1645,
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
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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": "Put the marker in the cup"}
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:462f09e2712e280f1418819e609cfb1fae293f1c32e75bc0cb026fbed93f5e16
3
+ size 14282359