Skip to content

Download datasettwo

Chris Churas edited this page Jul 30, 2018 · 7 revisions

A. Download the ZIP file entitled datasettwo.zip from:

https://github.com/CRBS/cdeep3m/wiki/data/datasettwo.zip

B. Unzip the contents to an easily accessible location:

  • For Windows 7/8/10: Unzip the file into a new folder in your home directory. If you used the IMOD cygwin install, the home directory will be C:\Users\<username> (for windows 10 it may be C:\cygwin\home\<username>)

From the cygwin terminal this can be done with this command ($HOMEPATH is an environment variable in Windows set to the user's home directory):

unzip $HOMEPATH/Downloads/datasettwo.zip

Terminal showing unzip of datasettwo.zip file

  • For Mac: Unzip the file into a new folder (e.g. /Users/<username>/datasettwo).

  • For Linux: Unzip the file into a new folder (e.g. /home/<username>/datasettwo).

C. Open your terminal program

D. Navigate to the directory to which you unzipped the dataset, using the cd command in the terminal:

cd ~/datasettwo

E. List the directory's contents using the ls command. you should see one directory, train

Click here to continue with Tutorial 2

Clone this wiki locally