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
15 Sep, 2017
1 commit
  • updated eigen version
    83d0a685
    Josh Klontz authored
    2017-09-15 15:54:44 -0600  
    Browse Code »

05 Sep, 2017
1 commit
  • Added function to install audio plugins
    71149649
    Scott Klum authored
    2017-09-05 14:14:13 -0600  
    Browse Code »

23 Aug, 2017
2 commits
  • don't parallelize when there is only one item
    319d67fd
    Josh Klontz authored
    2017-08-23 14:27:00 -0600  
    Browse Code »
  • report similarity scores at the fixed FARs
    9be9cf60
    Josh Klontz authored
    2017-08-23 13:19:26 -0600  
    Browse Code »

25 Jul, 2017
3 commits
  • qDebug --> printf, print multiple CMC values
    836427a5
    Josh Klontz authored
    2017-07-25 15:09:12 -0600  
    Browse Code »
  • Revert "introduced BR_DISABLE_ALGORITHMS to ship a limited version of br command line" ...
    5722a335
    This reverts commit 694a3826d0d03713b2070c40431f8ecf3d0b3663.
    Josh Klontz authored
    2017-07-25 09:54:40 -0600  
    Browse Code »
  • introduced BR_DISABLE_ALGORITHMS to ship a limited version of br command line
    694a3826
    Josh Klontz authored
    2017-07-25 09:35:25 -0600  
    Browse Code »

13 Jul, 2017
4 commits
  • generalized image plugin install code
    3fdc911d
    Josh Klontz authored
    2017-07-13 16:48:11 -0600  
    Browse Code »
  • this plugin may not exist
    1a7e19eb
    Josh Klontz authored
    2017-07-13 16:39:08 -0600  
    Browse Code »
  • more InstallDependencies fixes for Qt on aarch64
    24433cd5
    Josh Klontz authored
    2017-07-13 13:06:04 -0600  
    Browse Code »
  • InstallDependencies fix for Qt on aarch64
    ae79376a
    Josh Klontz authored
    2017-07-13 12:34:35 -0600  
    Browse Code »

08 Jun, 2017
1 commit
  • cleaned up QByteArray const correctness
    d0fcef62
    Josh Klontz authored
    2017-06-08 13:14:31 -0600  
    Browse Code »

18 May, 2017
1 commit
  • in EvalLandmarking also ignore instances where the ground truth appears to be fo… ...
    52d6aaf0
    …r another object in the image
    Josh Klontz authored
    2017-05-18 12:00:48 -0600  
    Browse Code »

17 May, 2017
2 commits
  • Merge pull request #534 from biometrics/load_model_memory ...
    e7d4da1c
    load a stat model from memory without creating a temporary file
    Josh Klontz authored
    2017-05-17 11:36:18 -0600  
    Browse Code »
  • load a stat model from memory without creating a temporary file
    5e7bdfeb
    Josh Klontz authored
    2017-05-17 11:29:33 -0600  
    Browse Code »

10 May, 2017
2 commits
  • forgot to uncomment this
    51d9a854
    Josh Klontz authored
    2017-05-10 15:06:08 -0600  
    Browse Code »
  • EvalLandmarking now corrects for systematic landmark bias
    1bff5f2f
    Josh Klontz authored
    2017-05-10 14:43:17 -0600  
    Browse Code »

09 May, 2017
1 commit
  • addeded serialization support for cv::RotatedRect
    2929d5f1
    Josh Klontz authored
    2017-05-09 12:50:30 -0600  
    Browse Code »

08 May, 2017
3 commits
  • landmarking eval doesn't consider named points
    b618e1c0
    Josh Klontz authored
    2017-05-08 15:12:37 -0600  
    Browse Code »
  • treat 0,0 like -1,-1 and NaN,NaN
    3de65631
    Josh Klontz authored
    2017-05-08 13:12:46 -0600  
    Browse Code »
  • handle QPoint(-1,-1) the same way we handle NaN
    b3488cbf
    Josh Klontz authored
    2017-05-08 10:30:35 -0600  
    Browse Code »

05 May, 2017
1 commit
  • generalized -evalLandmarking to support AFW conventions
    6080449e
    Josh Klontz authored
    2017-05-05 15:48:52 -0600  
    Browse Code »

03 May, 2017
1 commit
  • eval CMC edge case fix
    670ab1c1
    Josh Klontz authored
    2017-05-03 09:48:44 -0600  
    Browse Code »

12 Apr, 2017
1 commit
  • Updated jsonGallery to set file path
    c7aa3209
    Scott Klum authored
    2017-04-12 09:40:59 -0600  
    Browse Code »

11 Apr, 2017
1 commit
  • first draft of new jsonGallery
    f756d65d
    Josh Klontz authored
    2017-04-11 14:00:48 -0600  
    Browse Code »

13 Mar, 2017
2 commits
  • Merge branch 'master' of github.com:biometrics/openbr
    c4c4e5ad
    Keyur Patel authored
    2017-03-13 15:06:30 -0600  
    Browse Code »
  • Registered CaffeBaseTransform
    09086d6d
    Keyur Patel authored
    2017-03-13 15:06:16 -0600  
    Browse Code »

28 Feb, 2017
1 commit
  • allow training algorithms with just a distance component
    2948a515
    Josh Klontz authored
    2017-02-28 13:10:46 -0700  
    Browse Code »

15 Feb, 2017
2 commits
  • also link against Security framework for iOS to allow use of QtNetwork
    d94e55a9
    Josh Klontz authored
    2017-02-15 15:42:41 -0700  
    Browse Code »
  • allow QT_DEPENDENCIES to be appended to
    78e08c92
    Josh Klontz authored
    2017-02-15 12:41:32 -0700  
    Browse Code »

02 Feb, 2017
1 commit
  • Fixed bug when class 1 count was greater than class 0 count as well as integer overflow problems
    54ec51b1
    KeyurPatel authored
    2017-02-02 19:41:42 +0000  
    Browse Code »

30 Jan, 2017
4 commits
  • Merge pull request #527 from biometrics/CheckRects ...
    11f4cb13
    Created a new transform checkrects.cpp and removed fixrects.cpp as checkrects contains the functionality of fixrects.
    Keyurpatel93 authored
    2017-01-30 16:21:41 -0700  
    Browse Code »
  • Introduced a new transform that checks for bad rects. Removed fixrects transform… ...
    6ddf6267
    … as this transform incorporates fixrects functionality.
    KeyurPatel authored
    2017-01-30 23:19:48 +0000  
    Browse Code »
  • Code Review Changes
    4255592f
    KeyurPatel authored
    2017-01-30 21:21:23 +0000  
    Browse Code »
  • Created new transform checkrects.cpp
    3ad8f67b
    KeyurPatel authored
    2017-01-30 19:32:49 +0000  
    Browse Code »

18 Jan, 2017
1 commit
  • more progress on iOS support
    aaa009f1
    Josh Klontz authored
    2017-01-18 09:49:29 -0700  
    Browse Code »

17 Jan, 2017
2 commits
  • iOS compile fix: ambiguous pow
    f45356a4
    Josh Klontz authored
    2017-01-17 10:54:56 -0700  
    Browse Code »
  • iOS compile fixes
    63ccf953
    Josh Klontz authored
    2017-01-17 10:26:08 -0700  
    Browse Code »

09 Jan, 2017
1 commit
  • Closes #519
    06cb5ff0
    Scott Klum authored
    2017-01-09 11:23:31 -0700  
    Browse Code »

04 Jan, 2017
1 commit
  • Merge branch 'boost'
    da980eca
    Scott Klum authored
    2017-01-04 14:04:59 -0700  
    Browse Code »