carpit680 commited on
Commit
32b9977
·
verified ·
1 Parent(s): 06bd4ec

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:5ca93404463a4f02728eeb52172b21353aee819e6c8b7e35a7b2458439d65687
3
+ size 6781
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["ggt"], "length": 100}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-37.74862289428711, -99.95547485351562, 35.65719223022461, 55.47945022583008, -6.591796875, 100.0], "max": [-19.678375244140625, -45.681209564208984, 96.80284118652344, 58.75190353393555, 0.537109375, 100.0], "mean": [-23.367334365844727, -94.77434539794922, 89.991943359375, 56.123321533203125, -0.191162109375, 100.0], "std": [5.02762508392334, 12.701424598693848, 15.35373306274414, 1.0843567848205566, 1.8226141929626465, 0.0], "count": [100]}, "observation.state": {"min": [-37.81676483154297, -100.0, 44.33085632324219, 55.26414489746094, -6.1782660484313965, 99.4671401977539], "max": [-19.59064292907715, -53.1497917175293, 97.49070739746094, 58.56126022338867, 0.46398046612739563, 99.4671401977539], "mean": [-23.11792755126953, -96.2957992553711, 92.87548828125, 55.800697326660156, -0.13089117407798767, 99.46711730957031], "std": [4.39431095123291, 9.187718391418457, 11.671842575073242, 1.0579144954681396, 1.3946272134780884, 2.288818359375e-05], "count": [100]}, "observation.images.Camera 0": {"min": [[[0.00392156862745098]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5358266094771241]], [[0.5346961437908497]], [[0.5336716421568627]]], "std": [[[0.2544698718329938]], [[0.25446333260540055]], [[0.25485571241438015]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.3], "mean": [1.6499999999999997], "std": [0.9622023349240706], "count": [100]}, "frame_index": {"min": [0], "max": [99], "mean": [49.5], "std": [28.86607004772212], "count": [100]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [100]}, "index": {"min": [0], "max": [99], "mean": [49.5], "std": [28.86607004772212], "count": [100]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [100]}}}
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": 100,
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": "ggt"}
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:d0e8159f2570b0085117c6c2bc9c6225b06813896a954228c3eca9c07771527b
3
+ size 572679