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
01 Aug, 2013
5 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr into mosift
    fbb16fc3
    Austin Van Blanton authored
    2013-08-01 21:09:27 -0400  
    Browse Code »
  • deprecated Transform::backProject
    8b3c745f
    Josh Klontz authored
    2013-08-01 14:03:48 -0400  
    Browse Code »
  • simplify confidence calculation
    2da536fa
    Josh Klontz authored
    2013-08-01 11:06:50 -0400  
    Browse Code »
  • generalized evalDetection to handle differing keys
    b2f41014
    Josh Klontz authored
    2013-08-01 10:52:21 -0400  
    Browse Code »
  • toRect bug fix
    8a3eafe9
    Josh Klontz authored
    2013-08-01 10:37:32 -0400  
    Browse Code »

31 Jul, 2013
23 commits
  • Merge branch 'master' into mosift
    87021a62
    Austin Van Blanton authored
    2013-07-31 19:41:05 -0400  
    Browse Code »
  • Add FPSLimit to DisplayVideo
    950ba90b
    Austin Van Blanton authored
    2013-07-31 19:37:39 -0400  
    Browse Code »
  • Hm maybe it would be a good idea not to skip the first one
    8f4af957
    Charles Otto authored
    2013-07-31 17:53:40 -0400  
    Browse Code »
  • Switch back to AggregateFrames in separate step (for speed)
    848463f8
    Austin Van Blanton authored
    2013-07-31 17:12:35 -0400  
    Browse Code »
  • AggregateFrames can be a grandchild! (thanks @caotto)
    5c30c453
    Austin Van Blanton authored
    2013-07-31 15:29:20 -0400  
    Browse Code »
  • First, not KeepFirst
    865cc6ec
    Austin Van Blanton authored
    2013-07-31 15:14:55 -0400  
    Browse Code »
  • AggregateFrames can't be a grandchild (?)
    acd6b7a9
    Austin Van Blanton authored
    2013-07-31 14:58:34 -0400  
    Browse Code »
  • Add grammar for BoVW
    a7e36e2a
    Austin Van Blanton authored
    2013-07-31 14:42:26 -0400  
    Browse Code »
  • Add FlattenTransform to flatten a list of Templates to a single Template
    416c3f42
    Austin Van Blanton authored
    2013-07-31 14:25:36 -0400  
    Browse Code »
  • Merge pull request #79 from biometrics/distribute_priority ...
    0d7cfeef
    A way to avoid deadlocks when using stream inside a distribute transform
    jklontz authored
    2013-07-31 10:42:30 -0700  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into distribute_priority
    f2165737
    Charles Otto authored
    2013-07-31 13:36:32 -0400  
    Browse Code »
  • Revert previous changes to thread pooling in br.cpp/meta.cpp ...
    04c561d6
    Since we no longer put Stream threads on the global thread pool, the previous
    changes are unnecessary.
    
    Also, in distribute, set up the QFutureSyncrhonizer with futures in the
    opposite order. In Qt 5.1, the waiting thread will wait for each future in the
    order they are added to the synchronizer, and thread execution will proceed
    in the same order. This prevents the waiting thread from every doing anything
    besides waiting. Reversing the QFuture order (so that it is the opposite of
    execution order) allows the waiting thread to steal work as intended
    Charles Otto authored
    2013-07-31 13:34:27 -0400  
    Browse Code »
  • Some code cleanup, also changes to thread pooling ...
    7a47d58c
    Don't use the global thread pool for streams. Micro-managing the global thread
    pool's active thread count has proven infeasible, therefore in order to avoid
    thread based deadlocks, we don't use the global thread pool. Instead, we share
    thread pools across sibling Stream transforms.
    
    Misc. code cleanup and better last frame detection.
    Charles Otto authored
    2013-07-31 13:29:32 -0400  
    Browse Code »
  • InterestRegionTransform already existed as ROITransform
    45998ba0
    Austin Van Blanton authored
    2013-07-31 13:26:48 -0400  
    Browse Code »
  • Setting dst.file to src.file is already done by IndependentTransform::project()
    5865a6c1
    Austin Van Blanton authored
    2013-07-31 13:25:28 -0400  
    Browse Code »
  • Add myself to author list
    9d6685d3
    Austin Van Blanton authored
    2013-07-31 12:35:17 -0400  
    Browse Code »
  • Use rm -f rather than chmod
    386c3ab5
    Austin Van Blanton authored
    2013-07-31 12:34:57 -0400  
    Browse Code »
  • better metadata support CascadeTransform
    01782adc
    Josh Klontz authored
    2013-07-31 12:09:40 -0400  
    Browse Code »
  • refactored CascadeTransform to support ROC confidence values
    e69f6ae3
    Josh Klontz authored
    2013-07-31 11:03:11 -0400  
    Browse Code »
  • HoG should add each descriptor to dst
    98305418
    Austin Van Blanton authored
    2013-07-31 10:54:13 -0400  
    Browse Code »
  • fixed setting boolean variables from the command line -- it turns out that empty strings aren't null
    07420612
    Josh Klontz authored
    2013-07-31 10:40:27 -0400  
    Browse Code »
  • Removed personal debug statements, added filename filtering to empty gallery
    fa4557b7
    Scott Klum authored
    2013-07-31 10:30:58 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    e7c3e62c
    Scott Klum authored
    2013-07-31 10:18:53 -0400  
    Browse Code »

30 Jul, 2013
12 commits
  • Rank output works with crossvalidation
    0ca4f874
    Scott Klum authored
    2013-07-30 16:12:07 -0400  
    Browse Code »
  • Rank output works with crossvalidation
    b63f4d45
    Scott Klum authored
    2013-07-30 16:11:18 -0400  
    Browse Code »
  • Rank output works with crossvalidation
    bf220881
    Scott Klum authored
    2013-07-30 16:04:16 -0400  
    Browse Code »
  • Fix some things for HoG
    768f1515
    Austin Van Blanton authored
    2013-07-30 15:10:50 -0400  
    Browse Code »
  • STORE should be STORED
    f998d276
    Austin Blanton authored
    2013-07-30 14:59:42 -0400  
    Browse Code »
  • Add initial HoG and HoGHoF
    041f4040
    Austin Blanton authored
    2013-07-30 13:28:13 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    7d79754e
    Austin Van Blanton authored
    2013-07-30 13:02:24 -0400  
    Browse Code »
  • Change perms before deleting file to avoid override prompt
    da198c6a
    Austin Van Blanton authored
    2013-07-30 13:00:53 -0400  
    Browse Code »
  • some documentation
    dd26bb60
    Josh Klontz authored
    2013-07-30 12:43:35 -0400  
    Browse Code »
  • Move comment
    6770a2a1
    Austin Blanton authored
    2013-07-30 12:31:19 -0400  
    Browse Code »
  • Discard frames in HoF
    12b39c54
    Austin Blanton authored
    2013-07-30 12:31:00 -0400  
    Browse Code »
  • first draft of -plotDetection
    8e3e4865
    Josh Klontz authored
    2013-07-30 12:17:32 -0400  
    Browse Code »