index
:
platform/upstream/caffeonacl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_unified
armcl-v18.11
master
sandbox/daeinki/armcl-v18.08
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
extract_features.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-02
Fixing a typo
Chuck Cho
1
-1
/
+1
2016-02-25
drop Net inputs + Forward with bottoms
Evan Shelhamer
1
-2
/
+1
2015-12-04
Correct type of device_id; disambiguate shared_ptr
T.E.A de Souza
1
-9
/
+8
2015-12-01
dismantle layer headers
Evan Shelhamer
1
-1
/
+0
2015-11-26
replace snprintf with a C++98 equivalent
Tea
1
-7
/
+4
2015-09-04
Update extract_features.cpp
Lumin Zhou
1
-1
/
+1
2015-05-27
fix the bug with db_type when the number of features to be extracted is large...
Mohammad Norouzi
1
-1
/
+2
2015-05-26
add leading zeros to keys in feature DB files
Mohammad Norouzi
1
-1
/
+1
2015-03-07
extract_features preserves feature shape
J Yegerlehner
1
-3
/
+3
2015-02-17
tools make net with phase
Evan Shelhamer
1
-2
/
+1
2015-01-19
use db wrappers
Jonathan L Long
1
-13
/
+18
2014-10-14
Renamed Database interface to Dataset.
Kevin James Matzen
1
-18
/
+17
2014-10-14
Templated the key and value types for the Database interface. The Database i...
Kevin James Matzen
1
-8
/
+6
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 extract_features to take a leveldb/lmdb config option.
Kevin James Matzen
1
-6
/
+6
2014-10-14
Updated interface to make fewer string copies.
Kevin James Matzen
1
-4
/
+7
2014-10-14
Refactored leveldb and lmdb code.
Kevin James Matzen
1
-30
/
+20
2014-10-14
some namespace cleaning.
Yangqing Jia
1
-13
/
+17
2014-09-25
Removed unnecessary "mutable"
D.Mishkin
1
-2
/
+2
2014-08-06
LICENSE governs the whole project so strip file headers
Evan Shelhamer
1
-2
/
+0
2014-08-04
Fix header alphabetization lint errors.
Jeff Donahue
1
-5
/
+6
2014-07-17
collect CUDA includes and calls, separate from CPU-only mode, leave out
Evan Shelhamer
1
-1
/
+0
2014-06-26
Merge pull request #511 from kloudkl/extract_multiple_features
Evan Shelhamer
1
-51
/
+78
2014-06-25
remove unused variables
Jonathan L Long
1
-1
/
+0
2014-06-24
Init google logging
Kai Li
1
-0
/
+1
2014-06-24
Replace the raw pointers with shared_ptr to ensure memory is released
Kai Li
1
-8
/
+9
2014-06-24
No need to manually delete the pointers which are managed by std::vector
Kai Li
1
-4
/
+0
2014-06-24
Progress should be reported for each feature blob
Kai Li
1
-10
/
+10
2014-06-24
Extract multiple features in a single Forward pass
Kai Li
1
-47
/
+76
2014-03-27
update docs (and a couple comments) for refactored layerparam
Jeff Donahue
1
-18
/
+18
2014-03-27
make all tools backwards compatible with v0 net param
Jeff Donahue
1
-9
/
+2
2014-03-27
Standardize copyright, add root-level CONTRIBUTORS credit
Evan Shelhamer
1
-1
/
+1
2014-03-19
Don't create a new batch after all the feature vectors have been saved
Kai Li
1
-2
/
+0
2014-03-19
Fix cpplint errors for Net, its tests and feature related 3 examples
Kai Li
1
-9
/
+13
2014-03-19
Use lowercase underscore naming convention for Net blob & layer getters
Kai Li
1
-2
/
+2
2014-03-19
Move extract_features, binarize_features, retrieve_images to tools/
Kai Li
1
-0
/
+171