TheSlothThatCodes commited on
Commit
f4c2b2a
·
verified ·
1 Parent(s): 2d5921c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -6
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": "omx_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": 500,
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": {
@@ -74,7 +76,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
74
  "height",
75
  "width",
76
  "channels"
77
- ]
 
 
 
 
 
 
 
 
 
 
78
  },
79
  "observation.images.wrist": {
80
  "dtype": "video",
@@ -87,7 +99,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
87
  "height",
88
  "width",
89
  "channels"
90
- ]
 
 
 
 
 
 
 
 
 
 
91
  },
92
  "timestamp": {
93
  "dtype": "float32",
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "omx_follower",
29
+ "total_episodes": 5,
30
+ "total_frames": 5809,
31
+ "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 500,
35
  "fps": 30,
36
+ "splits": {
37
+ "train": "0:5"
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": {
 
76
  "height",
77
  "width",
78
  "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
  },
91
  "observation.images.wrist": {
92
  "dtype": "video",
 
99
  "height",
100
  "width",
101
  "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
  },
114
  "timestamp": {
115
  "dtype": "float32",