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
  • openbr
25 Mar, 2014
8 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    f207c688
    Brendan Klare authored
    2014-03-25 15:32:25 -0400  
    Browse Dir »
  • Update stream::train to separate the training templates, similar to what happens in stream::project
    6a9e4eb0
    Charles Otto authored
    2014-03-25 15:09:12 -0400  
    Browse Dir »
  • Revert "finer grain concurrency for _projectPartial" ...
    497ea0d4
    This reverts commit 2f12e845d71d7189bfaa08a94f23b73f09685f91.
    Josh Klontz authored
    2014-03-25 14:36:00 -0400  
    Browse Dir »
  • added missing Cat prior to random sampling LDA
    033b663d
    Josh Klontz authored
    2014-03-25 14:15:03 -0400  
    Browse Dir »
  • finer grain concurrency for _projectPartial
    2f12e845
    Josh Klontz authored
    2014-03-25 14:06:32 -0400  
    Browse Dir »
  • don't turn integers into floats, avoids possible loss of precision
    61dbdc79
    Josh Klontz authored
    2014-03-25 12:35:14 -0400  
    Browse Dir »
  • redesigned .txt gallery format
    f3cd2951
    Josh Klontz authored
    2014-03-25 12:25:51 -0400  
    Browse Dir »
  • .db seed can now be train/test string instead of integer, misc .db cleanup
    253d8f61
    Josh Klontz authored
    2014-03-25 11:56:49 -0400  
    Browse Dir »

24 Mar, 2014
3 commits
  • New LDA class that uses a sparse set of the original features to learn a subspace
    228938c5
    Brendan Klare authored
    2014-03-24 17:25:45 -0400  
    Browse Dir »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    dff99e3e
    Brendan Klare authored
    2014-03-24 17:24:37 -0400  
    Browse Dir »
  • Added SparseLDA class
    90cc9e87
    Brendan Klare authored
    2014-03-24 17:24:29 -0400  
    Browse Dir »

19 Mar, 2014
1 commit
  • Add br_add_template_to_gallery to C API
    def244f4
    Austin Blanton authored
    2014-03-19 16:15:51 -0400  
    Browse Dir »

18 Mar, 2014
2 commits
  • Update cluster.cpp to reflect current magic numbers
    1e493936
    Charles Otto authored
    2014-03-18 22:33:32 -0400  
    Browse Dir »
  • Take the ground truth metadata key as input to evalClustering, default to Label ...
    261d6a83
    Defaulting to ClusterID did not make much sense, since the key being indexed is
    in fact the ground truth, not the cluster labels (cluster labels are stored as
    indices in a csv file, not a gallery).
    
    Also, use Format to read similarity matrices instead of assuming mtx is in use.
    Charles Otto authored
    2014-03-18 21:44:26 -0400  
    Browse Dir »

17 Mar, 2014
1 commit
  • added simple image similarity algorithm
    da367d4d
    Josh Klontz authored
    2014-03-17 11:26:52 -0400  
    Browse Dir »

13 Mar, 2014
3 commits
  • reverted AlgorithmCore::compare to known stable version
    480fa5d1
    Josh Klontz authored
    2014-03-13 12:05:40 -0400  
    Browse Dir »
  • Merge branch 'plot_limit_fix'
    36821db2
    Scott Klum authored
    2014-03-13 08:29:15 -0400  
    Browse Dir »
  • Fixed yLimit functionality for plots ...
    dfcf2a40
    Should have been zooming, rather than scaling the axis
    Scott Klum authored
    2014-03-13 08:27:10 -0400  
    Browse Dir »

12 Mar, 2014
1 commit
  • working draft of Likely plugins
    b5a06d64
    Josh Klontz authored
    2014-03-12 10:04:43 -0400  
    Browse Dir »

11 Mar, 2014
2 commits
  • filled in more of Likely plugin
    96574074
    Josh Klontz authored
    2014-03-11 18:11:25 -0400  
    Browse Dir »
  • added Likely plugin shell code
    b3160d2b
    Josh Klontz authored
    2014-03-11 17:16:12 -0400  
    Browse Dir »

06 Mar, 2014
10 commits
  • better implementation for caching pittpatt galleries
    de136a3b
    Josh Klontz authored
    2014-03-06 15:19:07 -0500  
    Browse Dir »
  • added pittpatt gallery caching
    f0bfec07
    Josh Klontz authored
    2014-03-06 14:44:33 -0500  
    Browse Dir »
  • added ability to compare galleries natively
    5a5ab543
    Josh Klontz authored
    2014-03-06 14:25:02 -0500  
    Browse Dir »
  • added comparison escape hatch
    52770d37
    Josh Klontz authored
    2014-03-06 13:45:50 -0500  
    Browse Dir »
  • erge branch 'master' of https://github.com/biometrics/openbr
    98461b64
    Josh Klontz authored
    2014-03-06 11:44:43 -0500  
    Browse Dir »
  • added ability to generate native pittpatt galleries
    d0d17f39
    Josh Klontz authored
    2014-03-06 11:44:36 -0500  
    Browse Dir »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    61a43e72
    Scott Klum authored
    2014-03-06 11:41:50 -0500  
    Browse Dir »
  • Downsampling based on gallery can be done for a list of galleries
    624bd7de
    Scott Klum authored
    2014-03-06 11:41:47 -0500  
    Browse Dir »
  • Merge pull request #165 from biometrics/alt_compare ...
    b5bfce26
    Compare changes
    Josh Klontz authored
    2014-03-06 11:17:25 -0500  
    Browse Dir »
  • Added the option in DownsampleTraining to only train from a specific gallery
    bdf11120
    Scott Klum authored
    2014-03-06 11:05:46 -0500  
    Browse Dir »

05 Mar, 2014
7 commits
  • Explicitly replace AlgorithmCore::compare with the new version of compare
    369c4ed1
    Charles Otto authored
    2014-03-05 14:35:20 -0500  
    Browse Dir »
  • Add explicit multi-process support to enroll and altCompare, some bug fixes ...
    977afff2
    Add explicit multi-process support to enroll and compare, if -multiProcess true
    is specified, ProcessWrapper will be attached to the current algorithm in
    enrollment and comparison (causing the job to be distributed over multiple
    br processes instead of using multi-threading).
    
    This is desirable since putting ProcessWrapper directly on algorithms leads to
    some compositionality problems (it's very undesirable to have nested process
    wrappers).
    
    One drawback is that in multi-process mode, altcompare has to write the
    explicitly enrolled gallery to a file (instead of using a memGallery) since the
    slave processes obviously don't have a shared memory space. A better approach
    might be to have processWrapper serialize and transmit its transform (instead
    of constructing it), but even that won't work directly since transforms often
    rely on reconstructing data from other files even if serialized.
    Charles Otto authored
    2014-03-05 14:35:20 -0500  
    Browse Dir »
  • Support for an alternate version of compare ...
    c727c764
    Adds an emptyRead method that reads just the metadata from a gallery and drops
    the matrices.
    Modify pairwiseCompare to set blockSize directly on its output rather than
    messing with Globals->blockSize
    
    Add an alternate version of compare, which defines the comparison through the
    Transform hierarchy rather than using distance directly.
    Charles Otto authored
    2014-03-05 14:35:20 -0500  
    Browse Dir »
  • Add a transfrom interface to Output ...
    1f5454aa
    OutputTransform takes inputs suitable for an output (Output specification,
    target adn query galleries), and expects to receive rows of a comparison matrix
    on incoming templates.
    
    OutputTransform supports receiving either rows one at a time, or columsn one at
    a time (via the transposeMode flag).
    Charles Otto authored
    2014-03-05 14:35:19 -0500  
    Browse Dir »
  • Modifications to GalleryCompareTransform ...
    e454db0a
    Take an algorithm description as input for the distance, ideally we would
    support inputting an algorithm or just a distance string, but currently that
    seems infeasible (no recovery if we fail to create something).
    Charles Otto authored
    2014-03-05 14:35:19 -0500  
    Browse Dir »
  • Add a mode for stream that assumes input templates are galleries, and reads all … ...
    32b421d5
    …available frames from them
    Charles Otto authored
    2014-03-05 14:35:19 -0500  
    Browse Dir »
  • Distance gallery and output incremental operations from Globals->blockSize ...
    3d628fa9
    For galleries, add a property to Gallery indicating the number of templates
    that will be read per block (for galleries that do incremental reads--really
    just galGallery and memGallery).
    
    For outputs, add two properties indicating the rows and columns of blocks to
    use (i.e. support non-square output blocks).
    
    For both classes, default these properties to Globals->blockSize
    Charles Otto authored
    2014-03-05 14:35:19 -0500  
    Browse Dir »

04 Mar, 2014
2 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    a3d263f0
    Brendan Klare authored
    2014-03-04 21:48:16 -0500  
    Browse Dir »
  • Merge branch 'master' of https://github.com/biometrics/openbr into fbi_ebts_updates
    4fb48f36
    Scott Klum authored
    2014-03-04 16:15:31 -0500  
    Browse Dir »