anvilbot-patrickhhh commited on
Commit
23734f0
·
verified ·
1 Parent(s): c0d47ab

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:e43c657218f883d0ad0aef68ddd97a4b61179b940120e34e47f7d0c6fbd306c5
3
+ size 20646
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the green cube in the area with the black tape"], "length": 535}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-48.01200485229492, -99.49600982666016, -59.82022476196289, 11.566368103027344, 1.525512933731079, 1.0622154474258423], "max": [8.627157211303711, 14.3217134475708, 99.82022094726562, 83.78147888183594, 31.614938735961914, 45.82701110839844], "mean": [-12.319692611694336, -66.80232238769531, 67.27642059326172, 59.51762390136719, 5.655392169952393, 6.797577857971191], "std": [15.234148025512695, 44.72928237915039, 43.67546844482422, 11.040959358215332, 7.501091957092285, 12.483073234558105], "count": [535]}, "observation.state": {"min": [-47.80342483520508, -98.82105255126953, -59.856632232666016, 13.626655578613281, 1.733193278312683, 2.992021322250366], "max": [7.297096252441406, 15.115789413452148, 98.83512878417969, 83.68218994140625, 31.35504150390625, 45.412235260009766], "mean": [-12.506467819213867, -66.11613464355469, 67.74362182617188, 59.723487854003906, 5.6265459060668945, 9.273896217346191], "std": [15.194005966186523, 45.076263427734375, 42.21232604980469, 10.850955963134766, 7.5185699462890625, 12.397263526916504], "count": [535]}, "observation.images.front": {"min": [[[0.03529411764705882]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.8705882352941177]], [[0.807843137254902]], [[0.788235294117647]]], "mean": [[[0.5251277527527527]], [[0.4714557425072131]], [[0.4298734837778955]]], "std": [[[0.15632493716976947]], [[0.15878683101113897]], [[0.16982367159540987]]], "count": [111]}, "timestamp": {"min": [0.0], "max": [17.8], "mean": [8.900000000000002], "std": [5.14803090727146], "count": [535]}, "frame_index": {"min": [0], "max": [534], "mean": [267.0], "std": [154.44092721814383], "count": [535]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [535]}, "index": {"min": [0], "max": [534], "mean": [267.0], "std": [154.44092721814383], "count": [535]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [535]}}}
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": 535,
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
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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": "Put the green cube in the area with the black tape"}
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:84d26f1a82b75f24772c08ffde402dd5dac40a5ea387a8a5ae4646e68639bffe
3
+ size 10376011