nvail23 commited on
Commit
339b3e3
·
verified ·
1 Parent(s): 2914c27

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:aa69c4a057f2112a920450264ed07c50d874752530fa8706b495725812d2f463
3
+ size 38989
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the blue connector"], "length": 769}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-94.95313262939453, -99.24274444580078, -55.081668853759766, -7.939119815826416, -3.5658915042877197, 0.0], "max": [9.589040756225586, 18.973495483398438, 100.0, 100.0, 59.32816696166992, 28.330522537231445], "mean": [-34.48935317993164, -31.994230270385742, 28.776174545288086, 62.2484245300293, 36.72459030151367, 5.863168239593506], "std": [40.46592712402344, 36.836605072021484, 46.5815544128418, 26.25798225402832, 22.073381423950195, 9.26740550994873], "count": [769]}, "observation.state": {"min": [-94.69669342041016, -98.28399658203125, -52.76968002319336, -7.351712703704834, -3.3758440017700195, 1.01694917678833], "max": [8.972030639648438, 19.176319122314453, 99.70845794677734, 99.83291625976562, 58.789695739746094, 28.06779670715332], "mean": [-34.57720947265625, -31.353086471557617, 30.067241668701172, 62.31673812866211, 36.671504974365234, 5.8856987953186035], "std": [40.38594436645508, 37.14403533935547, 46.01969528198242, 26.08015251159668, 22.04806137084961, 9.02942943572998], "count": [769]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5699431210269496]], [[0.5432231021689498]], [[0.5237943512736144]]], "std": [[[0.2461596145139001]], [[0.2660712859616688]], [[0.2599043089324405]]], "count": [146]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.8], "std": [7.39969969360619], "count": [769]}, "frame_index": {"min": [0], "max": [768], "mean": [384.0], "std": [221.99099080818573], "count": [769]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [769]}, "index": {"min": [0], "max": [768], "mean": [384.0], "std": [221.99099080818573], "count": [769]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [769]}}}
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": 769,
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 connector"}
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:58bb5ba4e1bde639321de4150b2ce9f1c308fba72ceec8aae50bb88ffdfd629d
3
+ size 12614466