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
30 Dec, 2014
1 commit
  • Added AdaBoost wrapper
    9ac4e2b3
    Scott Klum authored
    2014-12-30 14:44:58 -0500  
    Browse Code »

29 Dec, 2014
6 commits
  • Added Schrodinger
    8f903c52
    Scott Klum authored
    2014-12-29 14:22:51 -0500  
    Browse Code »
  • Reverted changes in Flip to maintain old functionality
    515eb7f4
    Scott Klum authored
    2014-12-29 14:22:18 -0500  
    Browse Code »
  • Lined up ReorderPoints
    8306521a
    Scott Klum authored
    2014-12-29 14:19:51 -0500  
    Browse Code »
  • Added bool to control dup of landmarks
    5efddc3d
    Scott Klum authored
    2014-12-29 13:03:18 -0500  
    Browse Code »
  • Added rect flipping for good measure
    b4643c2a
    Scott Klum authored
    2014-12-29 12:29:12 -0500  
    Browse Code »
  • Separated point reordering functionality, reverted openbr_plugin change such tha… ...
    6ab3d0c5
    …t Fork is not affected
    Scott Klum authored
    2014-12-29 12:02:58 -0500  
    Browse Code »

26 Dec, 2014
13 commits
  • Extended note
    1c003ddc
    Scott Klum authored
    2014-12-26 16:41:29 -0500  
    Browse Code »
  • Moved MUCT abbrievations to algorithms.cpp, added note, added fatal if list size is inconsistent
    61f7a72a
    Scott Klum authored
    2014-12-26 16:38:34 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into flip_rotate
    b9566820
    Scott Klum authored
    2014-12-26 13:33:26 -0500  
    Browse Code »
  • Don't overwrite points/rects on a dup. instead, append them.
    a65a90b2
    Scott Klum authored
    2014-12-26 12:21:23 -0500  
    Browse Code »
  • Updated FlipTransform
    2aba0aa2
    Scott Klum authored
    2014-12-26 12:05:33 -0500  
    Browse Code »
  • Merge pull request #297 from biometrics/svm_updates ...
    b0b6e5cd
    Svm updates
    Scott Klum authored
    2014-12-26 11:29:03 -0500  
    Browse Code »
  • Updated Flip and added RandRotate
    05452b11
    Scott Klum authored
    2014-12-26 11:18:36 -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
2 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 »