carpit680 commited on
Commit
7cf2487
·
verified ·
1 Parent(s): 315256a

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:5f128be2d2ecc70ed847de354491b4194ecf8d3b7c40231076ebc04e51d8291b
3
+ size 9000
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["test123"], "length": 100}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-25.0, -98.49290466308594, 50.114627838134766, 37.19862365722656, -9.4482421875, 30.194580078125], "max": [-11.945813179016113, -18.97163200378418, 96.69876098632812, 54.42020797729492, -5.2490234375, 99.86101531982422], "mean": [-18.05213165283203, -58.64540100097656, 67.1325454711914, 45.30120086669922, -7.66015625, 89.52500915527344], "std": [3.716334819793701, 28.519655227661133, 16.842256546020508, 5.556005001068115, 1.8660492897033691, 21.015111923217773], "count": [100]}, "observation.state": {"min": [-24.89082908630371, -98.0272445678711, 51.11524200439453, 37.5, -9.548229217529297, 30.75153350830078], "max": [-11.887433052062988, -19.11695671081543, 98.69888305664062, 54.89457702636719, -5.201465129852295, 99.15644073486328], "mean": [-18.211549758911133, -58.52701187133789, 68.65894317626953, 45.63478088378906, -7.616114616394043, 88.68550109863281], "std": [3.4986226558685303, 28.862674713134766, 17.254365921020508, 5.7880778312683105, 1.8338160514831543, 20.405128479003906], "count": [100]}, "observation.images.Camera 0": {"min": [[[0.011764705882352941]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5162493607026143]], [[0.5112055392156863]], [[0.5087756392973857]]], "std": [[[0.25935562749007185]], [[0.2611918269780779]], [[0.26205550823830015]]], "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": "test123"}
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:d2bd5fa2d394b25cf6f896615d3d481d0eeecc09eace868d89d1b208984ed954
3
+ size 765081