-
Notifications
You must be signed in to change notification settings - Fork 10
Download datasettwo
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):
cd ~
unzip $HOMEPATH/Downloads/datasettwo.zip
-
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. If not already open already, 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 Below is a screenshot of example output with additional ls
commands to display contents of train/images and train/labels directories.