ronghanghu / speaker_follower

Code release for Fried et al., Speaker-Follower Models for Vision-and-Language Navigation. in NeurIPS, 2018.
http://ronghanghu.com/speaker_follower/
Other
127 stars 31 forks source link

Download: data augmentation files: 404 Not Found #26

Open marvosyntactical opened 2 years ago

marvosyntactical commented 2 years ago

Hi, while executing ./tasks/R2R/data/download.sh I get the following result:

silversurfer42@ideas:~/fun/grounded/speaker_follower/tasks/R2R/data$ sudo bash download.sh 
[sudo] password for silversurfer42: 
--2021-09-25 15:00:49--  https://www.dropbox.com/s/lztjsji51pr5ig2/R2R_train.json
Resolving www.dropbox.com (www.dropbox.com)... 2620:100:6022:18::a27d:4212, 162.125.66.18
Connecting to www.dropbox.com (www.dropbox.com)|2620:100:6022:18::a27d:4212|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: /s/raw/lztjsji51pr5ig2/R2R_train.json [following]
--2021-09-25 15:00:49--  https://www.dropbox.com/s/raw/lztjsji51pr5ig2/R2R_train.json
Reusing existing connection to [www.dropbox.com]:443.
HTTP request sent, awaiting response... 404 Not Found
2021-09-25 15:00:50 ERROR 404: Not Found.

--2021-09-25 15:00:50--  https://www.dropbox.com/s/66nowglznzx1le9/R2R_val_seen.json
Resolving www.dropbox.com (www.dropbox.com)... 2620:100:6022:18::a27d:4212, 162.125.66.18
Connecting to www.dropbox.com (www.dropbox.com)|2620:100:6022:18::a27d:4212|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: /s/raw/66nowglznzx1le9/R2R_val_seen.json [following]
--2021-09-25 15:00:50--  https://www.dropbox.com/s/raw/66nowglznzx1le9/R2R_val_seen.json
Reusing existing connection to [www.dropbox.com]:443.
HTTP request sent, awaiting response... 404 Not Found
2021-09-25 15:00:50 ERROR 404: Not Found.

--2021-09-25 15:00:50--  https://www.dropbox.com/s/it9zpexb97d6bes/R2R_val_unseen.json
Resolving www.dropbox.com (www.dropbox.com)... 2620:100:6022:18::a27d:4212, 162.125.66.18
Connecting to www.dropbox.com (www.dropbox.com)|2620:100:6022:18::a27d:4212|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: /s/raw/it9zpexb97d6bes/R2R_val_unseen.json [following]
--2021-09-25 15:00:51--  https://www.dropbox.com/s/raw/it9zpexb97d6bes/R2R_val_unseen.json
Reusing existing connection to [www.dropbox.com]:443.
HTTP request sent, awaiting response... 404 Not Found
2021-09-25 15:00:51 ERROR 404: Not Found.

--2021-09-25 15:00:51--  https://www.dropbox.com/s/0huat2lc5iy5o8j/R2R_test.json
Resolving www.dropbox.com (www.dropbox.com)... 2620:100:6022:18::a27d:4212, 162.125.66.18
Connecting to www.dropbox.com (www.dropbox.com)|2620:100:6022:18::a27d:4212|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: /s/raw/0huat2lc5iy5o8j/R2R_test.json [following]
--2021-09-25 15:00:52--  https://www.dropbox.com/s/raw/0huat2lc5iy5o8j/R2R_test.json
Reusing existing connection to [www.dropbox.com]:443.
HTTP request sent, awaiting response... 404 Not Found
2021-09-25 15:00:52 ERROR 404: Not Found.

--2021-09-25 15:00:52--  http://people.eecs.berkeley.edu/~ronghang/projects/speaker_follower/data_augmentation/R2R_data_augmentation_paths.json
Resolving people.eecs.berkeley.edu (people.eecs.berkeley.edu)... 128.32.244.190
Connecting to people.eecs.berkeley.edu (people.eecs.berkeley.edu)|128.32.244.190|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-09-25 15:00:54 ERROR 404: Not Found.

Similarly, when I execute ./tasks/R2R/data/download_precomputed_augmentation.sh, I get

--2021-09-25 15:05:13-- http://people.eecs.berkeley.edu/~ronghang/projects/speaker_follower/data_augmentation/R2R_literal_speaker_data_augmentation_paths.json Resolving people.eecs.berkeley.edu (people.eecs.berkeley.edu)... 128.32.244.190 Connecting to people.eecs.berkeley.edu (people.eecs.berkeley.edu)|128.32.244.190|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2021-09-25 15:05:14 ERROR 404: Not Found.

Now, it seems I already have the files from the dropbox downloaded from some time ago (can mirror if somone needs them). However, I do not have the berkeley files. Does somebody have them and can share them?

ronghanghu commented 2 years ago

Hi, sorry that the links have expired. I've uploaded the trained models and the augmented data here: https://drive.google.com/drive/folders/1yCzG3g9vPlatFWokJbxZp8nWuN-xCNLW

Hope it helps!

marvosyntactical commented 2 years ago

Thanks a lot!