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
24 Apr, 2013
3 commits
  • Merge pull request #48 from biometrics/ltp ...
    76bf186b
    Local Ternary Pattern Transform Descriptor
    jklontz authored
    2013-04-24 15:21:59 -0700  
    Browse Code »
  • removed old debug include
    a6cd8369
    Brendan Klare authored
    2013-04-24 18:13:22 -0400  
    Browse Code »
  • Bug fix in the negative value thresholding
    6293aebe
    Brendan Klare authored
    2013-04-24 18:03:31 -0400  
    Browse Code »

23 Apr, 2013
4 commits
  • new color scheme
    7d36de07
    Josh Klontz authored
    2013-04-23 17:52:11 -0400  
    Browse Code »
  • TemplateCountGallery now statGallery
    f4457dce
    Josh Klontz authored
    2013-04-23 16:28:02 -0400  
    Browse Code »
  • fixed eval edge case
    cf1ec399
    Josh Klontz authored
    2013-04-23 13:48:11 -0400  
    Browse Code »
  • tweaked fusion to allow Identity matrix
    43585b3f
    Josh Klontz authored
    2013-04-23 12:53:42 -0400  
    Browse Code »

22 Apr, 2013
9 commits
  • fixed possible CT8 concurrency issue
    d9c315f2
    Josh Klontz authored
    2013-04-22 19:05:49 -0400  
    Browse Code »
  • now assigning partition based on MD5 hash of subject
    b428803c
    Josh Klontz authored
    2013-04-22 18:41:23 -0400  
    Browse Code »
  • fixed edge case
    90c6b04a
    Josh Klontz authored
    2013-04-22 18:17:59 -0400  
    Browse Code »
  • removed script
    4cef29e2
    Josh Klontz authored
    2013-04-22 18:17:43 -0400  
    Browse Code »
  • cleaned up TemplateList::fromGallery
    e67fca6c
    Josh Klontz authored
    2013-04-22 15:00:58 -0400  
    Browse Code »
  • switched to report at .1% instead of 1%
    00e96a41
    Josh Klontz authored
    2013-04-22 14:28:48 -0400  
    Browse Code »
  • refactored br -convert
    59535d58
    Josh Klontz authored
    2013-04-22 14:16:53 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    2437da4a
    Josh Klontz authored
    2013-04-22 10:51:59 -0400  
    Browse Code »
  • more bib entries
    b4cac0b6
    Josh Klontz authored
    2013-04-22 10:50:13 -0400  
    Browse Code »

21 Apr, 2013
3 commits
  • Merge pull request #47 from biometrics/no_scale ...
    f3f7b589
    remove explicit output variable scaling from svm transform/distance
    caotto authored
    2013-04-21 11:51:12 -0700  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into no_scale
    c45d03f0
    Charles Otto authored
    2013-04-21 14:39:29 -0400  
    Browse Code »
  • Update gender/age models to reflect changes to svm use
    e690d05c
    Charles Otto authored
    2013-04-21 14:38:59 -0400  
    Browse Code »

20 Apr, 2013
5 commits
  • mtxOutput now limited by disk size instead of memory size
    3c3e21d9
    Josh Klontz authored
    2013-04-20 20:03:48 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    73a3464f
    Josh Klontz authored
    2013-04-20 13:58:11 -0400  
    Browse Code »
  • generalized RemoveTemplatesTransform
    cdd156b0
    Josh Klontz authored
    2013-04-20 13:57:26 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into no_scale
    05d60bdd
    Charles Otto authored
    2013-04-20 12:46:21 -0400  
    Browse Code »
  • Merge pull request #46 from biometrics/label_subject_things ...
    e9f1e88d
    Address some issues with classification and regression
    jklontz authored
    2013-04-20 08:28:10 -0700  
    Browse Code »

19 Apr, 2013
6 commits
  • Updated gender classification model to fix label lookup
    2b6b533a
    Charles Otto authored
    2013-04-19 21:04:47 -0400  
    Browse Code »
  • Use File::subject rather than acccessing the property directly
    3bff52c0
    Charles Otto authored
    2013-04-19 20:41:40 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    7d2c5ba7
    Josh Klontz authored
    2013-04-19 16:59:17 -0400  
    Browse Code »
  • more bib entries
    8a5eb541
    Josh Klontz authored
    2013-04-19 16:59:10 -0400  
    Browse Code »
  • Make Pipes behave consistently between training and enrollment ...
    6a1f4fa5
    When training transforms involving pipes, and projecting from one
    stage to the next, break the training data into single item
    templatelists (similarly to what is typically done by Distribute
    transforms durign training). This allows e.g. ExpandTransform to work
    as expected.
    Charles Otto authored
    2013-04-19 15:19:00 -0400  
    Browse Code »
  • Fix an issue with File::label remapping numeric 'subject' unnecessarily ...
    fa3fab2c
    If 'subject' is set, but 'label' is not set, before remapping subject
    to an integer, check if it is already a number. In this case, no
    remapping is necesasry, and in fact remapping caused problems when
    evaluating regression output
    Charles Otto authored
    2013-04-19 15:16:38 -0400  
    Browse Code »

18 Apr, 2013
6 commits
  • CrossValidation with same training across all splits
    6e96c4e0
    Scott Klum authored
    2013-04-18 20:49:41 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    d29e2df1
    Scott Klum authored
    2013-04-18 20:43:25 -0400  
    Browse Code »
  • include fix
    b90de86f
    Josh Klontz authored
    2013-04-18 19:43:26 -0400  
    Browse Code »
  • Remove explicit scaling from SVM plugins.
    c0adb3c5
    Charles Otto authored
    2013-04-18 13:59:26 -0400  
    Browse Code »
  • added enrollFaces.sh
    a91eb9f9
    Josh Klontz authored
    2013-04-18 11:45:10 -0400  
    Browse Code »
  • added cropFaces script
    ab0d384c
    Josh Klontz authored
    2013-04-18 11:39:00 -0400  
    Browse Code »

17 Apr, 2013
4 commits
  • NEC bug fix
    9cbe722e
    Josh Klontz authored
    2013-04-17 18:30:31 -0400  
    Browse Code »
  • forgot this line
    478ad422
    Josh Klontz authored
    2013-04-17 17:41:09 -0400  
    Browse Code »
  • added templateGallery
    9d38540f
    Josh Klontz authored
    2013-04-17 17:35:13 -0400  
    Browse Code »
  • improved binFormat
    25b253ca
    Josh Klontz authored
    2013-04-17 11:50:09 -0400  
    Browse Code »