pierre818191 commited on
Commit
de13e00
·
verified ·
1 Parent(s): a77a2f5

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +94 -0
meta/info.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "yam_follower",
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
+ "motor_0.pos",
19
+ "motor_1.pos",
20
+ "motor_2.pos",
21
+ "motor_3.pos",
22
+ "motor_4.pos",
23
+ "motor_5.pos",
24
+ "motor_6.pos"
25
+ ],
26
+ "shape": [
27
+ 7
28
+ ]
29
+ },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "names": [
33
+ "motor_0.pos",
34
+ "motor_1.pos",
35
+ "motor_2.pos",
36
+ "motor_3.pos",
37
+ "motor_4.pos",
38
+ "motor_5.pos",
39
+ "motor_6.pos"
40
+ ],
41
+ "shape": [
42
+ 7
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ]
57
+ },
58
+ "timestamp": {
59
+ "dtype": "float32",
60
+ "shape": [
61
+ 1
62
+ ],
63
+ "names": null
64
+ },
65
+ "frame_index": {
66
+ "dtype": "int64",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "episode_index": {
73
+ "dtype": "int64",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null
85
+ },
86
+ "task_index": {
87
+ "dtype": "int64",
88
+ "shape": [
89
+ 1
90
+ ],
91
+ "names": null
92
+ }
93
+ }
94
+ }