Skip to content

Commit

Permalink
use faster data source
Browse files Browse the repository at this point in the history
  • Loading branch information
shaform committed Oct 21, 2017
1 parent ae7f706 commit ead9c24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Setting up the data/setting_up_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#pip install opencv-python

## Download CAT dataset
wget -nc https://web.archive.org/web/20150703060412/http://137.189.35.203/WebUI/CatDatabase/Data/CAT_DATASET_01.zip
wget -nc https://web.archive.org/web/20150703060412/http://137.189.35.203/WebUI/CatDatabase/Data/CAT_DATASET_02.zip
wget -nc https://web.archive.org/web/20150703060412/http://137.189.35.203/WebUI/CatDatabase/Data/00000003_015.jpg.cat
wget -nc https://archive.org/download/CAT_DATASET/CAT_DATASET_01.zip
wget -nc https://archive.org/download/CAT_DATASET/CAT_DATASET_02.zip
wget -nc https://archive.org/download/CAT_DATASET/00000003_015.jpg.cat

## Setting up folder
unzip CAT_DATASET_01.zip -d cat_dataset
Expand Down

0 comments on commit ead9c24

Please sign in to comment.