Skip to content

Commit

Permalink
Update R2R data and feature download link
Browse files Browse the repository at this point in the history
  • Loading branch information
ronghanghu committed Feb 24, 2019
1 parent 7393982 commit 2b48fb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cd ../
```
mkdir -p img_features/
cd img_features/
wget https://storage.googleapis.com/bringmeaspoon/img_features/ResNet-152-imagenet.zip -O ResNet-152-imagenet.zip
wget https://www.dropbox.com/s/715bbj8yjz32ekf/ResNet-152-imagenet.zip?dl=1 -O ResNet-152-imagenet.zip
unzip ResNet-152-imagenet.zip
cd ..
```
Expand Down
8 changes: 4 additions & 4 deletions tasks/R2R/data/download.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

wget https://storage.googleapis.com/bringmeaspoon/R2Rdata/R2R_train.json -P tasks/R2R/data/
wget https://storage.googleapis.com/bringmeaspoon/R2Rdata/R2R_val_seen.json -P tasks/R2R/data/
wget https://storage.googleapis.com/bringmeaspoon/R2Rdata/R2R_val_unseen.json -P tasks/R2R/data/
wget https://storage.googleapis.com/bringmeaspoon/R2Rdata/R2R_test.json -P tasks/R2R/data/
wget https://www.dropbox.com/s/lztjsji51pr5ig2/R2R_train.json -P tasks/R2R/data/
wget https://www.dropbox.com/s/66nowglznzx1le9/R2R_val_seen.json -P tasks/R2R/data/
wget https://www.dropbox.com/s/it9zpexb97d6bes/R2R_val_unseen.json -P tasks/R2R/data/
wget https://www.dropbox.com/s/0huat2lc5iy5o8j/R2R_test.json -P tasks/R2R/data/
wget http:https://people.eecs.berkeley.edu/~ronghang/projects/speaker_follower/data_augmentation/R2R_data_augmentation_paths.json -P tasks/R2R/data/

0 comments on commit 2b48fb2

Please sign in to comment.