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
19 Feb, 2015
1 commit
  • Don't qFatal on reads that are longer than the remaining data ...
    f81cb10d
    This is normal operation, the QDataStream will sometimes request
    blocks larger than the amount remaining, in that case it's fine just
    to return the max amount available instead of erroring.
    Charles Otto authored
    2015-02-19 12:21:28 -0500  
    Browse Code »

15 Feb, 2015
1 commit
  • Don't use default QByteArray serialization, it seems to be unreliable
    6e505719
    Charles Otto authored
    2015-02-15 16:16:23 -0800  
    Browse Code »

13 Feb, 2015
1 commit
  • Default Transform::fromAlgorithm preprocess to false, following changes to strea… ...
    c4ff790d
    …m, this is now a bad default
    Charles Otto authored
    2015-02-13 15:09:44 -0800  
    Browse Code »

12 Feb, 2015
2 commits
  • Removed cmake message from LibLinear
    8fde04e6
    Scott Klum authored
    2015-02-12 12:03:26 -0500  
    Browse Code »
  • Fixed spelling error, closes 317
    ade222ac
    Scott Klum authored
    2015-02-12 10:51:56 -0500  
    Browse Code »

10 Feb, 2015
1 commit
  • Merge pull request #328 from biometrics/opencv_model_storage ...
    f645840e
    Opencv model storage
    Scott Klum authored
    2015-02-10 10:33:47 -0500  
    Browse Code »

09 Feb, 2015
9 commits
  • Merge remote-tracking branch 'origin/master' into opencv_model_storage ...
    9e32d3b1
    Conflicts:
    	openbr/plugins/tree.cpp
    Scott Klum authored
    2015-02-09 13:35:36 -0500  
    Browse Code »
  • Merge pull request #327 from biometrics/liblinear ...
    f61b9ea5
    Liblinear
    Scott Klum authored
    2015-02-09 13:33:47 -0500  
    Browse Code »
  • Removed old malloc
    6ebf7eb9
    Scott Klum authored
    2015-02-09 13:33:13 -0500  
    Browse Code »
  • Refactored opencv model storage
    a3cca74e
    Scott Klum authored
    2015-02-09 13:32:23 -0500  
    Browse Code »
  • 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
2 commits
  • 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 »
  • 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
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 »