summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-07-26LOG(ERROR)->LOG(FATAL), and misc script changes.Yangqing Jia4-4/+4
2014-07-25using caffe::string to be consistent with other string definition.Yangqing Jia1-6/+5
2014-07-25oops, wrong deprecation message (should have --)Yangqing Jia2-2/+2
2014-07-25lintYangqing Jia2-14/+18
2014-07-25Adding new caffe binary that does everything in one binary; deprecating devic...Yangqing Jia5-165/+184
2014-07-17Merge pull request #716 from Yangqing/devJeff Donahue1-0/+1
2014-07-17compute_image_mean namespace fix.Yangqing Jia1-0/+1
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer6-9/+0
2014-07-03Merge pull request #549 from jamt9000/fix-resize-crop-pilEvan Shelhamer1-2/+3
2014-07-01fix uninitialized variable warnings in toolsJeff Donahue2-2/+2
2014-06-28lintEvan Shelhamer1-1/+1
2014-06-27Make resizing & cropping with PIL workJames Thewlis1-2/+3
2014-06-26Merge pull request #511 from kloudkl/extract_multiple_featuresEvan Shelhamer1-51/+78
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-1/+4
2014-06-25don't end comments with \, so that -Wcomment can be usedJonathan L Long2-2/+2
2014-06-25remove unused variablesJonathan L Long1-1/+0
2014-06-24Init google loggingKai Li1-0/+1
2014-06-24Replace the raw pointers with shared_ptr to ensure memory is releasedKai Li1-8/+9
2014-06-24No need to manually delete the pointers which are managed by std::vectorKai Li1-4/+0
2014-06-24Progress should be reported for each feature blobKai Li1-10/+10
2014-06-24Extract multiple features in a single Forward passKai Li1-47/+76
2014-06-14fix string compare errorlinmin1-1/+1
2014-06-14add lmdb support for compute_image_meanlinmin1-30/+115
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-05-14fix workaround in net prototxt upgradeEvan Shelhamer1-7/+2
2014-04-26fix test_net to upgrade params from v0 if neededEvan Shelhamer1-3/+1
2014-04-26default test net device to 0 and log device chosenEvan Shelhamer1-3/+4
2014-04-26proofreading and trivial polishEvan Shelhamer1-5/+3
2014-04-26add device id arg to test_net (fix #232)Evan Shelhamer1-4/+7
2014-04-07Back-merge documentation and fixesEvan Shelhamer1-1/+0
2014-04-04strip confusing confusing comment about shuffling filesEvan Shelhamer1-1/+0
2014-03-27add NetParameterPrettyPrint so that upgrade tool prints inputs beforeJeff Donahue1-2/+7
2014-03-27update docs (and a couple comments) for refactored layerparamJeff Donahue1-18/+18
2014-03-27fix upgrade_net_proto namesJeff Donahue2-2/+2
2014-03-27cleaner version of refactoring with fields added to LayerConnectionJeff Donahue3-72/+98
2014-03-27some post rebase fixes -- copyright, hdf5_output layer (still need toJeff Donahue1-1/+1
2014-03-27allow upgrade_net_proto to also read/write binary protos (e.g. savedJeff Donahue1-11/+32
2014-03-27make all tools backwards compatible with v0 net paramJeff Donahue4-25/+8
2014-03-27upgrade_net_proto: allow input files already in new proto formatJeff Donahue1-7/+13
2014-03-27add test for input/input_dim and fix bug, wasn't copying inputJeff Donahue1-1/+1
2014-03-27add upgrade_net_proto toolJeff Donahue1-0/+45
2014-03-27make ReadProtoFromTextFile not die on parse failure; addJeff Donahue5-5/+5
2014-03-27tools should have nonzero error exit codesJonathan L Long7-7/+7
2014-03-27passing too many args to tool binaries is an errorJonathan L Long5-5/+5
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer10-10/+10
2014-03-21Merge pull request #209 from jeffdonahue/loss-in-forward-passJeff Donahue1-2/+4