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
09 Feb, 2015
1 commit
  • Refactored opencv model storage
    a3cca74e
    Scott Klum authored
    2015-02-09 13:32:23 -0500  
    Browse Code »

06 Feb, 2015
1 commit
  • set a default value for -path
    919ddb61
    Josh Klontz authored
    2015-02-06 09:31:26 -0500  
    Browse Code »

04 Feb, 2015
1 commit
  • Make sure a file exists before trying to open it with a load/store
    bd35069d
    Charles Otto authored
    2015-02-04 15:52:46 -0800  
    Browse Code »

03 Feb, 2015
6 commits
  • Merge pull request #321 from biometrics/eigenutil_cleanup ...
    51bb9ca5
    Eigenutil cleanup
    Scott Klum authored
    2015-02-03 16:29:42 -0500  
    Browse Code »
  • Merge pull request #310 from biometrics/eval_landmark_improvements ...
    3122cac3
    Eval landmark improvements
    Scott Klum authored
    2015-02-03 15:29:15 -0500  
    Browse Code »
  • Merge pull request #320 from biometrics/block_compression ...
    cb35ce83
    Block based model compression scheme
    caotto authored
    2015-02-03 11:47:34 -0500  
    Browse Code »
  • Update pre-trained models ref
    30e8b9d8
    Charles Otto authored
    2015-02-03 11:21:11 -0500  
    Browse Code »
  • Merge branch 'eval_landmark_improvements' of https://github.com/biometrics/openb… ...
    d0310151
    …r into eval_landmark_improvements
    Scott Klum authored
    2015-02-03 11:06:30 -0500  
    Browse Code »
  • Merge branch 'master' into eval_landmark_improvements ...
    07db2fbd
    Conflicts:
    	openbr/core/eval.cpp
    Scott Klum authored
    2015-02-03 11:05:04 -0500  
    Browse Code »

02 Feb, 2015
5 commits
  • Update a few algorithm abbreviations ...
    89a9e4fc
    Switch FaceRecognition to UnitDistance instead of
    MatchProbability--there are some doubts about using gaussians to model
    the score distributions, and the KDE code is untested.
    
    Remove FTETransform from age/gender classification (again, it is
    unused). Drop a couple extraneous Expands.
    Charles Otto authored
    2015-02-02 20:44:03 -0500  
    Browse Code »
  • Replace use of rand() in RandSample, this was resulting in poor results from RndSubspace on windows
    962abebb
    Charles Otto authored
    2015-02-02 18:20:23 -0800  
    Browse Code »
  • bump block size to 100MB, remove commented out qDebugs
    d56eb4f2
    Charles Otto authored
    2015-02-02 00:11:33 -0500  
    Browse Code »
  • Faster MatchProbability training ...
    ad88ddc7
    Parallelize KDE lookup table building, also introduce a flag, and
    don't do KDE training at all, if Gaussians will instead be used to
    model the score distributions
    Charles Otto authored
    2015-02-02 00:08:24 -0500  
    Browse Code »
  • More verbose output in training ...
    93733b79
    Also address an issue with retraining algorithms, using pre-trained
    submodules
    Charles Otto authored
    2015-02-02 00:00:57 -0500  
    Browse Code »

01 Feb, 2015
5 commits
  • Remove unneeded debug output
    03fe9a28
    Charles Otto authored
    2015-02-01 19:49:46 -0500  
    Browse Code »
  • Drop FTETransform from FaceRecognitionRegistration, it is currently unused
    279ef000
    Charles Otto authored
    2015-02-01 16:31:08 -0800  
    Browse Code »
  • Use BlockCompression in loadstores and algorithm serialization
    22db0c4b
    Charles Otto authored
    2015-02-01 16:31:06 -0800  
    Browse Code »
  • Flag Cascade as untrainable if using one of the default models
    c04a5c97
    Charles Otto authored
    2015-02-01 16:31:04 -0800  
    Browse Code »
  • Introduce a QIODevice subclass for compressing output in fixed sized blocks
    e5edf7f6
    Charles Otto authored
    2015-02-01 16:31:02 -0800  
    Browse Code »

30 Jan, 2015
2 commits
  • Change for ubuntu compatability
    f2f88b8c
    Brendan Klare authored
    2015-01-30 10:02:53 -0500  
    Browse Code »
  • Merge pull request #318 from biometrics/readMessage ...
    380ab9e6
    Error message for ReadTransform
    Josh Klontz authored
    2015-01-30 08:13:57 -0500  
    Browse Code »

29 Jan, 2015
4 commits
  • Reduce memory use during ProcessWrapper initialization
    e1da8082
    Charles Otto authored
    2015-01-29 14:55:06 -0800  
    Browse Code »
  • Fix
    c2764d2b
    Brendan Klare authored
    2015-01-29 16:48:06 -0500  
    Browse Code »
  • Fix
    b7ea892b
    Brendan Klare authored
    2015-01-29 16:47:15 -0500  
    Browse Code »
  • Added Read error message
    28a0f9e0
    Brendan Klare authored
    2015-01-29 16:43:25 -0500  
    Browse Code »

28 Jan, 2015
11 commits
  • Merge pull request #316 from biometrics/blurTransform ...
    14ce2fa6
    Blur regions of interest
    Ben Klein authored
    2015-01-28 19:18:23 -0500  
    Browse Code »
  • blur each ROI in file's rects()
    193c5984
    bhklein authored
    2015-01-28 18:09:22 -0500  
    Browse Code »
  • file::appendRect instead of set(rects) when labels missing
    1d389f1d
    bhklein authored
    2015-01-28 18:08:17 -0500  
    Browse Code »
  • Merge pull request #315 from biometrics/rndsample ...
    65672355
    Implemented RndSample transform
    Scott Klum authored
    2015-01-28 15:54:52 -0500  
    Browse Code »
  • Don't need the eig prefix on std anymore, renamed
    82822bb2
    Scott Klum authored
    2015-01-28 15:48:50 -0500  
    Browse Code »
  • Removed toEigen, use opencv's eigen2cv and cv2eigen instead
    4eac4766
    Scott Klum authored
    2015-01-28 15:45:59 -0500  
    Browse Code »
  • Cleaned up writeMatrix
    66db5e4b
    Scott Klum authored
    2015-01-28 15:44:14 -0500  
    Browse Code »
  • Converted printEigen to a qDebug operator
    18c305f1
    Scott Klum authored
    2015-01-28 15:06:39 -0500  
    Browse Code »
  • EigenUtils is now a namespace
    80f91a7c
    Scott Klum authored
    2015-01-28 14:41:58 -0500  
    Browse Code »
  • Implemented RndSample transform
    937d05f5
    Scott Klum authored
    2015-01-28 13:56:33 -0500  
    Browse Code »
  • Update to latest janus
    56866e7f
    bhklein authored
    2015-01-28 11:25:06 -0500  
    Browse Code »

27 Jan, 2015
4 commits
  • Check that template contains at least the indices specified by from and to
    4d196459
    Scott Klum authored
    2015-01-27 15:12:14 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    c773e100
    Scott Klum authored
    2015-01-27 14:40:27 -0500  
    Browse Code »
  • Missed a few points
    7c33b441
    Scott Klum authored
    2015-01-27 14:40:07 -0500  
    Browse Code »
  • Handling missing points in eval
    1b5dbd99
    Scott Klum authored
    2015-01-27 13:13:39 -0500  
    Browse Code »