summaryrefslogtreecommitdiff
path: root/tools/extract_features.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-04Update extract_features.cppLumin Zhou1-1/+1
2015-05-27fix the bug with db_type when the number of features to be extracted is large...Mohammad Norouzi1-1/+2
2015-05-26add leading zeros to keys in feature DB filesMohammad Norouzi1-1/+1
2015-03-07extract_features preserves feature shapeJ Yegerlehner1-3/+3
2015-02-17tools make net with phaseEvan Shelhamer1-2/+1
2015-01-19use db wrappersJonathan L Long1-13/+18
2014-10-14Renamed Database interface to Dataset.Kevin James Matzen1-18/+17
2014-10-14Templated the key and value types for the Database interface. The Database i...Kevin James Matzen1-8/+6
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 extract_features to take a leveldb/lmdb config option.Kevin James Matzen1-6/+6
2014-10-14Updated interface to make fewer string copies.Kevin James Matzen1-4/+7
2014-10-14Refactored leveldb and lmdb code.Kevin James Matzen1-30/+20
2014-10-14some namespace cleaning.Yangqing Jia1-13/+17
2014-09-25Removed unnecessary "mutable"D.Mishkin1-2/+2
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-5/+6
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-1/+0
2014-06-26Merge pull request #511 from kloudkl/extract_multiple_featuresEvan Shelhamer1-51/+78
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-03-27update docs (and a couple comments) for refactored layerparamJeff Donahue1-18/+18
2014-03-27make all tools backwards compatible with v0 net paramJeff Donahue1-9/+2
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-19Don't create a new batch after all the feature vectors have been savedKai Li1-2/+0
2014-03-19Fix cpplint errors for Net, its tests and feature related 3 examplesKai Li1-9/+13
2014-03-19Use lowercase underscore naming convention for Net blob & layer gettersKai Li1-2/+2
2014-03-19Move extract_features, binarize_features, retrieve_images to tools/Kai Li1-0/+171