GAOTHU commited on
Commit
faab7e2
·
verified ·
1 Parent(s): 64091c4

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:c04b519d0fcf4dd6779a33e1e0290e265028ba034f23cadf794d34580c9e8e42
3
+ size 19262503
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the fruit and put it on the mat."], "length": 291}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1567245860380285]], [[0.2721402013442096]], [[0.2541577082615273]]], "std": [[[0.16860603651401795]], [[0.1233186346356817]], [[0.12278813187242517]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1495319004432828]], [[0.19039847878848806]], [[0.1702009079877068]]], "std": [[[0.21511472312148847]], [[0.16234052153636236]], [[0.13912518018546696]]], "count": [100]}, "state": {"min": [-0.48946046829223633, -1.8038321733474731, 1.3102912902832031, -1.8291590213775635, -1.6004977226257324, 0.599026083946228, 0.0], "max": [-0.0009623088990338147, -0.9210693836212158, 2.0761914253234863, -1.3962090015411377, -1.4346246719360352, 0.8618494868278503, 1.0], "mean": [-0.310294508934021, -1.3884427547454834, 1.7865570783615112, -1.6112239360809326, -1.5095165967941284, 0.7664699554443359, 0.32302406430244446], "std": [0.13333795964717865, 0.28650063276290894, 0.2664910852909088, 0.1265995055437088, 0.058857981115579605, 0.080070361495018, 0.4676317274570465], "count": [291]}, "actions": {"min": [-0.48946046829223633, -1.8038321733474731, 1.3102912902832031, -1.8291590213775635, -1.6004977226257324, 0.5949330925941467, 0.0], "max": [-0.0009623088990338147, -0.9210693836212158, 2.0761914253234863, -1.3962090015411377, -1.4346246719360352, 0.8618494868278503, 1.0], "mean": [-0.31136348843574524, -1.3870491981506348, 1.7853630781173706, -1.6111310720443726, -1.5091397762298584, 0.7663013935089111, 0.32302406430244446], "std": [0.13210001587867737, 0.2857680916786194, 0.2663100063800812, 0.1264498084783554, 0.05882316082715988, 0.08037904649972916, 0.4676317274570465], "count": [291]}, "timestamp": {"min": [0.0], "max": [9.666666666666666], "mean": [4.833333333333333], "std": [2.80013227200801], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [291]}, "index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [291]}}}
meta/info.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "UR5",
4
+ "total_episodes": 1,
5
+ "total_frames": 291,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
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
+ "image": {
18
+ "dtype": "image",
19
+ "shape": [
20
+ 256,
21
+ 256,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ]
29
+ },
30
+ "wrist_image": {
31
+ "dtype": "image",
32
+ "shape": [
33
+ 256,
34
+ 256,
35
+ 3
36
+ ],
37
+ "names": [
38
+ "height",
39
+ "width",
40
+ "channel"
41
+ ]
42
+ },
43
+ "state": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "names": [
49
+ "state"
50
+ ]
51
+ },
52
+ "actions": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 7
56
+ ],
57
+ "names": [
58
+ "actions"
59
+ ]
60
+ },
61
+ "timestamp": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null
67
+ },
68
+ "frame_index": {
69
+ "dtype": "int64",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "episode_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "task_index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ }
96
+ }
97
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pick up the fruit and put it on the mat."}