Faless commited on
Commit
999e022
·
verified ·
1 Parent(s): ae2c1bf

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. meta/info.json +117 -0
  2. meta/tasks.parquet +3 -0
meta/info.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "piper_noee",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "names": [
18
+ "joint_1.pos",
19
+ "joint_2.pos",
20
+ "joint_3.pos",
21
+ "joint_4.pos",
22
+ "joint_5.pos",
23
+ "joint_6.pos",
24
+ "gripper.pos"
25
+ ],
26
+ "shape": [
27
+ 7
28
+ ]
29
+ },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "names": [
33
+ "joint_1.pos",
34
+ "joint_2.pos",
35
+ "joint_3.pos",
36
+ "joint_4.pos",
37
+ "joint_5.pos",
38
+ "joint_6.pos",
39
+ "gripper.pos",
40
+ "gripper.tau"
41
+ ],
42
+ "shape": [
43
+ 8
44
+ ]
45
+ },
46
+ "observation.images.image": {
47
+ "dtype": "video",
48
+ "shape": [
49
+ 480,
50
+ 640,
51
+ 3
52
+ ],
53
+ "names": [
54
+ "height",
55
+ "width",
56
+ "channels"
57
+ ]
58
+ },
59
+ "observation.images.image2": {
60
+ "dtype": "video",
61
+ "shape": [
62
+ 480,
63
+ 640,
64
+ 3
65
+ ],
66
+ "names": [
67
+ "height",
68
+ "width",
69
+ "channels"
70
+ ]
71
+ },
72
+ "intervention": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": [
78
+ "is_human"
79
+ ]
80
+ },
81
+ "timestamp": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null
87
+ },
88
+ "frame_index": {
89
+ "dtype": "int64",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ },
95
+ "episode_index": {
96
+ "dtype": "int64",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "index": {
103
+ "dtype": "int64",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ },
109
+ "task_index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ }
116
+ }
117
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8e82fc95ae22ad1791b755a638092e224b7f9c25f60cbdca15cb3f15d688738
3
+ size 2380