Skip to content

Commit

Permalink
revert relative path for demo multi-modal data
Browse files Browse the repository at this point in the history
  • Loading branch information
cyruszhang committed Feb 19, 2025
1 parent 643e7d7 commit 0412e36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions demos/data/demo-dataset-images.jsonl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{"images":["./tests/ops/data/img1.png"], "text": "<__dj__image> A comfortable bed."}
{"images":["./tests/ops/data/img2.jpg"], "text": "<__dj__image> A bus."}
{"images":["./tests/ops/data/img3.jpg"], "text": "<__dj__image> Black and white photograph of a woman holding an umbrella."}
{"images":["../../tests/ops/data/img1.png"], "text": "<__dj__image> A comfortable bed."}
{"images":["../../tests/ops/data/img2.jpg"], "text": "<__dj__image> A bus."}
{"images":["../../tests/ops/data/img3.jpg"], "text": "<__dj__image> Black and white photograph of a woman holding an umbrella."}
12 changes: 6 additions & 6 deletions demos/data/demo-dataset-videos.jsonl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{"videos":["./tests/ops/data/video1.mp4"], "text": "<__dj__video> a cartoon"}
{"videos":["./tests/ops/data/video1.mp4"], "text": "<__dj__video> 一段卡通"}
{"videos":["./tests/ops/data/video2.mp4"], "text": "<__dj__video> a man"}
{"videos":["./tests/ops/data/video2.mp4"], "text": "<__dj__video> 一个男人"}
{"videos":["./tests/ops/data/video3.mp4"], "text": "<__dj__video> two women"}
{"videos":["./tests/ops/data/video3.mp4"], "text": "<__dj__video> 两个女人"}
{"videos":["../../tests/ops/data/video1.mp4"], "text": "<__dj__video> a cartoon"}
{"videos":["../../tests/ops/data/video1.mp4"], "text": "<__dj__video> 一段卡通"}
{"videos":["../../tests/ops/data/video2.mp4"], "text": "<__dj__video> a man"}
{"videos":["../../tests/ops/data/video2.mp4"], "text": "<__dj__video> 一个男人"}
{"videos":["../../tests/ops/data/video3.mp4"], "text": "<__dj__video> two women"}
{"videos":["../../tests/ops/data/video3.mp4"], "text": "<__dj__video> 两个女人"}

0 comments on commit 0412e36

Please sign in to comment.