Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download: data augmentation files: 404 Not Found #26

Open
marvosyntactical opened this issue Sep 25, 2021 · 2 comments
Open

Download: data augmentation files: 404 Not Found #26

marvosyntactical opened this issue Sep 25, 2021 · 2 comments

Comments

@marvosyntactical
Copy link

marvosyntactical commented Sep 25, 2021

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
Copy link
Owner

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
Copy link
Author

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants