jadechoghari commited on
Commit
1ad5784
·
verified ·
1 Parent(s): 01bd824

Upload folder using huggingface_hub

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