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 Mar, 2014
2 commits
  • Update brpy script to changes in acc04206
    dc2f8017
    Austin Blanton authored
    2014-03-19 16:19:23 -0400  
    Browse Code »
  • Add br_add_template_to_gallery to C API
    def244f4
    Austin Blanton authored
    2014-03-19 16:15:51 -0400  
    Browse Code »

18 Mar, 2014
3 commits
  • Update cluster.cpp to reflect current magic numbers
    1e493936
    Charles Otto authored
    2014-03-18 22:33:32 -0400  
    Browse Code »
  • 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 Code »
  • Revert "Fix outdated copyright year (update to 2014)" ...
    ddd731c7
    This reverts commit 724fe0c5d16ceac690b22a1166ee611cfbf14f16.
    Josh Klontz authored
    2014-03-18 09:50:18 -0400  
    Browse Code »

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

14 Mar, 2014
1 commit
  • Removed QDebugs from Stasm
    2f89b3f6
    Scott Klum authored
    2014-03-14 09:01:32 -0400  
    Browse Code »

13 Mar, 2014
5 commits
  • Check the LD_LIBRARY_PATH for libopenbr in init_brpy
    923daa84
    Austin Blanton authored
    2014-03-13 13:13:29 -0400  
    Browse Code »
  • reverted AlgorithmCore::compare to known stable version
    480fa5d1
    Josh Klontz authored
    2014-03-13 12:05:40 -0400  
    Browse Code »
  • Merge pull request #173 from phillipalexander/patch-1 ...
    c8eb4fac
    Fix outdated copyright year (update to 2014)
    Josh Klontz authored
    2014-03-13 10:49:20 -0400  
    Browse Code »
  • Merge branch 'plot_limit_fix'
    36821db2
    Scott Klum authored
    2014-03-13 08:29:15 -0400  
    Browse Code »
  • 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 Code »

12 Mar, 2014
2 commits
  • Fix outdated copyright year (update to 2014) ...
    724fe0c5
    The copyright year was out of date. Copyright notices must reflect the current year. This commit updates the listed year to 2014.
    
    see: http://www.copyright.gov/circs/circ01.pdf for more info
    Phillip Alexander authored
    2014-03-12 20:05:27 -0700  
    Browse Code »
  • working draft of Likely plugins
    b5a06d64
    Josh Klontz authored
    2014-03-12 10:04:43 -0400  
    Browse Code »

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

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

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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »

04 Mar, 2014
7 commits
  • 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 Code »
  • Removed comment about bug that was fixed!
    01ba158a
    Scott Klum authored
    2014-03-04 16:15:04 -0500  
    Browse Code »
  • Added demographic support
    5fa7274a
    Scott Klum authored
    2014-03-04 16:14:28 -0500  
    Browse Code »
  • Switch to fields being a hash
    6c079c4e
    Scott Klum authored
    2014-03-04 15:59:29 -0500  
    Browse Code »
  • QVector::removeLast a new addition in Qt5.1, use remove instead
    b722a73f
    Austin Blanton authored
    2014-03-04 15:57:26 -0500  
    Browse Code »
  • Generalized EBTS support
    a59339b0
    Scott Klum authored
    2014-03-04 15:54:41 -0500  
    Browse Code »
  • Generalized EBTS support
    2f33ea8c
    Scott Klum authored
    2014-03-04 15:46:28 -0500  
    Browse Code »