GAOTHU commited on
Commit
55faa79
·
verified ·
1 Parent(s): 7c8e9ab

Upload folder using huggingface_hub

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