From a53978d2b045dbab198b28fe38fd75e1ce5ddec0 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Mon, 26 May 2014 10:50:00 -0700 Subject: [PATCH] convert imageset comment fixup --- tools/convert_imageset.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/convert_imageset.cpp b/tools/convert_imageset.cpp index 900183a..2420f95 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 -- 2.7.4