Logo white

Peter M. Groen / openbr

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,015
  • Compare
  • Branches 1
  • Tags 0
  • openbr
29 Dec, 2014
3 commits
  • generalized some Common functions to operate on templated data structures
    fb193b02
    Josh Klontz authored
    2014-12-29 13:13:42 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    a3d504b5
    Josh Klontz authored
    2014-12-29 10:58:56 -0500  
    Browse Code »
  • namedPoints() bug fix - canConvert isn't quite good enough, we need to explicitl… ...
    c08b5850
    …y check that the coordinates aren't NaN
    Josh Klontz authored
    2014-12-29 10:58:48 -0500  
    Browse Code »

26 Dec, 2014
7 commits
  • Merge pull request #297 from biometrics/svm_updates ...
    b0b6e5cd
    Svm updates
    Scott Klum authored
    2014-12-26 11:29:03 -0500  
    Browse Code »
  • Merge pull request #296 from biometrics/forest ...
    cb608094
    Forest
    Scott Klum authored
    2014-12-26 11:09:49 -0500  
    Browse Code »
  • Added additional SVM parameters
    1aed6ade
    Scott Klum authored
    2014-12-26 10:58:39 -0500  
    Browse Code »
  • Revert "Added additional options to SVM" ...
    60f93778
    This reverts commit 31ac65fc2826a05a49d85d4043b717b694af2db4.
    Scott Klum authored
    2014-12-26 10:49:51 -0500  
    Browse Code »
  • Added additional options to SVM
    31ac65fc
    Scott Klum authored
    2014-12-26 10:48:28 -0500  
    Browse Code »
  • Parameterized some functionality
    c1648735
    Scott Klum authored
    2014-12-26 10:32:56 -0500  
    Browse Code »
  • Added tree.cpp with ForestTransform
    e1439a2c
    Scott Klum authored
    2014-12-26 10:22:14 -0500  
    Browse Code »

25 Dec, 2014
1 commit
  • Merge pull request #295 from biometrics/default_gallery ...
    d93507d9
    Discard templates on empty enroll output
    caotto authored
    2014-12-25 14:54:55 -0500  
    Browse Code »

22 Dec, 2014
4 commits
  • Merge pull request #291 from biometrics/lfw_fix ...
    13375616
    Fix for issue #260
    Scott Klum authored
    2014-12-22 09:50:54 -0500  
    Browse Code »
  • Merge pull request #292 from biometrics/csv_fix ...
    d611f97e
    Fix issue #265 (csv format broken with FTE templates)
    Scott Klum authored
    2014-12-22 09:50:43 -0500  
    Browse Code »
  • Merge pull request #290 from biometrics/defer_open ...
    12647ef8
    Address issues #242, #192
    Scott Klum authored
    2014-12-22 09:50:31 -0500  
    Browse Code »
  • When given an empty output for enroll, discard templates ...
    39dee1e8
    This instead of saving everything to a memGallery by default, which is of
    questionable utility, and can give the appearance of a memory leak when not
    expected.
    Charles Otto authored
    2014-12-22 00:27:27 -0500  
    Browse Code »

21 Dec, 2014
3 commits
  • Fix issue #265 (csv format broken with FTE templates) ...
    d425956d
    Retain the number of columns generated per key output, so that the csv
    layout will not be broken if point/rect metadata keys are missing (since
    they are output as multiple columns of the csv).
    Charles Otto authored
    2014-12-21 16:43:49 -0500  
    Browse Code »
  • Fix evalFaceRecognition-LFW.sh ...
    148d82db
    Explicitly store query/gallery file names as metadata in PairwiseCompare
    Charles Otto authored
    2014-12-21 16:17:22 -0500  
    Browse Code »
  • Defer opening gallery files until read/write are first called ...
    8f742c2c
    Don't open gallery files in init, instead defer opening until they are
    first attempted to be read from/written to.
    
    This instead of introducing read/write modes.
    Charles Otto authored
    2014-12-21 15:43:51 -0500  
    Browse Code »

17 Dec, 2014
2 commits
  • Merge pull request #289 from biometrics/evalPlotting ...
    e095c645
    Sample ROC points at fixed FAR values for easy vertical averaging.
    Ben Klein authored
    2014-12-17 17:16:44 -0500  
    Browse Code »
  • Make displaying confidence intervals optional.
    08742a21
    bhklein authored
    2014-12-17 17:11:43 -0500  
    Browse Code »

15 Dec, 2014
1 commit
  • Sample ROC points at fixed FAR values for easy vertical averaging. Display conf… ...
    6ebad57b
    …idence intervals in tables and plots.
    bhklein authored
    2014-12-15 21:32:14 -0500  
    Browse Code »

10 Dec, 2014
2 commits
  • Merge pull request #287 from biometrics/download_user_agent ...
    cb9c5416
    Set User-Agent to br in Download
    Josh Klontz authored
    2014-12-10 14:28:38 -0500  
    Browse Code »
  • Set User-Agent to br in Download
    6302dd29
    Austin Blanton authored
    2014-12-10 13:56:03 -0500  
    Browse Code »

09 Dec, 2014
4 commits
  • Revert "Unimplemented header files for adaboost" ...
    9d107cc1
    This reverts commit 5d001f4dba69bccdeb5e3db905b69cdaf18235dd.
    JordanCheney authored
    2014-12-09 15:42:24 -0500  
    Browse Code »
  • Unimplemented header files for adaboost
    5d001f4d
    JordanCheney authored
    2014-12-09 15:30:30 -0500  
    Browse Code »
  • removed unused variable
    d24c2952
    Josh Klontz authored
    2014-12-09 11:43:22 -0500  
    Browse Code »
  • Downsample should also consider PossibleFTE for use with FTETransform
    3b11b8a9
    Josh Klontz authored
    2014-12-09 11:40:07 -0500  
    Browse Code »

06 Dec, 2014
1 commit
  • Merge pull request #282 from biometrics/janusComponent ...
    04e5eb47
    Load Component Algorithm
    Josh Klontz authored
    2014-12-06 12:10:12 -0500  
    Browse Code »

05 Dec, 2014
4 commits
  • Sample impostor and genuine matches in the correct direction, compare error rate… ...
    e8f0b2fb
    …s at a lower precision to find EERIndex more often.  Update documentation
    bhklein authored
    2014-12-05 16:44:05 -0500  
    Browse Code »
  • Merge pull request #285 from biometrics/eval ...
    6ef90a88
    output impostor and genuine matches around the EER score threshold.
    Ben Klein authored
    2014-12-05 14:26:50 -0500  
    Browse Code »
  • Update eval.cpp
    430935ed
    Ben Klein authored
    2014-12-05 14:25:49 -0500  
    Browse Code »
  • output impostor and genuine matches around the EER score threshold.
    9ef4da29
    bhklein authored
    2014-12-05 14:02:44 -0500  
    Browse Code »

03 Dec, 2014
3 commits
  • Merge pull request #283 from biometrics/evaluation_updates ...
    bf179728
    Updates to eval_detection
    Josh Klontz authored
    2014-12-03 17:22:29 -0500  
    Browse Code »
  • Documented the ignore flag
    fa88ae6a
    JordanCheney authored
    2014-12-03 12:10:41 -0500  
    Browse Code »
  • Updated to reflect comments. Also minor changes to br app to reflect new command line options
    7a540d85
    JordanCheney authored
    2014-12-03 12:04:08 -0500  
    Browse Code »

02 Dec, 2014
1 commit
  • Updates to eval_detection
    ad5854c9
    JordanCheney authored
    2014-12-02 21:56:28 -0500  
    Browse Code »

01 Dec, 2014
4 commits
  • GroupTransform tweaks
    453d5f49
    Josh Klontz authored
    2014-12-01 16:07:04 -0500  
    Browse Code »
  • GroupTransform bug fix
    180c103e
    Josh Klontz authored
    2014-12-01 10:08:10 -0500  
    Browse Code »
  • Introduced GroupTransform
    971dbf73
    Josh Klontz authored
    2014-12-01 09:43:21 -0500  
    Browse Code »
  • allow PCA training to continue with fewer retained eigenvectors
    564a4d82
    Josh Klontz authored
    2014-12-01 08:16:02 -0500  
    Browse Code »