rli14 commited on
Commit
a3c3020
·
verified ·
1 Parent(s): aacc914

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +98 -0
meta/info.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "total_videos": 0,
8
+ "total_chunks": 0,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
13
+ "video_path": null,
14
+ "features": {
15
+ "observation.image.ego_global": {
16
+ "dtype": "image",
17
+ "names": [
18
+ "channels",
19
+ "height",
20
+ "width"
21
+ ],
22
+ "shape": [
23
+ 3,
24
+ 640,
25
+ 360
26
+ ]
27
+ },
28
+ "observation.image.wrist": {
29
+ "dtype": "image",
30
+ "names": [
31
+ "channels",
32
+ "height",
33
+ "width"
34
+ ],
35
+ "shape": [
36
+ 3,
37
+ 360,
38
+ 640
39
+ ]
40
+ },
41
+ "observation.state": {
42
+ "dtype": "float32",
43
+ "names": null,
44
+ "shape": [
45
+ 10
46
+ ]
47
+ },
48
+ "action": {
49
+ "dtype": "float32",
50
+ "shape": [
51
+ 10
52
+ ],
53
+ "names": null
54
+ },
55
+ "joints": {
56
+ "dtype": "float32",
57
+ "names": null,
58
+ "shape": [
59
+ 6
60
+ ]
61
+ },
62
+ "timestamp": {
63
+ "dtype": "float32",
64
+ "shape": [
65
+ 1
66
+ ],
67
+ "names": null
68
+ },
69
+ "frame_index": {
70
+ "dtype": "int64",
71
+ "shape": [
72
+ 1
73
+ ],
74
+ "names": null
75
+ },
76
+ "episode_index": {
77
+ "dtype": "int64",
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "names": null
82
+ },
83
+ "index": {
84
+ "dtype": "int64",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null
89
+ },
90
+ "task_index": {
91
+ "dtype": "int64",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ }
97
+ }
98
+ }