aliberts HF staff commited on
Commit
071fed9
1 Parent(s): f79e15a

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": "aloha",
16
  "total_episodes": 50,
17
  "total_frames": 20000,
18
  "total_tasks": 1,
 
 
 
19
  "fps": 50,
20
  "splits": {
21
  "train": "0:50"
@@ -72,7 +75,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
72
  ]
73
  },
74
  "videos": {
75
- "videos_path": "videos/{video_key}_episode_{episode_index:06d}.mp4",
76
  "observation.images.top": {
77
  "video.fps": 50.0,
78
  "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": "aloha",
16
  "total_episodes": 50,
17
  "total_frames": 20000,
18
  "total_tasks": 1,
19
+ "total_videos": 50,
20
+ "total_chunks": 1,
21
+ "chunks_size": 1000,
22
  "fps": 50,
23
  "splits": {
24
  "train": "0:50"
 
75
  ]
76
  },
77
  "videos": {
78
+ "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
79
  "observation.images.top": {
80
  "video.fps": 50.0,
81
  "video.width": 640,