Skip to content

Commit 30a8a1b

Browse files
committed
Update README.md with specific save directories for BLIP-2 embeddings
1 parent 4de798b commit 30a8a1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ python tools/embs/save_blip2_embs_vids.py --video_dir datasets/WebVid/2M/train -
183183
python tools/embs/save_blip2_embs_vids.py --video_dir datasets/WebVid/8M/train --todo_ids annotation/webvid-covr/webvid8m-covr_test.csv
184184

185185
# This will compute the BLIP-2 embeddings for the CIRR images.
186-
python tools/embs/save_blip2_embs_imgs.py --image_dir datasets/CIRR/images/
186+
python tools/embs/save_blip2_embs_imgs.py --image_dir datasets/CIRR/images/test1 --save_dir datasets/CIRR/blip2-embs-large/test1
187+
python tools/embs/save_blip2_embs_imgs.py --image_dir datasets/CIRR/images/dev --save_dir datasets/CIRR/blip2-embs-large/dev
188+
python tools/embs/save_blip2_embs_imgs.py --image_dir datasets/CIRR/images/train --save_dir datasets/CIRR/blip2-embs-large/train
187189

188190
# This will compute the BLIP-2 embeddings for FashionIQ images.
189191
python tools/embs/save_blip2_embs_imgs.py --image_dir datasets/fashion-iq/images/

0 commit comments

Comments
 (0)