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
02 Aug, 2013
7 commits
  • Merge pull request #58 from biometrics/specificity ...
    7e8092da
    Changes to variable handling for classification/regression/clustering
    jklontz authored
    2013-08-02 10:08:54 -0700  
    Browse Code »
  • Minor documentation updates
    95c1a73a
    Charles Otto authored
    2013-08-02 12:26:19 -0400  
    Browse Code »
  • Update training/eval scripts
    b5caf802
    Charles Otto authored
    2013-08-02 12:20:24 -0400  
    Browse Code »
  • Update models ref
    b25c2768
    Charles Otto authored
    2013-08-02 12:17:09 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into specificity ...
    cdffa7d6
    Conflicts:
    	openbr/plugins/algorithms.cpp
    Charles Otto authored
    2013-08-02 10:10:16 -0400  
    Browse Code »
  • Merge branch 'mosift'
    3a165aa9
    Josh Klontz authored
    2013-08-02 09:44:44 -0400  
    Browse Code »
  • Convert Mat if invalid type for hist
    f3357e59
    Austin Van Blanton authored
    2013-08-02 09:40:59 -0400  
    Browse Code »

01 Aug, 2013
10 commits
  • Merge pull request #81 from biometrics/pipe_changes ...
    2d868e20
    Changes to Pipe::train
    jklontz authored
    2013-08-01 19:07:00 -0700  
    Browse Code »
  • Merge branch 'pipe_changes' of https://github.com/biometrics/openbr into mosift
    dfc7cd72
    Austin Van Blanton authored
    2013-08-01 21:09:56 -0400  
    Browse Code »
  • 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 »
  • Consider timeVarying status of child transforms in pipe project ...
    5f870098
    In the train loop, consider timeVarying in addition to trainable.
    When setting up partial projects, stop at timeVarying stages in addition to
    trainable stages. Call projectUpdate (with the full training set) on
    timeVarying stages.
    Charles Otto authored
    2013-08-01 19:42:19 -0400  
    Browse Code »
  • Superclass init methods are not called automatically
    42ad4aaf
    Charles Otto authored
    2013-08-01 19:32:23 -0400  
    Browse Code »
  • Remove an exceedingly pointless copy from CompositeTransform
    1ed1fe55
    Charles Otto authored
    2013-08-01 19:15:06 -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 »
  • Merge branch 'master' of https://github.com/biometrics/openbr into specificity
    8217b4ac
    Charles Otto authored
    2013-07-31 19:03:07 -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 »
  • Merge branch 'master' of https://github.com/biometrics/openbr into specificity ...
    289023d8
    Resolved conflicts:
    	app/br/br.cpp
    	openbr/core/bee.cpp
    	openbr/plugins/output.cpp
    Charles Otto authored
    2013-07-31 14:48:54 -0400  
    Browse Code »
  • Add grammar for BoVW
    a7e36e2a
    Austin Van Blanton authored
    2013-07-31 14:42:26 -0400  
    Browse Code »
  • Fixed age regression algorithm
    a2fc934a
    Charles Otto authored
    2013-07-31 14:36:51 -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 »