index
:
platform/upstream/caffe
master
tizen
tizen_5.5
upstream/1.0
upstream/master
upstream/master-freeze
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
convert_imageset.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-15
bug fix: ext should not include the '.'
yanchen036
1
-1
/
+1
2016-05-17
handle image names with spaces
crazytan
1
-3
/
+6
2015-11-26
replace snprintf with a C++98 equivalent
Tea
1
-5
/
+3
2015-09-17
Separate IO dependencies
Tea
1
-0
/
+4
2015-09-01
Show output from convert_imageset tool
Luke Yeager
1
-2
/
+4
2015-02-19
Repeal revert of #1878
Evan Shelhamer
1
-12
/
+18
2015-02-19
Revert "Merge pull request #1878 from philkr/encoded"
Evan Shelhamer
1
-18
/
+12
2015-02-16
Cleaning up the encoded flag. Allowing any image (cropped or gray scale) to b...
philkr
1
-12
/
+18
2015-01-19
use db wrappers
Jonathan L Long
1
-19
/
+19
2015-01-15
check for enough args to convert_imageset
Evan Shelhamer
1
-1
/
+1
2014-10-15
Added encoded option and check_size to convert_imageset
Sergio
1
-5
/
+20
2014-10-14
Renamed Database interface to Dataset.
Kevin James Matzen
1
-8
/
+8
2014-10-14
Templated the key and value types for the Database interface. The Database i...
Kevin James Matzen
1
-7
/
+4
2014-10-14
Changed Database::buffer_t to Database::key_type and Database::value_type
Kevin James Matzen
1
-2
/
+2
2014-10-14
Updated Database interface to take key and value by const reference for put a...
Kevin James Matzen
1
-1
/
+1
2014-10-14
Updated Database interface so that rather than CHECKing for certain condition...
Kevin James Matzen
1
-4
/
+4
2014-10-14
Updated interface to make fewer string copies.
Kevin James Matzen
1
-5
/
+6
2014-10-14
Refactored leveldb and lmdb code.
Kevin James Matzen
1
-74
/
+7
2014-10-14
some namespace cleaning.
Yangqing Jia
1
-8
/
+7
2014-10-03
Add flag check_size=false to convert_imageset
Sergio Guadarrama
1
-7
/
+12
2014-09-21
default backend to lmdb for image conversion and mean computation
Evan Shelhamer
1
-10
/
+5
2014-08-31
minor changes to variable names and error messages + set default backed in co...
Mohamed Omran
1
-2
/
+3
2014-08-27
Merge pull request #857 from netheril96/gflags
Evan Shelhamer
1
-34
/
+36
2014-08-10
Use gflags to show help when the arguments not correct
netheril96
1
-1
/
+1
2014-08-06
LICENSE governs the whole project so strip file headers
Evan Shelhamer
1
-1
/
+0
2014-08-06
Reordering of header includes for convert_imageset.cpp
netheril96
1
-1
/
+1
2014-08-06
Fix lint errors
netheril96
1
-5
/
+7
2014-08-06
Handles gflags's change of namespace
netheril96
1
-2
/
+7
2014-08-06
convert_imageset now uses gflags; optional arguments can be positioned
netheril96
1
-33
/
+28
2014-08-04
Fix and improve multiple places about random number generation and
netheril96
1
-1
/
+2
2014-07-01
fix uninitialized variable warnings in tools
Jeff Donahue
1
-1
/
+1
2014-06-25
don't end comments with \, so that -Wcomment can be used
Jonathan L Long
1
-1
/
+1
2014-06-14
fix string compare error
linmin
1
-1
/
+1
2014-06-14
add lmdb support for convert_imageset
linmin
1
-20
/
+92
2014-06-08
Changed variable name: iscolor to is_color.
Jerod Weinman
1
-3
/
+3
2014-06-02
Added an iscolor flag to io.cpp method ReadImageToDatum to handle grayscale i...
Jerod Weinman
1
-14
/
+21
2014-05-26
convert imageset comment fixup
Evan Shelhamer
1
-2
/
+2
2014-05-23
add convert_imageset option to resize images; use in
Jeff Donahue
1
-5
/
+14
2014-04-07
Back-merge documentation and fixes
Evan Shelhamer
1
-1
/
+0
2014-04-04
strip confusing confusing comment about shuffling files
Evan Shelhamer
1
-1
/
+0
2014-03-27
tools should have nonzero error exit codes
Jonathan L Long
1
-1
/
+1
2014-03-27
passing too many args to tool binaries is an error
Jonathan L Long
1
-1
/
+1
2014-03-27
Standardize copyright, add root-level CONTRIBUTORS credit
Evan Shelhamer
1
-1
/
+1
2014-02-26
fix linter errors in examples
Jeff Donahue
1
-10
/
+13
2014-02-26
Make tools/ for core binaries, stow scripts/ in tools/extra
Evan Shelhamer
1
-0
/
+108