ElvinLiSTFT commited on
Commit
6c9a3c0
·
verified ·
1 Parent(s): ed7d093

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:807605aa900717a2285aa6176e1a4d8aa8c65006351a4f2ee1d34813d3d2a787
3
+ size 26391
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the blue block"], "length": 546}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-25.30386734008789, -99.49173736572266, -32.671478271484375, -3.1017911434173584, -40.479915618896484, 2.4350650310516357], "max": [-10.79189682006836, 12.748835563659668, 100.0, 73.61293029785156, -26.604068756103516, 29.464284896850586], "mean": [-20.050334930419922, -21.314598083496094, 29.58617401123047, 49.734378814697266, -35.37129211425781, 15.015220642089844], "std": [4.4218621253967285, 44.67326354980469, 40.2119255065918, 18.46235466003418, 4.9324235916137695, 8.240580558776855], "count": [546]}, "observation.state": {"min": [-25.256975173950195, -98.98947143554688, -29.51780128479004, -1.8117543458938599, -40.29850769042969, 8.58108139038086], "max": [-11.086637496948242, 13.263157844543457, 99.09869384765625, 74.10517120361328, -26.7347469329834, 29.12162208557129], "mean": [-20.110729217529297, -21.46565055847168, 31.754592895507812, 50.09395217895508, -35.322166442871094, 16.508407592773438], "std": [4.4224371910095215, 45.157405853271484, 39.3484992980957, 18.343416213989258, 4.842474937438965, 6.2321248054504395], "count": [546]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6110655381944444]], [[0.6094757053863212]], [[0.6024739346259337]]], "std": [[[0.30184736654537303]], [[0.29458282578565426]], [[0.3030825563611546]]], "count": [112]}, "timestamp": {"min": [0.0], "max": [18.166666666666668], "mean": [9.083333333333334], "std": [5.253878637800909], "count": [546]}, "frame_index": {"min": [0], "max": [545], "mean": [272.5], "std": [157.61635913402728], "count": [546]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [546]}, "index": {"min": [0], "max": [545], "mean": [272.5], "std": [157.61635913402728], "count": [546]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [546]}}}
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": 546,
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": "Grab the blue block"}
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:f9bce823d0f4f5a732b9f6fe7f26d77f21650dcdabddf8996e96cd66368eb097
3
+ size 5520459