Raffael-Kultyshev commited on
Commit
3a77111
·
verified ·
1 Parent(s): 319d4dc

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +79 -4
meta/info.json CHANGED
@@ -1,7 +1,82 @@
1
  {
2
  "codebase_version": "v2.0",
3
- "total_episodes": 148,
4
- "total_frames": 1079,
5
- "fps": 60,
6
- "last_language_instruction": "Wave hand randomly"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
  "codebase_version": "v2.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 149,
5
+ "total_frames": 0,
6
+ "total_tasks": 1,
7
+ "total_videos": 148,
8
+ "total_chunks": 2,
9
+ "chunks_size": 100,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:149"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 3
21
+ ],
22
+ "names": [
23
+ "x",
24
+ "y",
25
+ "z"
26
+ ]
27
+ },
28
+ "action": {
29
+ "dtype": "float32",
30
+ "shape": [
31
+ 1
32
+ ],
33
+ "names": null
34
+ },
35
+ "language_instruction": {
36
+ "dtype": "string",
37
+ "shape": [
38
+ 1
39
+ ],
40
+ "names": null
41
+ },
42
+ "timestamp": {
43
+ "dtype": "float64",
44
+ "shape": [
45
+ 1
46
+ ],
47
+ "names": null
48
+ },
49
+ "frame_index": {
50
+ "dtype": "int64",
51
+ "shape": [
52
+ 1
53
+ ],
54
+ "names": null
55
+ },
56
+ "episode_index": {
57
+ "dtype": "int64",
58
+ "shape": [
59
+ 1
60
+ ],
61
+ "names": null
62
+ },
63
+ "next.done": {
64
+ "dtype": "bool",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": null
69
+ }
70
+ },
71
+ "videos": {
72
+ "observation.images.rgb": {
73
+ "video_info": {
74
+ "video.fps": 30,
75
+ "video.codec": "av1",
76
+ "video.pix_fmt": "yuv420p",
77
+ "video.is_depth_map": false,
78
+ "has_audio": false
79
+ }
80
+ }
81
+ }
82
  }