aliberts HF staff commited on
Commit
0ad8e0a
1 Parent(s): eb97033

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -11,11 +11,14 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
11
  ```json
12
  {
13
  "codebase_version": "v2.0",
14
- "data_path": "data/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
15
  "robot_type": "koch",
16
  "total_episodes": 50,
17
  "total_frames": 21267,
18
  "total_tasks": 1,
 
 
 
19
  "fps": 30,
20
  "splits": {
21
  "train": "0:50"
@@ -62,7 +65,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
62
  ]
63
  },
64
  "videos": {
65
- "videos_path": "videos/{video_key}_episode_{episode_index:06d}.mp4",
66
  "observation.images.laptop": {
67
  "video.fps": 30.0,
68
  "video.width": 640,
 
11
  ```json
12
  {
13
  "codebase_version": "v2.0",
14
+ "data_path": "data/chunk-{episode_chunk:03d}/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
15
  "robot_type": "koch",
16
  "total_episodes": 50,
17
  "total_frames": 21267,
18
  "total_tasks": 1,
19
+ "total_videos": 100,
20
+ "total_chunks": 1,
21
+ "chunks_size": 1000,
22
  "fps": 30,
23
  "splits": {
24
  "train": "0:50"
 
65
  ]
66
  },
67
  "videos": {
68
+ "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
69
  "observation.images.laptop": {
70
  "video.fps": 30.0,
71
  "video.width": 640,