Deepkar commited on
Commit
7ddccad
·
verified ·
1 Parent(s): a06840e

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:303d4de15e45455f206281267fdf102dc1cad79b3f5779c4fbca68bcba1ffa4c
3
+ size 97710
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["package the small box"], "length": 2669}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-46.03886413574219, -90.3675537109375, -28.00726318359375, -10.906702041625977, -89.44671630859375, 0.3965107202529907], "max": [2.9895365238189697, 58.85086441040039, 100.0, 41.04248809814453, -89.38571166992188, 22.28390121459961], "mean": [-14.565216064453125, -20.87327003479004, 30.941831588745117, 4.5315046310424805, -89.40167999267578, 6.49869441986084], "std": [8.867609024047852, 19.268949508666992, 27.523645401000977, 10.572476387023926, 0.015393184497952461, 6.640707969665527], "count": [2669]}, "observation.state": {"min": [-36.55172348022461, -99.65786743164062, -99.26740264892578, -15.046409606933594, -90.03419494628906, 1.9083969593048096], "max": [2.722322940826416, 99.0224838256836, 99.95115661621094, 2.442598819732666, -89.3014144897461, 21.31043243408203], "mean": [-14.566000938415527, -21.677156448364258, 29.84939956665039, -0.40516120195388794, -89.44631958007812, 6.943556308746338], "std": [8.292632102966309, 15.095807075500488, 25.4429874420166, 3.9572346210479736, 0.100367970764637, 6.040093898773193], "count": [2669]}, "observation.images.front": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.984313725490196]]], "mean": [[[0.49133087794866376]], [[0.45084425649190496]], [[0.4002350507813188]]], "std": [[[0.2051976566679646]], [[0.22764508018480392]], [[0.23492021543501027]]], "count": [371]}, "timestamp": {"min": [0.0], "max": [88.93333333333334], "mean": [44.46666666666666], "std": [25.68246267180951], "count": [2669]}, "frame_index": {"min": [0], "max": [2668], "mean": [1334.0], "std": [770.4738801542853], "count": [2669]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2669]}, "index": {"min": [0], "max": [2668], "mean": [1334.0], "std": [770.4738801542853], "count": [2669]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2669]}}}
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": 2669,
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": "package the small box"}
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:641742e5dae6da2ca9f693ab8fe357d6345c31149ccc2f6b9f45aea6dd405ef9
3
+ size 39977890