File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,9 @@ python tools/embs/save_blip2_embs_vids.py --video_dir datasets/WebVid/2M/train -
183183python 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.
189191python tools/embs/save_blip2_embs_imgs.py --image_dir datasets/fashion-iq/images/
You can’t perform that action at this time.
0 commit comments