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
13 Mar, 2013
3 commits
  • added more transforms
    5f37e44f
    Josh Klontz authored
    2013-03-13 22:54:55 -0400  
    Browse Code »
  • minor fix
    94f8e680
    Josh Klontz authored
    2013-03-13 12:35:44 -0400  
    Browse Code »
  • added a check to only compute the matrix if it doesn't already exist
    371ed356
    Josh Klontz authored
    2013-03-13 12:34:49 -0400  
    Browse Code »

12 Mar, 2013
4 commits
  • Fixed Distribute transform
    05721739
    Scott Klum authored
    2013-03-12 15:27:11 -0400  
    Browse Code »
  • fixed youtubeface plugin
    03839741
    Josh Klontz authored
    2013-03-12 14:19:00 -0400  
    Browse Code »
  • Update ref to models submodule (hopefully correctly this time)
    d602d0b5
    Charles Otto authored
    2013-03-12 10:32:06 -0400  
    Browse Code »
  • Merge pull request #26 from biometrics/variable_output ...
    63596a8c
    Structural changes to the basic multi-template enrollment operation
    jklontz authored
    2013-03-12 07:16:02 -0700  
    Browse Code »

11 Mar, 2013
19 commits
  • Modify dbGallery to actually give deterministic output ...
    93b7a3cd
    Make a call to qSort prior to shuffling the records received by a dbGallery
    this makes the output of a dbGallery deterministic for a given query (as long
    as the seed is set).
    Charles Otto authored
    2013-03-11 23:45:28 -0400  
    Browse Code »
  • Structural changes to the basic multi-template enroll command ...
    1bf9c77c
    Handle enrollment of multiple independent templates by creating a single
    element template list from each input template, then processing these
    TemplateLists in parallel. This changes the basic operation for processing
    templates derived from a sinlge image from project(template, template) (a
    single input/single output function) to project(templateList, templateList),
    which allows for a transform to output a variable number of templates from a
    given input (e.g. a detector can output multiple templates, or a filter can
    remove templates that don't meet some criterion).
    
    The basic parallel execution code loop is implemented using
    DistributeTemplateTransform, instead of through Template::Project(list), and a DistributeTemplateTransform is automatically prepended to input enrollment
    algorithms. This avoids the problem of having to decide whether or not a split
    should take place on every call to project(templatelist), and since the
    distribute transform is just a normal transform, it can be applied more than
    once in a given algorithm (when this is desirable).
    
    Implement ExpandTransform as a basic Transform that take a template list as
    input, and expands it for its output (in project(templatelist)), due to the
    restructuring ExpandTransform no longer has to essentially mimic the
    functionality of PipeTransform to function correctly.
    
    This commit breaks binary compatibility (of saved models), so updates to the
    pre-trained face recognition and gender classification models are included.
    Charles Otto authored
    2013-03-11 23:34:30 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    b45acc40
    Scott Klum authored
    2013-03-11 20:40:10 -0400  
    Browse Code »
  • More fixes
    b862f3bd
    Scott Klum authored
    2013-03-11 20:40:04 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    7853aa2e
    Josh Klontz authored
    2013-03-11 20:39:36 -0400  
    Browse Code »
  • fixed up scripts
    7b8abf96
    Josh Klontz authored
    2013-03-11 20:39:30 -0400  
    Browse Code »
  • Plugin cleanup
    dc9fe3d1
    Scott Klum authored
    2013-03-11 20:36:46 -0400  
    Browse Code »
  • PP5 fix, file::flat() and init() tweaks
    48d8b3cc
    Scott Klum authored
    2013-03-11 19:56:17 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    8c5213c9
    Scott Klum authored
    2013-03-11 19:55:06 -0400  
    Browse Code »
  • added more scripts
    b104b8e5
    Josh Klontz authored
    2013-03-11 18:41:58 -0400  
    Browse Code »
  • fixed submodule issue introduced in a0c58d419972363717e616983b26bf2bbcde7772
    7f7362fd
    Josh Klontz authored
    2013-03-11 18:36:28 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    a28029c8
    Scott Klum authored
    2013-03-11 17:50:53 -0400  
    Browse Code »
  • Merge
    f2e360a1
    Scott Klum authored
    2013-03-11 17:50:44 -0400  
    Browse Code »
  • nec3 updates ...
    a0c58d41
    getBool("X") --> get<bool>("X",false) and appendLandmarks -->
    appendPoints
    lbestrowden authored
    2013-03-11 17:40:42 -0400  
    Browse Code »
  • started writing a new algorithm
    3021f01b
    Josh Klontz authored
    2013-03-11 17:02:10 -0400  
    Browse Code »
  • rewrote YouTubeFacesDBTransform
    9b42f0bf
    Josh Klontz authored
    2013-03-11 15:09:52 -0400  
    Browse Code »
  • added training scripts
    2e3ebad6
    Josh Klontz authored
    2013-03-11 13:42:12 -0400  
    Browse Code »
  • fixed KDE default constructor
    c4c126e7
    Josh Klontz authored
    2013-03-11 12:03:34 -0400  
    Browse Code »
  • removed Points and Rects fields from csv output
    7660cc8e
    Josh Klontz authored
    2013-03-11 11:35:17 -0400  
    Browse Code »

10 Mar, 2013
3 commits
  • updated CT8 to use new template metadata API, cleaned up some of the logic
    8efb2824
    Josh Klontz authored
    2013-03-10 17:04:29 -0400  
    Browse Code »
  • tweaks related to #25
    274b7ff1
    Josh Klontz authored
    2013-03-10 14:40:39 -0400  
    Browse Code »
  • Merging
    fac59bd2
    Scott Klum authored
    2013-03-10 12:34:36 -0400  
    Browse Code »

09 Mar, 2013
2 commits
  • introduced some new transforms
    b290d3f4
    Josh Klontz authored
    2013-03-09 16:26:07 -0500  
    Browse Code »
  • fixed pp5 compilation errors resulting from #24
    363e2052
    Josh Klontz authored
    2013-03-09 11:05:23 -0500  
    Browse Code »

08 Mar, 2013
9 commits
  • Merge pull request #24 from biometrics/file_refactoring ...
    6cbb4612
    File refactoring
    jklontz authored
    2013-03-08 21:05:16 -0800  
    Browse Code »
  • rewrote csvGallery
    b9e7e4b2
    Josh Klontz authored
    2013-03-08 23:42:36 -0500  
    Browse Code »
  • updated changelog
    e9169ab6
    Josh Klontz authored
    2013-03-08 16:56:02 -0500  
    Browse Code »
  • now storing points and landmarks directly
    3d92a1dd
    Josh Klontz authored
    2013-03-08 16:51:55 -0500  
    Browse Code »
  • rearranged functions
    8726eb4e
    Josh Klontz authored
    2013-03-08 15:50:25 -0500  
    Browse Code »
  • now using QMap
    89089d76
    Josh Klontz authored
    2013-03-08 15:16:05 -0500  
    Browse Code »
  • function cleanup
    35ab70c9
    Josh Klontz authored
    2013-03-08 15:11:22 -0500  
    Browse Code »
  • Merge pull request #23 from biometrics/video_thing ...
    e2fb91d8
    Changes to support better video processing, round 1 "a lot of work to accomplish nothing"
    jklontz authored
    2013-03-08 11:09:49 -0800  
    Browse Code »
  • move CompositeTransform to meta.cpp
    9def2dd6
    Charles Otto authored
    2013-03-08 14:07:19 -0500  
    Browse Code »