carpit680 commited on
Commit
486f7ce
·
verified ·
1 Parent(s): ccff146

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:fe643539f9b2689465b0957b5068c4a65a72cc47c32c87fe6589dca2eb47f839
3
+ size 9396
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["test_task12312"], "length": 101}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-16.193323135375977, -99.55436706542969, -6.8119893074035645, 40.865570068359375, -13.18359375, 98.34294128417969], "max": [-1.1459890604019165, 2.2727272510528564, 97.63851165771484, 76.9437026977539, -4.19921875, 98.34294128417969], "mean": [-7.540444374084473, -55.79764938354492, 41.3247184753418, 56.542964935302734, -9.20917797088623, 98.34285736083984], "std": [5.345364093780518, 34.66215896606445, 37.90586853027344, 11.89640998840332, 3.3510918617248535, 8.392333984375e-05], "count": [101]}, "observation.state": {"min": [-16.594097137451172, -98.60140228271484, -5.350553512573242, 41.255104064941406, -13.211233139038086, 98.01744842529297], "max": [-0.9192065596580505, 2.47086238861084, 99.16973876953125, 76.75454711914062, -4.3223443031311035, 98.09674835205078], "mean": [-7.273658752441406, -55.069339752197266, 42.28655242919922, 57.04447555541992, -9.301128387451172, 98.09356689453125], "std": [5.518762111663818, 34.522789001464844, 37.523250579833984, 11.571608543395996, 3.306619167327881, 0.015465670265257359], "count": [101]}, "observation.images.Camera 0": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.0196078431372549]]], "max": [[[0.9215686274509803]], [[0.9294117647058824]], [[0.9529411764705882]]], "mean": [[[0.5050460988562092]], [[0.5047231331699347]], [[0.5048168035130719]]], "std": [[[0.26613756090843765]], [[0.2661433195699228]], [[0.2663677214545811]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.3333333333333335], "mean": [1.6666666666666665], "std": [0.97182531580755], "count": [101]}, "frame_index": {"min": [0], "max": [100], "mean": [50.0], "std": [29.154759474226502], "count": [101]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [101]}, "index": {"min": [0], "max": [100], "mean": [50.0], "std": [29.154759474226502], "count": [101]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [101]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "giraffe_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 101,
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.Camera 0": {
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": "test_task12312"}
videos/chunk-000/observation.images.Camera 0/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5783c3b8d4f3ecb847a3ff8750c344f5a2fb881b0ed78c8b04320abd846810
3
+ size 412259