CarolinePascal HF Staff commited on
Commit
e5839db
·
verified ·
1 Parent(s): 5295de4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +93 -0
meta/info.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_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": null,
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "names": [
18
+ "shoulder_pan.pos",
19
+ "shoulder_lift.pos",
20
+ "elbow_flex.pos",
21
+ "wrist_flex.pos",
22
+ "wrist_roll.pos",
23
+ "gripper.pos"
24
+ ],
25
+ "shape": [
26
+ 6
27
+ ]
28
+ },
29
+ "observation.state": {
30
+ "dtype": "float32",
31
+ "names": [
32
+ "shoulder_pan.pos",
33
+ "shoulder_lift.pos",
34
+ "elbow_flex.pos",
35
+ "wrist_flex.pos",
36
+ "wrist_roll.pos",
37
+ "gripper.pos"
38
+ ],
39
+ "shape": [
40
+ 6
41
+ ]
42
+ },
43
+ "observation.depth.front": {
44
+ "dtype": "image",
45
+ "shape": [
46
+ 480,
47
+ 640
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width"
52
+ ],
53
+ "info": {
54
+ "video.is_depth_map": true
55
+ }
56
+ },
57
+ "timestamp": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null
63
+ },
64
+ "frame_index": {
65
+ "dtype": "int64",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "episode_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "index": {
79
+ "dtype": "int64",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "task_index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ }
92
+ }
93
+ }