Commit b77395c
authored
fix(dataset): join data_folder with video path in Qwen3VL iterable dataset (#152)
load_videos() received data_folder but never joined it with the relative
video_path before passing to load_video_qwen_vl_utils(), causing
file:// URLs to use bare relative paths that fail to resolve.1 parent 273ce3b commit b77395c
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments