eyefly2 commited on
Commit
0b3cea1
·
verified ·
1 Parent(s): 70615ff

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +110 -0
meta/info.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 10,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
13
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
14
+ "features": {
15
+ "observation.state.pose": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 6
19
+ ],
20
+ "names": [
21
+ "x",
22
+ "y",
23
+ "z",
24
+ "roll",
25
+ "pitch",
26
+ "yaw"
27
+ ]
28
+ },
29
+ "action.pose": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 6
33
+ ],
34
+ "names": [
35
+ "x",
36
+ "y",
37
+ "z",
38
+ "roll",
39
+ "pitch",
40
+ "yaw"
41
+ ]
42
+ },
43
+ "action.gripper": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 1
47
+ ],
48
+ "names": [
49
+ "gripper"
50
+ ]
51
+ },
52
+ "observation.images": {
53
+ "dtype": "video",
54
+ "shape": [
55
+ 3,
56
+ 224,
57
+ 224
58
+ ],
59
+ "names": [
60
+ "channels",
61
+ "height",
62
+ "width"
63
+ ],
64
+ "info": {
65
+ "video.channels": 3
66
+ }
67
+ },
68
+ "timestamps": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ]
73
+ },
74
+ "timestamp": {
75
+ "dtype": "float32",
76
+ "shape": [
77
+ 1
78
+ ],
79
+ "names": null
80
+ },
81
+ "frame_index": {
82
+ "dtype": "int64",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null
87
+ },
88
+ "episode_index": {
89
+ "dtype": "int64",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ },
95
+ "index": {
96
+ "dtype": "int64",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "task_index": {
103
+ "dtype": "int64",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ }
109
+ }
110
+ }