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
10 Dec, 2013
4 commits
  • Factor out multi-template per detection into new transform
    c11e9eec
    Josh Klontz authored
    2013-12-10 17:47:07 -0500  
    Browse Code »
  • Block project only when this transform is trained
    17e0d318
    Brendan Klare authored
    2013-12-10 16:53:16 -0500  
    Browse Code »
  • Reversed multiple template detection approach
    52484e12
    Brendan Klare authored
    2013-12-10 16:45:10 -0500  
    Browse Code »
  • Allows project to occur when training other transforms
    2f14b079
    Brendan Klare authored
    2013-12-10 12:22:31 -0500  
    Browse Code »

09 Dec, 2013
1 commit
  • evalDetection bug fix
    c7d69e72
    Josh Klontz authored
    2013-12-09 18:51:44 -0500  
    Browse Code »

05 Dec, 2013
1 commit
  • Merge pull request #141 from biometrics/composite_propcopy ...
    6dea1280
    Improvements to CompositeTransform::smartCopy
    sklum authored
    2013-12-05 19:05:18 -0800  
    Browse Code »

03 Dec, 2013
10 commits
  • Moved FilterOnMetadata
    e7625e50
    Scott Klum authored
    2013-12-03 21:22:36 -0500  
    Browse Code »
  • Back to projectUpdate
    72f085d0
    Scott Klum authored
    2013-12-03 15:05:42 -0500  
    Browse Code »
  • Not adding comma, to be safe
    8bb3b0d6
    Scott Klum authored
    2013-12-03 15:04:05 -0500  
    Browse Code »
  • Fixed conflicts with master
    d9c60f6e
    Scott Klum authored
    2013-12-03 13:54:32 -0500  
    Browse Code »
  • Better English
    84dc8e1e
    Scott Klum authored
    2013-12-03 13:44:56 -0500  
    Browse Code »
  • Switched back to readMode, improved solution
    18a33a56
    Scott Klum authored
    2013-12-03 13:43:32 -0500  
    Browse Code »
  • Change template list member access syntax
    36598e67
    Brendan Klare authored
    2013-12-03 12:25:24 -0500  
    Browse Code »
  • Merge pull request #140 from biometrics/windowTraining ...
    4a45642f
    IgnoreBorder option for slidingWindow detectors
    Brendan K authored
    2013-12-03 09:22:56 -0800  
    Browse Code »
  • Reused some br::Object code instead of looping over parameters myself
    775579ba
    Scott Klum authored
    2013-12-03 12:13:00 -0500  
    Browse Code »
  • Properties working
    324204b5
    Scott Klum authored
    2013-12-03 11:45:36 -0500  
    Browse Code »

02 Dec, 2013
7 commits
  • Parameter to ignore the border in the sliding window detector
    885efbb2
    Brendan Klare authored
    2013-12-02 21:34:22 -0500  
    Browse Code »
  • Bug fix in FaceFromEyes parameters
    ac20fcb8
    Brendan Klare authored
    2013-12-02 21:33:09 -0500  
    Browse Code »
  • Workaround for train projecting enrollment issue
    93092fdf
    Scott Klum authored
    2013-12-02 17:31:52 -0500  
    Browse Code »
  • Almost have copying done, need to work out enums
    5c750607
    Scott Klum authored
    2013-12-02 17:16:14 -0500  
    Browse Code »
  • Add br_get_metadata_string to C API
    83b596bd
    Austin Blanton authored
    2013-12-02 11:32:42 -0500  
    Browse Code »
  • cmake backwards compatibility fix
    909bd3ef
    Josh Klontz authored
    2013-12-02 10:25:09 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into windowTraining
    99e24f93
    Brendan Klare authored
    2013-12-02 10:12:05 -0500  
    Browse Code »

01 Dec, 2013
3 commits
  • Stasm behavior tweak
    ac554c19
    Scott Klum authored
    2013-12-01 13:49:10 -0500  
    Browse Code »
  • Removed debug statement
    6c49bccd
    Scott Klum authored
    2013-12-01 13:43:31 -0500  
    Browse Code »
  • Fixed pinEye bug
    b81a3370
    Scott Klum authored
    2013-12-01 13:42:56 -0500  
    Browse Code »

27 Nov, 2013
3 commits
  • Option to ignore border on sliding window
    560e477d
    Brendan Klare authored
    2013-11-27 16:15:25 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    d1dee8c2
    Scott Klum authored
    2013-11-27 10:05:16 -0500  
    Browse Code »
  • Merge pull request #139 from biometrics/FilterOnMetadata ...
    4c9bff3e
    New transform to filter gallery based on meta-data
    jklontz authored
    2013-11-27 05:19:13 -0800  
    Browse Code »

26 Nov, 2013
3 commits
  • New transform to filter gallery based on meta-data
    52dc5736
    Brendan Klare authored
    2013-11-26 14:59:20 -0500  
    Browse Code »
  • Address issue #137 (crash due to early deletion of stream) ...
    0aa3a817
    In stream, only release the calling thread after the last thread has exited
    the last stage. This should prevent any issues related to the calling thread
    being released, then deleting or otherwise damaging the stream while anything
    is still active.
    Charles Otto authored
    2013-11-26 14:27:17 -0500  
    Browse Code »
  • commented eval detection for #138
    872ecd47
    Josh Klontz authored
    2013-11-26 10:57:59 -0500  
    Browse Code »

25 Nov, 2013
3 commits
  • Bug fix for detection sample extraction
    6298e600
    Brendan Klare authored
    2013-11-25 12:38:46 -0500  
    Browse Code »
  • minor fixes
    2b62de7b
    Josh Klontz authored
    2013-11-25 11:11:34 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    2f4fffed
    Scott Klum authored
    2013-11-25 08:59:34 -0500  
    Browse Code »

24 Nov, 2013
4 commits
  • Address #135, update models ref due to compatibility break
    fea31bb9
    Charles Otto authored
    2013-11-24 20:00:12 -0500  
    Browse Code »
  • Rework smartCopy ...
    353d2496
    If we are doing nonsense like composing algorithms in memory, checking for
    a NULL parent is not a viable way to detect when smartCopy has returned a
    loose transform. This is because root transforms created through
    algorithmCore or whatever also have NULL parents, but actually they will
    be deleted via QSharedPointers, so adding them to a parent chain is
    dangerous, and they can show up as child transforms if we say attach them
    as children of a stream or distribute transform as part of a
    parallelization scheme.
    
    So, instead we add an output parameter to smartCopy indicating if the
    returned pointer is a newly allocated transform, that is not already set
    up to be deleted.
    Charles Otto authored
    2013-11-24 19:35:46 -0800  
    Browse Code »
  • Merge pull request #136 from biometrics/calm_down ...
    a5768458
    Remove the '!' abbreviation
    jklontz authored
    2013-11-24 15:11:40 -0800  
    Browse Code »
  • Don't use ! as a shortcut for +Expand+
    7c61237a
    Charles Otto authored
    2013-11-24 16:06:52 -0800  
    Browse Code »

23 Nov, 2013
1 commit
  • Spellcheck
    e335e0ce
    Scott Klum authored
    2013-11-23 14:49:34 -0500  
    Browse Code »