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
11 Aug, 2013
5 commits
  • 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 »
  • 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
10 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 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 »
  • 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
19 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 »
  • Add DropFrames(5) to every Stream
    128d7cee
    Austin Van Blanton authored
    2013-08-09 00:58:01 -0400  
    Browse Code »
  • All of HOF in a Pipe
    f6ef1378
    Austin Van Blanton authored
    2013-08-09 00:56:28 -0400  
    Browse Code »
  • Add a finalize method to AggregateFrames, this is important
    bd8f57af
    Charles Otto authored
    2013-08-09 00:04:23 -0400  
    Browse Code »

08 Aug, 2013
6 commits
  • Frames is not trainable, so set the appropriate variable to false.
    c057457a
    Charles Otto authored
    2013-08-08 16:28:48 -0400  
    Browse Code »
  • Add a qFatal to Stream::train because it does not currently work.
    c2ec9c16
    Charles Otto authored
    2013-08-08 16:25:58 -0400  
    Browse Code »
  • Preliminary version of a transform that asks the user a yes/no question about an image
    9523c809
    Charles Otto authored
    2013-08-08 16:25:58 -0400  
    Browse Code »
  • DropFrames is better, no need to check for empty in AggregateFrames
    3152b940
    Austin Van Blanton authored
    2013-08-08 13:56:56 -0400  
    Browse Code »
  • Apply same mods as HOG to HOF
    95f52c6e
    Austin Van Blanton authored
    2013-08-08 13:52:29 -0400  
    Browse Code »
  • Follow the advice of @caotto - make DropFrames an UntrainableMetaTransform
    1cb01d7c
    Austin Van Blanton authored
    2013-08-08 13:07:02 -0400  
    Browse Code »