Upload folder using huggingface_hub
Browse files- meta/episodes.jsonl +0 -1
- meta/info.json +4 -4
meta/episodes.jsonl
CHANGED
|
@@ -48,4 +48,3 @@
|
|
| 48 |
{"episode_index":47,"tasks":["pick up the block and place it in pot"],"length":177}
|
| 49 |
{"episode_index":48,"tasks":["pick up the block and place it in pot"],"length":257}
|
| 50 |
{"episode_index":49,"tasks":["pick up the block and place it in pot"],"length":169}
|
| 51 |
-
{"episode_index":50,"tasks":["pick up the block and place it in pot"],"length":142}
|
|
|
|
| 48 |
{"episode_index":47,"tasks":["pick up the block and place it in pot"],"length":177}
|
| 49 |
{"episode_index":48,"tasks":["pick up the block and place it in pot"],"length":257}
|
| 50 |
{"episode_index":49,"tasks":["pick up the block and place it in pot"],"length":169}
|
|
|
meta/info.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
{
|
| 2 |
"robot_type": "so-100",
|
| 3 |
"codebase_version": "v2.1",
|
| 4 |
-
"total_episodes":
|
| 5 |
-
"total_frames":
|
| 6 |
"total_tasks": 1,
|
| 7 |
-
"total_videos":
|
| 8 |
"total_chunks": 1,
|
| 9 |
"chunks_size": 1000,
|
| 10 |
"fps": 30,
|
| 11 |
"splits": {
|
| 12 |
-
"train": "0:
|
| 13 |
},
|
| 14 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 15 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
|
|
| 1 |
{
|
| 2 |
"robot_type": "so-100",
|
| 3 |
"codebase_version": "v2.1",
|
| 4 |
+
"total_episodes": 50,
|
| 5 |
+
"total_frames": 10073,
|
| 6 |
"total_tasks": 1,
|
| 7 |
+
"total_videos": 100,
|
| 8 |
"total_chunks": 1,
|
| 9 |
"chunks_size": 1000,
|
| 10 |
"fps": 30,
|
| 11 |
"splits": {
|
| 12 |
+
"train": "0:50"
|
| 13 |
},
|
| 14 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 15 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|