BarryFutureman commited on
Commit
46ad40d
·
verified ·
1 Parent(s): fc64cbb

Incremental upload after 20 episodes

Browse files
Files changed (1) hide show
  1. meta/info.json +3 -3
meta/info.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
  "codebase_version": "v3.0",
3
  "robot_type": "cs_dm",
4
- "total_episodes": 10,
5
- "total_frames": 10000,
6
  "total_tasks": 1,
7
  "chunks_size": 100,
8
  "data_files_size_in_mb": 512,
9
  "video_files_size_in_mb": 2048,
10
  "fps": 16,
11
  "splits": {
12
- "train": "0:10"
13
  },
14
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
 
1
  {
2
  "codebase_version": "v3.0",
3
  "robot_type": "cs_dm",
4
+ "total_episodes": 20,
5
+ "total_frames": 20000,
6
  "total_tasks": 1,
7
  "chunks_size": 100,
8
  "data_files_size_in_mb": 512,
9
  "video_files_size_in_mb": 2048,
10
  "fps": 16,
11
  "splits": {
12
+ "train": "0:20"
13
  },
14
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",