Skip to content

Commit 80b88b0

Browse files
committed
101 categories dataset setup
1 parent 38bbb5f commit 80b88b0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ load_word_embeddings:
1010
prepare_embeddings:
1111
python src/convert_glove_2_word2vec.py $(in_file_name) $(out_file_name)
1212

13+
load_101_categories:
14+
bash scripts/load_101_categories.sh

scripts/load_101_categories.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# get 101 categories data
2+
wget -P data http://www.vision.caltech.edu/Image_Datasets/Caltech101/101_ObjectCategories.tar.gz
3+
tar -xvzf data/101_ObjectCategories.tar.gz -C data
4+
rm data/101_ObjectCategories.tar.gz

0 commit comments

Comments
 (0)