aliberts HF staff commited on
Commit
ee4f9f9
·
verified ·
1 Parent(s): d14ed52

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -14,8 +14,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
14
  ```json
15
  {
16
  "codebase_version": "v2.0",
17
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
18
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
19
  "robot_type": "koch",
20
  "total_episodes": 50,
21
  "total_frames": 21267,
@@ -27,6 +25,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
27
  "splits": {
28
  "train": "0:50"
29
  },
 
 
30
  "features": {
31
  "observation.state": {
32
  "dtype": "float32",
@@ -70,9 +70,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
70
  ],
71
  "video_info": {
72
  "video.fps": 30.0,
73
- "video.width": 640,
74
- "video.height": 480,
75
- "video.channels": 3,
76
  "video.codec": "av1",
77
  "video.pix_fmt": "yuv420p",
78
  "video.is_depth_map": false,
@@ -93,9 +90,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
93
  ],
94
  "video_info": {
95
  "video.fps": 30.0,
96
- "video.width": 640,
97
- "video.height": 480,
98
- "video.channels": 3,
99
  "video.codec": "av1",
100
  "video.pix_fmt": "yuv420p",
101
  "video.is_depth_map": false,
 
14
  ```json
15
  {
16
  "codebase_version": "v2.0",
 
 
17
  "robot_type": "koch",
18
  "total_episodes": 50,
19
  "total_frames": 21267,
 
25
  "splits": {
26
  "train": "0:50"
27
  },
28
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
29
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
30
  "features": {
31
  "observation.state": {
32
  "dtype": "float32",
 
70
  ],
71
  "video_info": {
72
  "video.fps": 30.0,
 
 
 
73
  "video.codec": "av1",
74
  "video.pix_fmt": "yuv420p",
75
  "video.is_depth_map": false,
 
90
  ],
91
  "video_info": {
92
  "video.fps": 30.0,
 
 
 
93
  "video.codec": "av1",
94
  "video.pix_fmt": "yuv420p",
95
  "video.is_depth_map": false,