Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update script to use new im2rec command line arguments (#10192)
Browse files Browse the repository at this point in the history
As changed here:
89b4fa0
  • Loading branch information
ThomasDelteil authored and piiswrong committed Mar 22, 2018
1 parent b51cfbe commit 8ecdc49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/image-classification/data/caltech256.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ done
# generate lst files
CUR_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
MX_DIR=${CUR_DIR}/../../../
python ${MX_DIR}/tools/im2rec.py --list True --recursive True caltech256-train ${TRAIN_DIR}/
python ${MX_DIR}/tools/im2rec.py --list True --recursive True caltech256-val 256_ObjectCategories/
python ${MX_DIR}/tools/im2rec.py --list --recursive caltech256-train ${TRAIN_DIR}/
python ${MX_DIR}/tools/im2rec.py --list --recursive caltech256-val 256_ObjectCategories/
mv caltech256-train_train.lst caltech256-train.lst
rm caltech256-train_*
mv caltech256-val_train.lst caltech256-val.lst
Expand Down

0 comments on commit 8ecdc49

Please sign in to comment.