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
10 Feb, 2021
1 commit
  • generalize icu library search path for aarch64
    235b1c19
    Josh Klontz authored
    2021-02-10 09:37:14 -0700  
    Browse Code »

25 Jan, 2021
2 commits
  • Merge pull request #579 from biometrics/eval_eer ...
    59a1e3c5
    Changes to evalEER
    Ben Klein authored
    2021-01-25 10:31:22 -0700  
    Browse Code »
  • This PR makes 2 changes to evalEER and adds a new, corresponding, plotEER method… ...
    be9fd90a
    …. The C API and command line tool
    are updated to support the new function.
    
    Changes are:
    
    1. Change how operating points are computed to mirror eval (i.e. operating points are added only if both the true positive AND false positive count changes). This fixes a bug where successive operating points could have the same FAR, which caused nan results in the output.
    
    2. Change the optional pdf argument to a CSV argument (again mirroring eval) so that results are written as CSVs and can be combined to show multiple results on the same plot
    Jordan Cheney authored
    2021-01-25 16:18:05 +0000  
    Browse Code »

19 Jan, 2021
1 commit
  • score interpolation bug fix
    b085d2aa
    bhklein authored
    2021-01-19 20:09:20 +0000  
    Browse Code »

03 Dec, 2020
2 commits
  • rename these to avoid collision
    c48c08d1
    bhklein authored
    2020-12-03 02:50:34 +0000  
    Browse Code »
  • consolidate getOperatingPoint and add FAR,TAR at fixed scores
    0d067c12
    bhklein authored
    2020-12-03 00:23:31 +0000  
    Browse Code »

02 Dec, 2020
2 commits
  • Merge branch 'master' of github.com:biometrics/openbr
    84c1bd9c
    Scott Klum authored
    2020-12-02 16:54:09 -0700  
    Browse Code »
  • Tighten continuous detection band
    3f3ead3a
    Scott Klum authored
    2020-12-02 16:54:01 -0700  
    Browse Code »

17 Nov, 2020
2 commits
  • push FAR out to 1e-6
    823fea3a
    bhklein authored
    2020-11-17 22:03:59 +0000  
    Browse Code »
  • Hide failure to open console warnings unless Globals->verbose
    ae00e90a
    Scott Klum authored
    2020-11-17 13:03:24 -0700  
    Browse Code »

09 Sep, 2020
1 commit
  • Add relative min size to detection benchmarks
    ae960642
    Scott Klum authored
    2020-09-09 15:57:05 -0600  
    Browse Code »

02 Sep, 2020
1 commit
  • Apply ncol argument to both major and minor axis
    e1921378
    Scott Klum authored
    2020-09-02 12:07:51 -0600  
    Browse Code »

22 Jul, 2020
1 commit
  • Fix bug in rotation
    1711fd54
    Scott Klum authored
    2020-07-22 15:08:12 -0600  
    Browse Code »

18 Jun, 2020
1 commit
  • Ios updates (#576) ...
    a1d23324
    * new versions of Qt require MobileCoreServices framework
    
    * bump qtpcre lib version
    Josh Klontz authored
    2020-06-18 16:43:58 -0600  
    Browse Code »

03 Jun, 2020
1 commit
  • Qt style plugin install support (#572) ...
    b7147cc3
    * added install_qt_styles for mac os
    
    * fix typo
    Josh Klontz authored
    2020-06-03 14:45:22 -0600  
    Browse Code »

01 Jun, 2020
1 commit
  • Add multiple operating points to evaluation tables
    71b3f99e
    Scott Klum authored
    2020-06-01 15:03:40 -0600  
    Browse Code »

01 May, 2020
1 commit
  • Handle nan related edge conditions better
    5e474ce8
    Scott Klum authored
    2020-05-01 11:39:43 -0600  
    Browse Code »

29 Apr, 2020
1 commit
  • Change detection minSize threshold to be the max dim on rects
    4e7f9c4f
    Scott Klum authored
    2020-04-29 18:07:30 -0600  
    Browse Code »

23 Apr, 2020
2 commits
  • handle new Qt Android SDK naming
    266719b7
    Josh Klontz authored
    2020-04-23 18:26:39 -0600  
    Browse Code »
  • add ffmpeg to ignore
    f8414870
    Ben Klein authored
    2020-04-23 12:17:32 -0600  
    Browse Code »

13 Feb, 2020
1 commit
  • allow renaming _Points keyword
    f9f88a36
    bhklein authored
    2020-02-13 10:24:47 -0700  
    Browse Code »

04 Feb, 2020
1 commit
  • be more selective about the warnings we care about
    611ac236
    Josh Klontz authored
    2020-02-04 14:55:19 -0700  
    Browse Code »

06 Dec, 2019
1 commit
  • fixed some edge cases in ROI propagation
    915787e3
    Josh Klontz authored
    2019-12-06 10:53:37 -0700  
    Browse Code »

14 Nov, 2019
2 commits
  • Move cache limit from destuctor to write
    3b5e183c
    Scott authored
    2019-11-14 10:18:24 -0700  
    Browse Code »
  • Revert "sleep if write buffer gets too large" ...
    d36f82be
    This reverts commit 567c8b9628b132afa38ad9a3a4bdda23523129cb.
    Scott authored
    2019-11-14 10:17:02 -0700  
    Browse Code »

07 Nov, 2019
1 commit
  • sleep if write buffer gets too large
    567c8b96
    Keyur Patel authored
    2019-11-07 13:01:06 -0700  
    Browse Code »

03 Oct, 2019
1 commit
  • Qt renamed this file
    2f46e781
    Josh Klontz authored
    2019-10-03 11:02:23 -0600  
    Browse Code »

23 Aug, 2019
1 commit
  • added option to specify channel count in ReshapeTransform
    beb638b8
    Josh Klontz authored
    2019-08-23 16:49:58 -0600  
    Browse Code »

31 Jul, 2019
1 commit
  • Merge branch 'csv'
    579362d5
    Scott Klum authored
    2019-07-31 14:27:17 -0600  
    Browse Code »

17 Jul, 2019
1 commit
  • Dealing with nans
    92de65c4
    Scott Klum authored
    2019-07-17 15:54:25 -0600  
    Browse Code »

03 Jun, 2019
1 commit
  • fix blas/dlib linkage issue
    4b927765
    Josh Klontz authored
    2019-06-03 20:49:43 -0600  
    Browse Code »

20 May, 2019
2 commits
  • Merge branch 'master' into csv
    2834229b
    Scott Klum authored
    2019-05-20 10:31:13 -0600  
    Browse Code »
  • Detection eval work
    c64153b7
    Scott Klum authored
    2019-05-20 10:04:53 -0600  
    Browse Code »

06 May, 2019
2 commits
  • More enhancements
    49d069af
    Scott Klum authored
    2019-05-06 15:40:16 -0600  
    Browse Code »
  • Properly ignoring when key is rect
    0f9ce2b1
    Scott Klum authored
    2019-05-06 14:37:09 -0600  
    Browse Code »

02 May, 2019
5 commits
  • Merge branch 'master' into csv
    25a94bf1
    Scott Klum authored
    2019-05-02 17:52:27 -0600  
    Browse Code »
  • Generalizing if a bit better
    da83e1c6
    Scott Klum authored
    2019-05-02 17:52:09 -0600  
    Browse Code »
  • Pad bug fix
    2256f42b
    Scott Klum authored
    2019-05-02 17:50:56 -0600  
    Browse Code »
  • Minor boosting tweaks
    11e30e27
    Scott Klum authored
    2019-05-02 17:50:34 -0600  
    Browse Code »
  • More work
    cfe25dda
    Scott Klum authored
    2019-05-02 17:49:20 -0600  
    Browse Code »