summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-05-26 10:50:00 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-05-26 10:50:00 -0700
commita53978d2b045dbab198b28fe38fd75e1ce5ddec0 (patch)
tree0b4125f0507896c5c7584c5d5c9b9c5df39d4207 /tools
parent2e292c44a7a21d301210bcb724cd91e2108d649e (diff)
downloadcaffeonacl-a53978d2b045dbab198b28fe38fd75e1ce5ddec0.tar.gz
caffeonacl-a53978d2b045dbab198b28fe38fd75e1ce5ddec0.tar.bz2
caffeonacl-a53978d2b045dbab198b28fe38fd75e1ce5ddec0.zip
convert imageset comment fixup
Diffstat (limited to 'tools')
-rw-r--r--tools/convert_imageset.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/convert_imageset.cpp b/tools/convert_imageset.cpp
index 900183a6..2420f953 100644
--- a/tools/convert_imageset.cpp
+++ b/tools/convert_imageset.cpp
@@ -2,13 +2,13 @@
// This program converts a set of images to a leveldb by storing them as Datum
// proto buffers.
// Usage:
-// convert_imageset ROOTFOLDER/ LISTFILE DB_NAME [0/1] \
+// convert_imageset ROOTFOLDER/ LISTFILE DB_NAME RANDOM_SHUFFLE[0 or 1] \
// [resize_height] [resize_width]
// where ROOTFOLDER is the root folder that holds all the images, and LISTFILE
// should be a list of files as well as their labels, in the format as
// subfolder1/file1.JPEG 7
// ....
-// if the last argument is 1, a random shuffle will be carried out before we
+// if RANDOM_SHUFFLE is 1, a random shuffle will be carried out before we
// process the file lines.
#include <glog/logging.h>