kaiseong commited on
Commit
53d57b5
·
verified ·
1 Parent(s): 5cb4bdf

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": "piper_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": {
@@ -78,7 +80,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
78
  "height",
79
  "width",
80
  "channels"
81
- ]
 
 
 
 
 
 
 
 
 
 
82
  },
83
  "observation.images.wrist": {
84
  "dtype": "video",
@@ -91,7 +103,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
91
  "height",
92
  "width",
93
  "channels"
94
- ]
 
 
 
 
 
 
 
 
 
 
95
  },
96
  "timestamp": {
97
  "dtype": "float32",
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "piper_follower",
29
+ "total_episodes": 40,
30
+ "total_frames": 29005,
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:40"
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": {
 
80
  "height",
81
  "width",
82
  "channels"
83
+ ],
84
+ "info": {
85
+ "video.height": 720,
86
+ "video.width": 1280,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "video.fps": 30,
91
+ "video.channels": 3,
92
+ "has_audio": false
93
+ }
94
  },
95
  "observation.images.wrist": {
96
  "dtype": "video",
 
103
  "height",
104
  "width",
105
  "channels"
106
+ ],
107
+ "info": {
108
+ "video.height": 480,
109
+ "video.width": 640,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 30,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
  },
118
  "timestamp": {
119
  "dtype": "float32",