dancher00 commited on
Commit
9b12f65
·
verified ·
1 Parent(s): f3ff982

Create meta/info.json

Browse files
Files changed (1) hide show
  1. meta/info.json +0 -90
meta/info.json CHANGED
@@ -1,90 +0,0 @@
1
- {
2
- "codebase_version": "v2.1",
3
- "robot_type": "maniskill",
4
- "total_episodes": 5,
5
- "total_frames": 250,
6
- "total_tasks": 1,
7
- "total_videos": 5,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:5"
13
- },
14
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
- "video_path": "videos/chunk-{episode_chunk:03d}/camera/episode_{episode_index:06d}.mp4",
16
- "features": {
17
- "action": {
18
- "dtype": "float32",
19
- "shape": [
20
- 0
21
- ],
22
- "names": null
23
- },
24
- "observation.state": {
25
- "dtype": "float32",
26
- "shape": [
27
- 0
28
- ],
29
- "names": null
30
- },
31
- "observation.images.camera": {
32
- "dtype": "video",
33
- "shape": [
34
- 128,
35
- 128,
36
- 3
37
- ],
38
- "names": [
39
- "height",
40
- "width",
41
- "channels"
42
- ],
43
- "info": {
44
- "video.fps": 30.0,
45
- "video.height": 128,
46
- "video.width": 128,
47
- "video.channels": 3,
48
- "video.codec": "mp4v",
49
- "video.pix_fmt": "yuv420p",
50
- "video.is_depth_map": false,
51
- "has_audio": false
52
- }
53
- },
54
- "timestamp": {
55
- "dtype": "float32",
56
- "shape": [
57
- 1
58
- ],
59
- "names": null
60
- },
61
- "frame_index": {
62
- "dtype": "int64",
63
- "shape": [
64
- 1
65
- ],
66
- "names": null
67
- },
68
- "episode_index": {
69
- "dtype": "int64",
70
- "shape": [
71
- 1
72
- ],
73
- "names": null
74
- },
75
- "index": {
76
- "dtype": "int64",
77
- "shape": [
78
- 1
79
- ],
80
- "names": null
81
- },
82
- "task_index": {
83
- "dtype": "int64",
84
- "shape": [
85
- 1
86
- ],
87
- "names": null
88
- }
89
- }
90
- }