Datasets:

Modalities:
Image
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
License:
CarolinePascal HF Staff commited on
Commit
5fad673
·
verified ·
1 Parent(s): 25a3a72

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -13
README.md CHANGED
@@ -24,20 +24,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 1,
30
  "total_frames": 169,
31
  "total_tasks": 1,
32
- "total_videos": 0,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
35
- "fps": 15,
36
  "splits": {
37
  "train": "0:1"
38
  },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": null,
41
  "features": {
42
  "observation.image": {
43
  "dtype": "image",
@@ -50,44 +48,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
50
  "height",
51
  "width",
52
  "channels"
53
- ]
 
54
  },
55
  "episode_index": {
56
  "dtype": "int64",
57
  "shape": [
58
  1
59
  ],
60
- "names": null
 
61
  },
62
  "frame_index": {
63
  "dtype": "int64",
64
  "shape": [
65
  1
66
  ],
67
- "names": null
 
68
  },
69
  "timestamp": {
70
  "dtype": "float32",
71
  "shape": [
72
  1
73
  ],
74
- "names": null
 
75
  },
76
  "index": {
77
  "dtype": "int64",
78
  "shape": [
79
  1
80
  ],
81
- "names": null
 
82
  },
83
  "task_index": {
84
  "dtype": "int64",
85
  "shape": [
86
  1
87
  ],
88
- "names": null
 
89
  }
90
- }
 
 
91
  }
92
  ```
93
 
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 1,
30
  "total_frames": 169,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
+ "fps": 30.0,
34
  "splits": {
35
  "train": "0:1"
36
  },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "observation.image": {
41
  "dtype": "image",
 
48
  "height",
49
  "width",
50
  "channels"
51
+ ],
52
+ "fps": 30.0
53
  },
54
  "episode_index": {
55
  "dtype": "int64",
56
  "shape": [
57
  1
58
  ],
59
+ "names": null,
60
+ "fps": 30.0
61
  },
62
  "frame_index": {
63
  "dtype": "int64",
64
  "shape": [
65
  1
66
  ],
67
+ "names": null,
68
+ "fps": 30.0
69
  },
70
  "timestamp": {
71
  "dtype": "float32",
72
  "shape": [
73
  1
74
  ],
75
+ "names": null,
76
+ "fps": 30.0
77
  },
78
  "index": {
79
  "dtype": "int64",
80
  "shape": [
81
  1
82
  ],
83
+ "names": null,
84
+ "fps": 30.0
85
  },
86
  "task_index": {
87
  "dtype": "int64",
88
  "shape": [
89
  1
90
  ],
91
+ "names": null,
92
+ "fps": 30.0
93
  }
94
+ },
95
+ "data_files_size_in_mb": 100,
96
+ "video_files_size_in_mb": 500
97
  }
98
  ```
99