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 Aug, 2015
1 commit
  • added new fields to br_universal_template to better support videos and clusterin… ...
    275afd26
    …g/ground-truth assignment
    Josh Klontz authored
    2015-08-10 16:28:20 -0400  
    Browse Code »

05 Aug, 2015
3 commits
  • Merge pull request #407 from biometrics/caffe_classifier ...
    df6b3ee4
    Caffe classifier
    JordanCheney authored
    2015-08-05 15:15:00 -0400  
    Browse Code »
  • Update to docs and better method for getting output of net
    77224652
    Jordan Cheney authored
    2015-08-05 14:56:34 -0400  
    Browse Code »
  • Refactor of caffe transforms
    66a1fdbf
    Jordan Cheney authored
    2015-08-05 11:57:26 -0400  
    Browse Code »

04 Aug, 2015
2 commits
  • Static cast instead of dynamic
    205b60f8
    Jordan Cheney authored
    2015-08-04 12:30:44 -0400  
    Browse Code »
  • Fixes to Caffe and a new transform for classification
    c33f46cc
    Jordan Cheney authored
    2015-08-04 12:29:01 -0400  
    Browse Code »

29 Jul, 2015
1 commit
  • Show add comparison to python example
    6ad9e3fa
    Austin Blanton authored
    2015-07-29 15:30:03 -0400  
    Browse Code »

28 Jul, 2015
3 commits
  • Rookie mistake caused empty strings reading from .t
    86572054
    Austin Blanton authored
    2015-07-28 15:38:50 -0400  
    Browse Code »
  • Merge pull request #405 from biometrics/clustering ...
    ebc47929
    Meanshift clustering
    JordanCheney authored
    2015-07-28 13:00:18 -0400  
    Browse Code »
  • Documentation and minor fixes
    1d6d0144
    Jordan Cheney authored
    2015-07-28 12:49:38 -0400  
    Browse Code »

27 Jul, 2015
5 commits
  • Meanshift clustering
    7359515b
    Jordan Cheney authored
    2015-07-27 17:32:02 -0400  
    Browse Code »
  • Merge pull request #404 from biometrics/dlib_change ...
    d465545b
    DLandmarker with no rect specified
    JordanCheney authored
    2015-07-27 17:08:36 -0400  
    Browse Code »
  • DLandmarker with no rect specified
    d8774f27
    Jordan Cheney authored
    2015-07-27 15:42:42 -0400  
    Browse Code »
  • Merge pull request #389 from biometrics/caffe ...
    32f3dd63
    Caffe
    JordanCheney authored
    2015-07-27 15:37:32 -0400  
    Browse Code »
  • CaffeTransform is TimeVarying on GPU and not otherwise
    b5c16f94
    Jordan Cheney authored
    2015-07-27 15:28:01 -0400  
    Browse Code »

24 Jul, 2015
1 commit
  • Update to Caffe framework
    dff3e093
    Jordan Cheney authored
    2015-07-24 12:03:46 -0400  
    Browse Code »

22 Jul, 2015
6 commits
  • fix FAR@TAR sampling order to align with plot tables
    f17baf81
    Ben Klein authored
    2015-07-22 12:08:57 -0400  
    Browse Code »
  • fix barchart labelling bug
    d4e42a03
    Ben Klein authored
    2015-07-22 11:52:53 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    1ade6b11
    bklare authored
    2015-07-22 15:26:35 +0000  
    Browse Code »
  • Add parameter for zero padding and removed incorrect copyright
    3b2c84da
    bklare authored
    2015-07-22 15:26:11 +0000  
    Browse Code »
  • Merge pull request #391 from biometrics/brThirdparty ...
    5d6385a5
    Add thirdparty_dir to cmake cache
    Brendan K authored
    2015-07-22 11:25:06 -0400  
    Browse Code »
  • Merge pull request #399 from biometrics/rectTransforms ...
    f8dc291b
    Rect transforms
    Brendan K authored
    2015-07-22 11:24:15 -0400  
    Browse Code »

21 Jul, 2015
1 commit
  • Fix bad link (to old docs) in README ...
    b293836d
    The Build Instructions link pointed to the old doxygen docs instead of the new docs.
    JordanCheney authored
    2015-07-21 13:17:55 -0400  
    Browse Code »

20 Jul, 2015
3 commits
  • Merge pull request #401 from biometrics/plotting ...
    032d4ca3
    Move bulk of R code from plot.cpp to plot_utils.R
    Ben Klein authored
    2015-07-20 20:07:47 -0400  
    Browse Code »
  • Sometimes i forget to finish my
    de52fe1c
    Austin Blanton authored
    2015-07-20 13:14:10 -0400  
    Browse Code »
  • move some of the detection and landmarking code to plot_utils
    72ed1cd9
    Ben Klein authored
    2015-07-20 01:38:56 -0400  
    Browse Code »

19 Jul, 2015
1 commit
  • move much of the remaining R code out of Plot()
    b205c6b6
    Ben Klein authored
    2015-07-19 22:58:10 -0400  
    Browse Code »

18 Jul, 2015
1 commit
  • Start moving R code to plot_utils.R
    ab99a820
    Ben Klein authored
    2015-07-18 20:38:47 -0400  
    Browse Code »

17 Jul, 2015
2 commits
  • dropped DFFS
    4dd80ff8
    Josh Klontz authored
    2015-07-17 10:37:10 -0400  
    Browse Code »
  • dlib: Use Github link instead of Sourceforge ...
    2899faf7
    @jklontz the Sourceforge link has been broken the past day or so due to them being in "Disaster Recovery mode, and currently required the use of javascript to function"  (the contents of dlib-18.16.tar.bz2 when dowloaded with curl right now).
    Ben Klein authored
    2015-07-17 10:27:00 -0400  
    Browse Code »

16 Jul, 2015
2 commits
  • Transform to decompose rect to X, Y, Width, and Height in metadata (for universal templates)
    081174b9
    Austin Blanton authored
    2015-07-16 15:56:53 -0400  
    Browse Code »
  • Empty lists can and do happen
    0ca00691
    Austin Blanton authored
    2015-07-16 13:42:39 -0400  
    Browse Code »

15 Jul, 2015
3 commits
  • Encode/decode QRects and QPoints from universal template metadata
    771d8514
    Austin Blanton authored
    2015-07-15 17:52:00 -0400  
    Browse Code »
  • dropped BBDLDAAlignmentTransform
    7b75de59
    Josh Klontz authored
    2015-07-15 12:20:11 -0400  
    Browse Code »
  • Bug fix
    9195e1b9
    bklare authored
    2015-07-15 04:58:15 +0000  
    Browse Code »

14 Jul, 2015
5 commits
  • convert bounding boxes into into mats and append to template mat list
    efe1ec53
    bklare authored
    2015-07-14 18:02:01 -0400  
    Browse Code »
  • creating bounding boxes around points
    0a9dabba
    bklare authored
    2015-07-14 18:01:20 -0400  
    Browse Code »
  • Remove incorrect copyright
    3591aa70
    bklare authored
    2015-07-14 18:00:47 -0400  
    Browse Code »
  • Removed redundant transform
    aecdf2f3
    bklare authored
    2015-07-14 16:25:54 -0400  
    Browse Code »
  • Crop image from bounding box
    c27da1c0
    bklare authored
    2015-07-14 13:25:27 -0400  
    Browse Code »