prerit2k commited on
Commit
0a4728d
·
verified ·
1 Parent(s): ad942b1

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:904f0d9b5983dde88b0cb0c3de934e038382436aef6bf4604adc8ab187cb15b2
3
+ size 8208
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Recording evaluation episode using Bench01"], "length": 61}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.021634766831994057, 1.046387791633606, 0.5256752371788025, 0.524059534072876, -0.06811527907848358, -0.0782444179058075, 1.3871287592337467e-05], "max": [0.0006519518792629242, 2.19903302192688, 1.0743470191955566, 1.270918369293213, -0.007251575589179993, -0.0013408251106739044, 1.5084910046425648e-05], "mean": [-0.010840236209332943, 1.7777001857757568, 0.7914864420890808, 0.8988811373710632, -0.038673706352710724, -0.03493055701255798, 1.4547652426699642e-05], "std": [0.008459615521132946, 0.40417319536209106, 0.25390782952308655, 0.2566626965999603, 0.015039578080177307, 0.028306953608989716, 3.8544280300811806e-07], "count": [61]}, "observation.state": {"min": [-0.02193484455347061, 1.046196699142456, 0.5235751867294312, 0.5182345509529114, -0.06809338182210922, -0.07877469807863235, 1.1596828699111938e-05], "max": [0.000572213320992887, 2.198634386062622, 1.0732814073562622, 1.2689783573150635, -0.00019073777366429567, -0.00019073777366429567, 1.4934688806533813e-05], "mean": [-0.010340492241084576, 1.7451218366622925, 0.7738855481147766, 0.8899793028831482, -0.037262655794620514, -0.034786202013492584, 1.1925142644031439e-05], "std": [0.008457948453724384, 0.4214208126068115, 0.2535536289215088, 0.2617889642715454, 0.016366323456168175, 0.02869534119963646, 9.940200698110857e-07], "count": [61]}, "observation.images.cam_main": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3750094690881817]], [[0.4247323163327262]], [[0.43709957052037574]]], "std": [[[0.29340462065543377]], [[0.2673424089872546]], [[0.2699186781741882]]], "count": [61]}, "observation.images.cam_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.8862745098039215]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.3989357253830494]], [[0.394412795992714]], [[0.3816305760920033]]], "std": [[[0.1959650310764271]], [[0.1874732595583822]], [[0.19701803103470394]]], "count": [61]}, "timestamp": {"min": [0.0], "max": [2.0], "mean": [0.9999999999999999], "std": [0.5868938953886337], "count": [61]}, "frame_index": {"min": [0], "max": [60], "mean": [30.0], "std": [17.60681686165901], "count": [61]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [61]}, "index": {"min": [0], "max": [60], "mean": [30.0], "std": [17.60681686165901], "count": [61]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [61]}}}
meta/info.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "trossen_subversion": "v1.0",
4
+ "robot_type": "trossen_ai_solo",
5
+ "total_episodes": 1,
6
+ "total_frames": 61,
7
+ "total_tasks": 1,
8
+ "total_videos": 2,
9
+ "total_chunks": 1,
10
+ "chunks_size": 1000,
11
+ "fps": 30,
12
+ "splits": {
13
+ "train": "0:1"
14
+ },
15
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
16
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
17
+ "features": {
18
+ "action": {
19
+ "dtype": "float32",
20
+ "shape": [
21
+ 7
22
+ ],
23
+ "names": [
24
+ "main_joint_0",
25
+ "main_joint_1",
26
+ "main_joint_2",
27
+ "main_joint_3",
28
+ "main_joint_4",
29
+ "main_joint_5",
30
+ "main_joint_6"
31
+ ]
32
+ },
33
+ "observation.state": {
34
+ "dtype": "float32",
35
+ "shape": [
36
+ 7
37
+ ],
38
+ "names": [
39
+ "main_joint_0",
40
+ "main_joint_1",
41
+ "main_joint_2",
42
+ "main_joint_3",
43
+ "main_joint_4",
44
+ "main_joint_5",
45
+ "main_joint_6"
46
+ ]
47
+ },
48
+ "observation.images.cam_main": {
49
+ "dtype": "video",
50
+ "shape": [
51
+ 360,
52
+ 640,
53
+ 3
54
+ ],
55
+ "names": [
56
+ "height",
57
+ "width",
58
+ "channels"
59
+ ],
60
+ "info": {
61
+ "video.fps": 30.0,
62
+ "video.height": 360,
63
+ "video.width": 640,
64
+ "video.channels": 3,
65
+ "video.codec": "av1",
66
+ "video.pix_fmt": "yuv420p",
67
+ "video.is_depth_map": false,
68
+ "has_audio": false
69
+ }
70
+ },
71
+ "observation.images.cam_wrist": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 360,
75
+ 640,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ],
83
+ "info": {
84
+ "video.fps": 30.0,
85
+ "video.height": 360,
86
+ "video.width": 640,
87
+ "video.channels": 3,
88
+ "video.codec": "av1",
89
+ "video.pix_fmt": "yuv420p",
90
+ "video.is_depth_map": false,
91
+ "has_audio": false
92
+ }
93
+ },
94
+ "timestamp": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "frame_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "episode_index": {
109
+ "dtype": "int64",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": null
114
+ },
115
+ "index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "task_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ }
129
+ }
130
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Recording evaluation episode using Bench01"}
videos/chunk-000/observation.images.cam_main/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53e478dd90915da2ae290af6179438e1034627faf2afaf335a98655f552f3456
3
+ size 573517
videos/chunk-000/observation.images.cam_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:596f7bcbf403a98c8a64192a5cf927a269130d464e813917457eb6b9860fd5b2
3
+ size 231675