vibsthebot commited on
Commit
6c061e9
·
verified ·
1 Parent(s): a8823b6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -5
README.md CHANGED
@@ -26,14 +26,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "so_follower",
29
- "total_episodes": 0,
30
- "total_frames": 0,
31
- "total_tasks": 0,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 200,
35
  "fps": 30,
36
- "splits": {},
 
 
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": {
@@ -77,7 +79,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
77
  "height",
78
  "width",
79
  "channels"
80
- ]
 
 
 
 
 
 
 
 
 
 
81
  },
82
  "timestamp": {
83
  "dtype": "float32",
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "so_follower",
29
+ "total_episodes": 15,
30
+ "total_frames": 13159,
31
+ "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 200,
35
  "fps": 30,
36
+ "splits": {
37
+ "train": "0:15"
38
+ },
39
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
  "features": {
 
79
  "height",
80
  "width",
81
  "channels"
82
+ ],
83
+ "info": {
84
+ "video.height": 1080,
85
+ "video.width": 1920,
86
+ "video.codec": "av1",
87
+ "video.pix_fmt": "yuv420p",
88
+ "video.is_depth_map": false,
89
+ "video.fps": 30,
90
+ "video.channels": 3,
91
+ "has_audio": false
92
+ }
93
  },
94
  "timestamp": {
95
  "dtype": "float32",