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 Nov, 2013
1 commit
  • added janus submodule
    00bdac9d
    Josh Klontz authored
    2013-11-19 10:34:57 -0500  
    Browse Code »

18 Nov, 2013
1 commit
  • Merge pull request #131 from biometrics/pairwise_compare ...
    48bdede7
    Add support for doing eval in terms of a series of pairwise comparisons
    caotto authored
    2013-11-18 10:01:02 -0800  
    Browse Code »

17 Nov, 2013
6 commits
  • Consolidate mask/mtx formats
    47ab471e
    Charles Otto authored
    2013-11-17 23:21:30 -0500  
    Browse Code »
  • Handle column -> row major in matFormat correctly ...
    9bc26a41
    We do need to do a transpose, but the inital matrix should have columns and
    rows reversed, so that the matrix side remains correct.
    Charles Otto authored
    2013-11-17 19:31:50 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into pairwise_compare
    d7a63a01
    Charles Otto authored
    2013-11-17 18:24:23 -0500  
    Browse Code »
  • Unify BEE::writeSimmat/writeMask ...
    a2c71854
    Similar to the read methods, cv::mat contains type information, so there is no
    particular need for separate methods for masks and similarity matrices.
    
    Also, fix an apparent bug where .mat files read by openbr were transposed
    (compared to their dimensions when writing the files).
    Charles Otto authored
    2013-11-17 18:21:50 -0500  
    Browse Code »
  • Added rocOption plotting functionality
    42f68f33
    Scott Klum authored
    2013-11-17 16:49:48 -0500  
    Browse Code »
  • Refactor BEE::readMask and readSimmat to a common readMat function ...
    c3e880e6
    Since .mtx files include a matrix type in their header, we don't really need
    separate functions to read similarity matrices and masks.
    
    This drops special case support for creating identity matrices via readSimmat
    and readMask (since in that case, there is no actual header to read to get a
    matrix type).
    Charles Otto authored
    2013-11-17 14:39:58 -0500  
    Browse Code »

16 Nov, 2013
7 commits
  • Preliminary framework for pairwise comparisons
    0d62d619
    Charles Otto authored
    2013-11-16 23:25:32 -0500  
    Browse Code »
  • Add sigsets for the LFW test protocol
    1acb1f2a
    Charles Otto authored
    2013-11-16 21:42:59 -0800  
    Browse Code »
  • Don't overwrite pre-existing Partition metadata in galleries
    976c5331
    Charles Otto authored
    2013-11-16 18:04:20 -0500  
    Browse Code »
  • Forgot about br_register
    30f8fe2e
    Scott Klum authored
    2013-11-16 11:27:16 -0500  
    Browse Code »
  • Renamed for point related transforms
    8f64678e
    Scott Klum authored
    2013-11-16 11:25:15 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    071aad01
    Scott Klum authored
    2013-11-16 11:24:17 -0500  
    Browse Code »
  • Stasm talks too much, using verbose now
    e2b9148e
    Scott Klum authored
    2013-11-16 11:15:53 -0500  
    Browse Code »

15 Nov, 2013
6 commits
  • Accidentally took out ConsolidateDetections
    d21c50c1
    Austin Blanton authored
    2013-11-15 11:52:43 -0500  
    Browse Code »
  • Add show/eval command to script
    9c7f44a5
    Austin Blanton authored
    2013-11-15 11:50:51 -0500  
    Browse Code »
  • Plot detection results
    b0ac5801
    Austin Blanton authored
    2013-11-15 11:18:21 -0500  
    Browse Code »
  • Remove ground truth from detections so evalDetection doesn't get confused
    56a27c91
    Austin Blanton authored
    2013-11-15 11:14:35 -0500  
    Browse Code »
  • Looks like caotto beat me to it
    37f46fbf
    Scott Klum authored
    2013-11-15 09:54:51 -0500  
    Browse Code »
  • Fixed stream bug that caused an extra template to be returned from br::enroll
    7c7a4a39
    Scott Klum authored
    2013-11-15 09:49:46 -0500  
    Browse Code »

14 Nov, 2013
19 commits
  • Merge pull request #130 from biometrics/arrays_issue ...
    5020073a
    Fix compile under visual studio
    jklontz authored
    2013-11-14 18:38:04 -0800  
    Browse Code »
  • Fix compile under visual studio
    9382c539
    Charles Otto authored
    2013-11-14 17:42:08 -0800  
    Browse Code »
  • Don't output unneeded copies of the src templates in stream
    52763206
    Charles Otto authored
    2013-11-14 17:40:56 -0800  
    Browse Code »
  • Merge MORE sliding window conflicts ...
    4db5b304
    Conflicts:
    	openbr/plugins/slidingwindow.cpp
    Austin Blanton authored
    2013-11-14 16:57:15 -0500  
    Browse Code »
  • Merge SlidingWindowTransform conflicts ...
    a7fbfd50
    Conflicts:
    	openbr/plugins/slidingwindow.cpp
    Austin Blanton authored
    2013-11-14 16:45:15 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    a585324d
    Brendan Klare authored
    2013-11-14 16:43:17 -0500  
    Browse Code »
  • Added LFPW dataset to the download list, and created script to convert to xml sigset
    d1a00190
    Brendan Klare authored
    2013-11-14 16:43:11 -0500  
    Browse Code »
  • factored out the common code needed for IntegralSlidingWindowTransform
    919686eb
    Josh Klontz authored
    2013-11-14 16:40:12 -0500  
    Browse Code »
  • Store each detection as its own Template, using the file metadata Detection and Confidence
    b573c3bb
    Austin Blanton authored
    2013-11-14 16:33:17 -0500  
    Browse Code »
  • introduced shell code for IntegralSlidingWindowTransform
    7a0a9f3e
    Josh Klontz authored
    2013-11-14 16:29:08 -0500  
    Browse Code »
  • updated Josh's pedestrian detection algorithm
    8f1084e7
    Josh Klontz authored
    2013-11-14 16:12:38 -0500  
    Browse Code »
  • changed SlidingWindow stepSize to stepFraction
    c660cbd9
    Josh Klontz authored
    2013-11-14 16:12:15 -0500  
    Browse Code »
  • allow integer labels to be preserved for binary classification
    00657518
    Josh Klontz authored
    2013-11-14 15:02:14 -0500  
    Browse Code »
  • changed TemplateList::relabel behavior to preserve integer labels
    4bb345d2
    Josh Klontz authored
    2013-11-14 14:57:28 -0500  
    Browse Code »
  • Changes in progress messages/gui components to reflect the updated enrolling methodology
    1230b351
    Scott Klum authored
    2013-11-14 14:57:17 -0500  
    Browse Code »
  • fixed positive sampling bug
    b29a6349
    Josh Klontz authored
    2013-11-14 14:43:19 -0500  
    Browse Code »
  • Moved Globals->startTime from ProgressCounter to Core::enroll
    ff6fe66a
    Scott Klum authored
    2013-11-14 14:01:01 -0500  
    Browse Code »
  • fixed ShowTransform empty matrix edge case
    55565169
    Josh Klontz authored
    2013-11-14 14:00:31 -0500  
    Browse Code »
  • Cleaned up Core::train a bit, switched to use Globals->startTime
    81f536f9
    Scott Klum authored
    2013-11-14 13:57:38 -0500  
    Browse Code »