Skip to content

Commit e126c7a

Browse files
authored
Update links to bottom-up attention features
Fixes #3
1 parent 0a79a02 commit e126c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vqa-v2/data/download.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ wget http://visualqa.org/data/mscoco/vqa/v2_Annotations_Train_mscoco.zip http://
1010
wget http://visualqa.org/data/mscoco/vqa/v2_Complementary_Pairs_Train_mscoco.zip http://visualqa.org/data/mscoco/vqa/v2_Complementary_Pairs_Val_mscoco.zip
1111

1212
# bottom up features (https://github.com/peteanderson80/bottom-up-attention)
13-
wget https://storage.googleapis.com/bottom-up-attention/trainval.zip https://storage.googleapis.com/bottom-up-attention/test2015.zip
13+
wget https://imagecaption.blob.core.windows.net/imagecaption/trainval.zip https://imagecaption.blob.core.windows.net/imagecaption/test2015.zip
1414
## alternative bottom-up features: 36 fixed proposals per image instead of 10--100 adaptive proposals per image.
15-
#wget https://storage.googleapis.com/bottom-up-attention/trainval_36.zip https://storage.googleapis.com/bottom-up-attention/test2015_36.zip
15+
#wget https://imagecaption.blob.core.windows.net/imagecaption/trainval_36.zip https://imagecaption.blob.core.windows.net/imagecaption/test2015_36.zip
1616

1717
unzip "*.zip"

0 commit comments

Comments
 (0)