update
Browse files- .gitignore +1 -0
- meta/info.json +3 -2
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
upload_changes_to_gh.sh
|
meta/info.json
CHANGED
|
@@ -6,11 +6,12 @@
|
|
| 6 |
"total_frames": 150,
|
| 7 |
"total_tasks": 1,
|
| 8 |
"total_videos": 0,
|
|
|
|
| 9 |
"splits": {
|
| 10 |
"train": "0:0"
|
| 11 |
},
|
| 12 |
-
"data_path": "data/chunk-
|
| 13 |
-
"video_path": "videos/chunk-
|
| 14 |
"features": {
|
| 15 |
"action": {
|
| 16 |
"dtype": "float32",
|
|
|
|
| 6 |
"total_frames": 150,
|
| 7 |
"total_tasks": 1,
|
| 8 |
"total_videos": 0,
|
| 9 |
+
"chunks_size": 1000,
|
| 10 |
"splits": {
|
| 11 |
"train": "0:0"
|
| 12 |
},
|
| 13 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.jsonl",
|
| 14 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 15 |
"features": {
|
| 16 |
"action": {
|
| 17 |
"dtype": "float32",
|