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

I can not found any zip file from data folder #4

Open
Sccotliu opened this issue Apr 2, 2018 · 3 comments
Open

I can not found any zip file from data folder #4

Sccotliu opened this issue Apr 2, 2018 · 3 comments

Comments

@Sccotliu
Copy link

Sccotliu commented Apr 2, 2018

Hi, when I execute sh scripts/get_data.sh, then it says , cannot find or open ../data/all_data.zip, ../data/all_data.zip.zip or ../data/all_data.zip.ZIP. and I ready can not found any file from data folder, Then how can I do for this? thank you.

@whhxz
Copy link

whhxz commented Apr 12, 2018

@Sccotliu in scripts/get_data.sh source ,you can download data from http://sketch-code.s3.amazonaws.com/data/all_data.zip by yourself ,then unzip the datazip

# scripts/get_data.sh
mkdir ../data
wget http://sketch-code.s3.amazonaws.com/data/all_data.zip -O ../data/all_data.zip
unzip ../data/all_data.zip -d ../data/all_data

@pwill2
Copy link

pwill2 commented Apr 19, 2018

Additionally, the problem may be that you do not have wget installed. If you are using a Mac with OS X, wget does not come already installed with the operating system. If you have Homebrew simply run this command in your terminal
brew install wget

That should take care of the issue. Then run the two commands as stated in the Example Usage:

# Get the data and pretrained weights
  sh get_data.sh
  sh get_pretrained_model.sh

Should work from there.

@ryangithub
Copy link

it seems something wrong with the data

NoSuchBucket
The specified bucket does not exist
sketch-code
WB5H2W1CTH387WMT
+yiy+wnjSlCGrXsxu9UUiZ1AJpZbA0PBedQ2Em/kOh1Xxlc2kQuQhH/V/5kbSQnCW6BDcc99WBs=

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

4 participants