btpphillip commited on
Commit
b4b2b3f
·
verified ·
1 Parent(s): 2abebe6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -5
README.md CHANGED
@@ -33,14 +33,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": null,
36
- "total_episodes": 0,
37
- "total_frames": 0,
38
- "total_tasks": 0,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 25,
43
- "splits": {},
 
 
44
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
  "features": {
@@ -79,7 +81,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
79
  "height",
80
  "width",
81
  "channel"
82
- ]
 
 
 
 
 
 
 
 
 
 
83
  },
84
  "timestamp": {
85
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": null,
36
+ "total_episodes": 5,
37
+ "total_frames": 1884,
38
+ "total_tasks": 1,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 25,
43
+ "splits": {
44
+ "train": "0:5"
45
+ },
46
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
  "features": {
 
81
  "height",
82
  "width",
83
  "channel"
84
+ ],
85
+ "info": {
86
+ "video.height": 480,
87
+ "video.width": 640,
88
+ "video.codec": "av1",
89
+ "video.pix_fmt": "yuv420p",
90
+ "video.is_depth_map": false,
91
+ "video.fps": 25,
92
+ "video.channels": 3,
93
+ "has_audio": false
94
+ }
95
  },
96
  "timestamp": {
97
  "dtype": "float32",