Fix dataset video path example
Browse files
README.md
CHANGED
|
@@ -163,7 +163,7 @@ margit = load_dataset("zhush/incantation-elden-ring-scenes", "margit")
|
|
| 163 |
crucible_knight = load_dataset("zhush/incantation-elden-ring-scenes", "crucible_knight")
|
| 164 |
```
|
| 165 |
|
| 166 |
-
The `video` field stores the filename. To access the actual MP4 file, join it with the corresponding scene directory, for example `margit/videos/
|
| 167 |
|
| 168 |
## Relationship to the Incantation Paper
|
| 169 |
|
|
|
|
| 163 |
crucible_knight = load_dataset("zhush/incantation-elden-ring-scenes", "crucible_knight")
|
| 164 |
```
|
| 165 |
|
| 166 |
+
The `video` field stores the filename. To access the actual MP4 file, join it with the corresponding scene directory, for example `margit/videos/{video_filename}`.
|
| 167 |
|
| 168 |
## Relationship to the Incantation Paper
|
| 169 |
|