bananaburp commited on
Commit
0f1a2c9
·
verified ·
1 Parent(s): c866c19

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": "so_follower",
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": 30,
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": {
@@ -69,7 +71,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
69
  "height",
70
  "width",
71
  "channels"
72
- ]
 
 
 
 
 
 
 
 
 
 
73
  },
74
  "action": {
75
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "so_follower",
36
+ "total_episodes": 1,
37
+ "total_frames": 1443,
38
+ "total_tasks": 1,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 30,
43
+ "splits": {
44
+ "train": "0:1"
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": {
 
71
  "height",
72
  "width",
73
  "channels"
74
+ ],
75
+ "info": {
76
+ "video.height": 480,
77
+ "video.width": 640,
78
+ "video.codec": "av1",
79
+ "video.pix_fmt": "yuv420p",
80
+ "video.is_depth_map": false,
81
+ "video.fps": 30,
82
+ "video.channels": 3,
83
+ "has_audio": false
84
+ }
85
  },
86
  "action": {
87
  "dtype": "float32",