Update README.md
Browse files
README.md
CHANGED
|
@@ -73,7 +73,7 @@ Each file is named `<video_id>.mp4` and contains 50 (or 97 for `real_world`) fra
|
|
| 73 |
from datasets import load_dataset
|
| 74 |
|
| 75 |
# Load the “anime” split
|
| 76 |
-
ds = load_dataset("videofolder", data_dir="
|
| 77 |
|
| 78 |
# Inspect one example
|
| 79 |
example = ds[0]
|
|
|
|
| 73 |
from datasets import load_dataset
|
| 74 |
|
| 75 |
# Load the “anime” split
|
| 76 |
+
ds = load_dataset("videofolder", data_dir="genex-world/Genex-DB-World-Exploration", split="anime")
|
| 77 |
|
| 78 |
# Inspect one example
|
| 79 |
example = ds[0]
|