-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert relative path for demo multi-modal data
- Loading branch information
1 parent
643e7d7
commit 0412e36
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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."} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> 两个女人"} |