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
12 Aug, 2013
1 commit
  • FDDB readme files
    a9fbb83e
    Brendan Klare authored
    2013-08-12 21:47:11 -0400  
    Browse Code »

11 Aug, 2013
11 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    3bccd4be
    Brendan Klare authored
    2013-08-11 12:59:31 -0400  
    Browse Code »
  • Adding extension to FDDB format (makes no sense to implement protocols lack of extensions
    d3c3a01b
    Brendan Klare authored
    2013-08-11 12:59:19 -0400  
    Browse Code »
  • Merge branch 'master' of github.com:biometrics/openbr
    605ed750
    Austin Van Blanton authored
    2013-08-11 12:22:12 -0400  
    Browse Code »
  • Finalize HOGHOF abbrev
    802f300c
    Austin Van Blanton authored
    2013-08-11 12:21:31 -0400  
    Browse Code »
  • No need to check for empty in CatCols
    4163d62c
    Austin Van Blanton authored
    2013-08-11 12:21:02 -0400  
    Browse Code »
  • Make AggregateFrames operate over TemplateLists (downstream independent Transfor… ...
    e6bc189e
    …ms were receiving empty Templates)
    Austin Van Blanton authored
    2013-08-11 12:20:28 -0400  
    Browse Code »
  • Contract on an empty src should not yield a dst with one element
    588bee16
    Austin Van Blanton authored
    2013-08-11 12:18:19 -0400  
    Browse Code »
  • Train and test ground truth files (.FDDB) and image lists (.txt) for FDDB
    bdaa18a7
    Brendan Klare authored
    2013-08-11 11:52:39 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    c743cdf5
    Brendan Klare authored
    2013-08-11 09:52:55 -0400  
    Browse Code »
  • Removed debug statement in crossValidate
    6c9e2226
    Scott Klum authored
    2013-08-11 09:40:49 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    3d27a527
    Scott Klum authored
    2013-08-11 09:36:43 -0400  
    Browse Code »

10 Aug, 2013
12 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    68b85a6a
    Charles Otto authored
    2013-08-10 22:12:55 -0400  
    Browse Code »
  • Fix br -objects
    d660fd08
    Charles Otto authored
    2013-08-10 22:12:29 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    570e3750
    Brendan Klare authored
    2013-08-10 17:40:54 -0400  
    Browse Code »
  • Merge pull request #90 from biometrics/plotSingleRocPoint ...
    aff1aa31
    PlotDetection for single roc point
    jklontz authored
    2013-08-10 14:21:40 -0700  
    Browse Code »
  • fixed accidental model reversion
    1d591a9f
    Josh Klontz authored
    2013-08-10 17:19:59 -0400  
    Browse Code »
  • Merge branch 'plotSingleRocPoint' of https://github.com/biometrics/openbr
    b101367f
    Brendan Klare authored
    2013-08-10 16:57:38 -0400  
    Browse Code »
  • Set trainable in Stream::init
    c4d9dfbc
    Charles Otto authored
    2013-08-10 16:56:14 -0400  
    Browse Code »
  • Add a simplified interface for Stream ...
    caa661c9
    Now, Stream takes a single transform argument. The old interface remains,
    renamed to DirectStream.
    If that transform is a pipe, Stream will split its child transforms
    appropriately, and set up a DirectStream. Adjacent non-timeVarying transforms
    are grouped in pipes, time varying transforms all get separate stages.
    
    The default behavior isn't necessarily ideal if e.g. a lot of light time
    varying stages are present, in that case its possible the additional
    synchronization costs will outweight gains from paraellelism (due to having
    more separate single thread stages). In these cases DirectStream may be
    preferable, however current algorithms seem largely unaffected.
    Charles Otto authored
    2013-08-10 15:47:02 -0400  
    Browse Code »
  • Add some warnings if train gets called when it will do nothing.
    4887d291
    Charles Otto authored
    2013-08-10 13:43:26 -0400  
    Browse Code »
  • Point/line plot for precision recall curve
    5f96c69d
    Brendan Klare authored
    2013-08-10 11:30:38 -0400  
    Browse Code »
  • Check if detection eval files contain only one ROC point
    ff04e847
    Brendan Klare authored
    2013-08-10 11:15:12 -0400  
    Browse Code »
  • Handle non-thresholdable output for detection plotting
    02ead89d
    Brendan Klare authored
    2013-08-10 10:27:56 -0400  
    Browse Code »

09 Aug, 2013
16 commits
  • Finished leaveOneOut crossValidation
    92f65021
    Scott Klum authored
    2013-08-09 16:53:22 -0400  
    Browse Code »
  • first pass at evalLandmarking
    41805575
    Josh Klontz authored
    2013-08-09 14:30:00 -0400  
    Browse Code »
  • trying to merge
    7f3e4969
    Brendan Klare authored
    2013-08-09 14:02:13 -0400  
    Browse Code »
  • Add warning if training an untrainable Stream (until mysterious issue resolved)
    eb260b02
    Austin Van Blanton authored
    2013-08-09 13:42:55 -0400  
    Browse Code »
  • Introduced QtUtils::euclideanLength(QPointF) and refactored source into a 'using namespace QtUtils'
    91a54f48
    Josh Klontz authored
    2013-08-09 13:35:58 -0400  
    Browse Code »
  • Merge pull request #88 from biometrics/name_property ...
    e753e4ed
    allow File::name to be queried using 'name' property
    jklontz authored
    2013-08-09 10:09:11 -0700  
    Browse Code »
  • allow File::name to be queried using 'name' property
    90c574fe
    Josh Klontz authored
    2013-08-09 12:55:56 -0400  
    Browse Code »
  • Working with non-thresholded VJ
    cfd0326c
    Brendan Klare authored
    2013-08-09 12:47:06 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    de040f81
    Josh Klontz authored
    2013-08-09 11:54:47 -0400  
    Browse Code »
  • variables renamed: input ==> gallery
    796c0a59
    Josh Klontz authored
    2013-08-09 11:54:38 -0400  
    Browse Code »
  • Separate TimeVaryingTransforms in Stream, so frames may be given to non-TimeVary… ...
    5bb86673
    …ingTransforms in parallel
    Austin Van Blanton authored
    2013-08-09 11:50:33 -0400  
    Browse Code »
  • corrected landmarking API
    d1d6726d
    Josh Klontz authored
    2013-08-09 11:49:26 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    83d999f7
    Josh Klontz authored
    2013-08-09 11:30:10 -0400  
    Browse Code »
  • implemented landmarksGallery
    58ce2876
    Josh Klontz authored
    2013-08-09 11:29:58 -0400  
    Browse Code »
  • Add KTH train/test split
    82a8d912
    Austin Van Blanton authored
    2013-08-09 09:57:07 -0400  
    Browse Code »
  • Cvt(Gray) for HOG
    912d806d
    Austin Van Blanton authored
    2013-08-09 00:58:49 -0400  
    Browse Code »