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
5 commits
  • Cleanup
    0b17a8bb
    Scott Klum authored
    2015-02-09 13:20:25 -0500  
    Browse Code »
  • Revert "Revert "Merge pull request #320 from biometrics/block_compression"" ...
    df64be5e
    This reverts commit decda7bc5277e839d1bcf3e78754f2400878c969.
    Scott Klum authored
    2015-02-09 13:18:21 -0500  
    Browse Code »
  • Liblinear cleanup
    4691ca21
    Scott Klum authored
    2015-02-09 13:15:14 -0500  
    Browse Code »
  • Added parameter for termination criteria
    b0f41b6e
    Scott Klum authored
    2015-02-09 13:14:31 -0500  
    Browse Code »
  • Refactored random forests and forest induction
    373069f6
    Scott Klum authored
    2015-02-09 13:07:27 -0500  
    Browse Code »

06 Feb, 2015
1 commit
  • Revert "Merge pull request #320 from biometrics/block_compression" ...
    decda7bc
    This reverts commit cb35ce836903f6baa19cf577932e6d2b92f3fedb, reversing
    changes made to f2f88b8c72d0c86d66232c2cb26a39ab40bca4f3.
    Scott Klum authored
    2015-02-06 14:57:48 -0500  
    Browse Code »

03 Feb, 2015
8 commits
  • Merge remote-tracking branch 'origin/master' into liblinear
    d2de26db
    Scott Klum authored
    2015-02-03 16:30:04 -0500  
    Browse Code »
  • 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 »
  • Added forest induction
    9b430a4f
    Scott Klum authored
    2015-02-03 13:47:13 -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
4 commits
  • More liblinear cleanup
    9e9e1a9b
    Scott Klum authored
    2015-01-30 12:51:23 -0500  
    Browse Code »
  • Memory leaks fixed, introducing enum for solver
    914912b1
    Scott Klum authored
    2015-01-30 10:40:37 -0500  
    Browse Code »
  • 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
6 commits
  • Initial work with liblinear
    ef7897a4
    Scott Klum authored
    2015-01-29 21:01:14 -0500  
    Browse Code »
  • 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 »
  • Starting tree rep
    e76f4ef8
    Scott Klum authored
    2015-01-29 14:53:14 -0500  
    Browse Code »

28 Jan, 2015
6 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 »