zhush commited on
Commit
04f0fc0
·
verified ·
1 Parent(s): b442794

Fix dataset video path example

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/<video>`.
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