vibsthebot commited on
Commit
01df19c
·
verified ·
1 Parent(s): e8ca666

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": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
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
+ "gripper.current"
39
+ ],
40
+ "shape": [
41
+ 7
42
+ ]
43
+ },
44
+ "observation.images.top": {
45
+ "dtype": "video",
46
+ "shape": [
47
+ 1080,
48
+ 1920,
49
+ 3
50
+ ],
51
+ "names": [
52
+ "height",
53
+ "width",
54
+ "channels"
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
+ }