summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-08-17cmake build systemAdam Kosiorek1-0/+18
2014-08-09Fix the gflags namespace issueKai Li1-1/+0
2014-08-07Back-merge documentation and fixesEvan Shelhamer1-1/+1
2014-08-07consolidate gpu and device_id args in caffe toolEvan Shelhamer1-12/+11
2014-08-06fix deprecation warningsEvan Shelhamer5-8/+8
2014-08-06consolidate test into caffe cliEvan Shelhamer2-48/+37
2014-08-06comment caffe cliEvan Shelhamer1-3/+9
2014-08-06check required caffe cli argsEvan Shelhamer1-1/+6
2014-08-06rename caffe cli args and revise textEvan Shelhamer1-27/+25
2014-08-06give usage message for caffe cliEvan Shelhamer1-3/+13
2014-08-06output INFO from caffe cli to stderr by defaultEvan Shelhamer1-0/+3
2014-08-06consolidaet GPU flag for caffe cliEvan Shelhamer1-3/+3
2014-08-06rename toolsEvan Shelhamer1-10/+10
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer12-22/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue5-10/+11
2014-08-04Changed path in description to point to parse_log.shVik Kamath1-1/+1
2014-08-04Fix and improve multiple places about random number generation andnetheril961-1/+2
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