summaryrefslogtreecommitdiff
path: root/tools/convert_imageset.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-17Separate IO dependenciesTea1-0/+4
2015-09-01Show output from convert_imageset toolLuke Yeager1-2/+4
2015-02-19Repeal revert of #1878Evan Shelhamer1-12/+18
2015-02-19Revert "Merge pull request #1878 from philkr/encoded"Evan Shelhamer1-18/+12
2015-02-16Cleaning up the encoded flag. Allowing any image (cropped or gray scale) to b...philkr1-12/+18
2015-01-19use db wrappersJonathan L Long1-19/+19
2015-01-15check for enough args to convert_imagesetEvan Shelhamer1-1/+1
2014-10-15Added encoded option and check_size to convert_imagesetSergio1-5/+20
2014-10-14Renamed Database interface to Dataset.Kevin James Matzen1-8/+8
2014-10-14Templated the key and value types for the Database interface. The Database i...Kevin James Matzen1-7/+4
2014-10-14Changed Database::buffer_t to Database::key_type and Database::value_typeKevin James Matzen1-2/+2
2014-10-14Updated Database interface to take key and value by const reference for put a...Kevin James Matzen1-1/+1
2014-10-14Updated Database interface so that rather than CHECKing for certain condition...Kevin James Matzen1-4/+4
2014-10-14Updated interface to make fewer string copies.Kevin James Matzen1-5/+6
2014-10-14Refactored leveldb and lmdb code.Kevin James Matzen1-74/+7
2014-10-14some namespace cleaning.Yangqing Jia1-8/+7
2014-10-03Add flag check_size=false to convert_imagesetSergio Guadarrama1-7/+12
2014-09-21default backend to lmdb for image conversion and mean computationEvan Shelhamer1-10/+5
2014-08-31minor changes to variable names and error messages + set default backed in co...Mohamed Omran1-2/+3
2014-08-27Merge pull request #857 from netheril96/gflagsEvan Shelhamer1-34/+36
2014-08-10Use gflags to show help when the arguments not correctnetheril961-1/+1
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-1/+0
2014-08-06Reordering of header includes for convert_imageset.cppnetheril961-1/+1
2014-08-06Fix lint errorsnetheril961-5/+7
2014-08-06Handles gflags's change of namespacenetheril961-2/+7
2014-08-06convert_imageset now uses gflags; optional arguments can be positionednetheril961-33/+28
2014-08-04Fix and improve multiple places about random number generation andnetheril961-1/+2
2014-07-01fix uninitialized variable warnings in toolsJeff Donahue1-1/+1
2014-06-25don't end comments with \, so that -Wcomment can be usedJonathan L Long1-1/+1
2014-06-14fix string compare errorlinmin1-1/+1
2014-06-14add lmdb support for convert_imagesetlinmin1-20/+92
2014-06-08Changed variable name: iscolor to is_color.Jerod Weinman1-3/+3
2014-06-02Added an iscolor flag to io.cpp method ReadImageToDatum to handle grayscale i...Jerod Weinman1-14/+21
2014-05-26convert imageset comment fixupEvan Shelhamer1-2/+2
2014-05-23add convert_imageset option to resize images; use inJeff Donahue1-5/+14
2014-04-07Back-merge documentation and fixesEvan Shelhamer1-1/+0
2014-04-04strip confusing confusing comment about shuffling filesEvan Shelhamer1-1/+0
2014-03-27tools should have nonzero error exit codesJonathan L Long1-1/+1
2014-03-27passing too many args to tool binaries is an errorJonathan L Long1-1/+1
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-02-26fix linter errors in examplesJeff Donahue1-10/+13
2014-02-26Make tools/ for core binaries, stow scripts/ in tools/extraEvan Shelhamer1-0/+108