BarryFutureman commited on
Commit
05717fe
·
verified ·
1 Parent(s): f6e0b11

Final upload: 1 episodes

Browse files
Files changed (1) hide show
  1. meta/info.json +76 -63
meta/info.json CHANGED
@@ -1,67 +1,80 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "none",
4
- "total_episodes": 1,
5
- "total_frames": 117520,
6
- "total_tasks": 1,
7
- "chunks_size": 1000,
8
- "data_files_size_in_mb": 100,
9
- "video_files_size_in_mb": 200,
10
- "fps": 20,
11
- "splits": {
12
- "train": "0:1"
 
 
 
 
 
 
 
 
 
 
13
  },
14
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
- "video_path": null,
16
- "features": {
17
- "action": {
18
- "dtype": "float32",
19
- "shape": [
20
- 28
21
- ],
22
- "names": null
23
- },
24
- "action.full": {
25
- "dtype": "float32",
26
- "shape": [
27
- 265
28
- ],
29
- "names": null
30
- },
31
- "timestamp": {
32
- "dtype": "float32",
33
- "shape": [
34
- 1
35
- ],
36
- "names": null
37
- },
38
- "frame_index": {
39
- "dtype": "int64",
40
- "shape": [
41
- 1
42
- ],
43
- "names": null
44
- },
45
- "episode_index": {
46
- "dtype": "int64",
47
- "shape": [
48
- 1
49
- ],
50
- "names": null
51
- },
52
- "index": {
53
- "dtype": "int64",
54
- "shape": [
55
- 1
56
- ],
57
- "names": null
58
- },
59
- "task_index": {
60
- "dtype": "int64",
61
- "shape": [
62
- 1
63
- ],
64
- "names": null
65
- }
 
 
66
  }
 
67
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "none",
4
+ "total_episodes": 1,
5
+ "total_frames": 117520,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 20,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 28
21
+ ],
22
+ "names": null
23
  },
24
+ "action.full": {
25
+ "dtype": "float32",
26
+ "shape": [
27
+ 265
28
+ ],
29
+ "names": null
30
+ },
31
+ "timestamp": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "frame_index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "episode_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "task_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "observation.images.rgb": {
67
+ "dtype": "video",
68
+ "shape": [
69
+ 3,
70
+ 280,
71
+ 504
72
+ ],
73
+ "names": [
74
+ "channel",
75
+ "height",
76
+ "width"
77
+ ]
78
  }
79
+ }
80
  }