dureduck commited on
Commit
fa6a112
·
verified ·
1 Parent(s): f5446dd

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +104 -0
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
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": 50,
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.images.exterior": {
16
+ "dtype": "video",
17
+ "shape": [
18
+ 240,
19
+ 320,
20
+ 3
21
+ ],
22
+ "names": [
23
+ "height",
24
+ "width",
25
+ "channel"
26
+ ]
27
+ },
28
+ "observation.images.wristcam": {
29
+ "dtype": "video",
30
+ "shape": [
31
+ 240,
32
+ 320,
33
+ 3
34
+ ],
35
+ "names": [
36
+ "height",
37
+ "width",
38
+ "channel"
39
+ ]
40
+ },
41
+ "observation.state": {
42
+ "dtype": "float",
43
+ "shape": [
44
+ 8
45
+ ],
46
+ "names": [
47
+ "state"
48
+ ]
49
+ },
50
+ "actions": {
51
+ "dtype": "float",
52
+ "shape": [
53
+ 8
54
+ ],
55
+ "names": [
56
+ "actions"
57
+ ]
58
+ },
59
+ "observation.velocity": {
60
+ "dtype": "float",
61
+ "shape": [
62
+ 7
63
+ ],
64
+ "names": [
65
+ "velocity"
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
+ }