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
29 May, 2014
12 commits
  • Merge pull request #190 from biometrics/large_galleries ...
    571e977f
    Better support for dealing with large galleries
    Josh Klontz authored
    2014-05-29 15:20:23 -0400  
    Browse Code »
  • Update binFormat to write its matrix incrementally ...
    29a644f2
    For sufficiently large matrices, attempting to write out a single blob
    will fail.
    Charles Otto authored
    2014-05-29 15:04:57 -0400  
    Browse Code »
  • Read bee format galleries row by row instead of as a single blob ...
    c88c297f
    For sufficiently large matrices, reading as a single blob will fail
    Charles Otto authored
    2014-05-29 15:04:56 -0400  
    Browse Code »
  • Update txtGallery and flatGallery to operate incrementally ...
    c407dd5f
    Incrementally write a file instead of accumulating all lines of a text
    file, then outputting them in the destructor. This avoids maintaining a
    full copy of all metadata being written to disk.
    
    ALso, respect readBlockSize in these galleries when reading incrementally.
    Charles Otto authored
    2014-05-29 15:04:55 -0400  
    Browse Code »
  • Merge pull request #189 from biometrics/mtxUpdate ...
    063496f6
    Address #188 (gallery names not propagated to mtxOutput)
    Josh Klontz authored
    2014-05-29 14:42:13 -0400  
    Browse Code »
  • fixed script permissions
    e16a19ae
    Nateyo authored
    2014-05-29 14:38:56 -0400  
    Browse Code »
  • Update mtxOutput to take the gallery names as parameters
    1272d94c
    Charles Otto authored
    2014-05-29 14:07:20 -0400  
    Browse Code »
  • Merge pull request #187 from biometrics/nothing ...
    68af96c3
    Remove NoneTransform, it is a strict duplicate of IdentityTransform
    Josh Klontz authored
    2014-05-29 10:45:13 -0400  
    Browse Code »
  • Remove NoneTransform, it is a strict duplicate of IdentityTransform
    acf9cae6
    Charles Otto authored
    2014-05-29 10:42:52 -0400  
    Browse Code »
  • Change method name for MetadataTransform ...
    079eaba2
    This avoids warnings about project(file,file) shadowing
    project(template,template).
    Charles Otto authored
    2014-05-29 10:32:58 -0400  
    Browse Code »
  • Merge pull request #184 from biometrics/metadata_transform ...
    395eddc2
    Introduce transforms which operate solely on metadata
    Josh Klontz authored
    2014-05-29 09:58:59 -0400  
    Browse Code »
  • Merge pull request #175 from biometrics/stream_based_comparison ...
    3550feb1
    Stream based comparison
    Josh Klontz authored
    2014-05-29 09:57:38 -0400  
    Browse Code »

28 May, 2014
7 commits
  • Skip training CascadeClassifier when using pretrained OpenCV cascades ...
    76e69ec6
    Also, minor stylistic/clarity tweaks for cascade training
    Scott Klum authored
    2014-05-28 20:32:10 -0400  
    Browse Code »
  • Introduce transforms which operate solely on metadata ...
    182cfd92
    Introduces MetadataTransform and UntrainableMetadataTransform, which
    provide a project(file,file) interface for defining operations that only
    affect metadata, and do not touch matrices.
    
    Modify a number of transforms to inherit from these interfaces instead of
    UntrainableTransform or UntrainableMetaTransform
    Charles Otto authored
    2014-05-28 16:55:07 -0400  
    Browse Code »
  • Rename emptyRead FileList::fromGallery, default caching to off.
    5ffd5dc3
    Charles Otto authored
    2014-05-28 15:50:50 -0400  
    Browse Code »
  • Don't create temporary transforms containing idenity ...
    33ec0cdc
    Instead, we just prepend/append to transform lists as needed. Maybe this
    is less confusing.
    Charles Otto authored
    2014-05-28 12:38:10 -0400  
    Browse Code »
  • Set correct stream readMode for transforms returned by Transform::fromAlgorithm
    c860d36e
    Charles Otto authored
    2014-05-28 12:14:37 -0400  
    Browse Code »
  • Refactor emptyRead ...
    4d6920b6
    Move emptyRead to a higher visibility scope, and make it handle caching
    metadata in addition to reading galleries. Caching still leverages
    memGallery since re-implementing a cache just for FileLists would largely
    be redundant.
    Charles Otto authored
    2014-05-28 11:30:46 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into stream_based_comparison
    7ac44304
    Charles Otto authored
    2014-05-28 10:31:46 -0400  
    Browse Code »

27 May, 2014
14 commits
  • Minor updates.
    2ec4f684
    Brendan Klare authored
    2014-05-27 20:50:31 -0400  
    Browse Code »
  • Header file update
    d14f9e50
    Brendan Klare authored
    2014-05-27 20:50:26 -0400  
    Browse Code »
  • Fixed typo
    cd8e3d0a
    Brendan Klare authored
    2014-05-27 20:50:00 -0400  
    Browse Code »
  • Helper function to remove item from square matrix
    4d29deb3
    Brendan Klare authored
    2014-05-27 20:49:41 -0400  
    Browse Code »
  • Adding svm regressor output to dst template data
    3b6db8cd
    Brendan Klare authored
    2014-05-27 20:48:48 -0400  
    Browse Code »
  • Merge pull request #182 from biometrics/evalDetection ...
    d61c72e9
    generalized -evalDetection
    Josh Klontz authored
    2014-05-27 17:37:44 -0400  
    Browse Code »
  • updated to latest janus
    83943217
    Josh Klontz authored
    2014-05-27 17:36:08 -0400  
    Browse Code »
  • added sanity check to matrix format for br -eval
    5796d708
    Josh Klontz authored
    2014-05-27 17:31:56 -0400  
    Browse Code »
  • Merge pull request #183 from biometrics/split_download ...
    6f2af056
    Split downloading the MEDS dataset to a separate file
    Josh Klontz authored
    2014-05-27 16:41:16 -0400  
    Browse Code »
  • Split downloading the MEDS dataset to a separate file ...
    62d074b4
    downloading all the datasets in downloadDatasets.sh is time consuming, and
    MEDS is the only dataset used in make test, as well as
    evalFaceRecognition-MEDS.sh. Splitting MEDS to a searate file simplifies
    the process of validating an OpenBR build.
    Charles Otto authored
    2014-05-27 16:34:53 -0400  
    Browse Code »
  • generalized -evalDetection
    89b9823b
    Josh Klontz authored
    2014-05-27 16:26:43 -0400  
    Browse Code »
  • janus_finalize_template should skip over empty templates
    8b418541
    Josh Klontz authored
    2014-05-27 15:29:58 -0400  
    Browse Code »
  • added PP5CompareDistance::compare(cv::Mat, cv::Mat)
    c51200fa
    Josh Klontz authored
    2014-05-27 15:00:53 -0400  
    Browse Code »
  • janus_finalize_template sanity check
    579fec22
    Josh Klontz authored
    2014-05-27 14:55:55 -0400  
    Browse Code »

22 May, 2014
4 commits
  • Merge pull request #179 from dgcrouse/master ...
    ce6fe757
    Added training for cascade classifiers
    Josh Klontz authored
    2014-05-22 14:20:41 -0400  
    Browse Code »
  • Style improvements, fixed static/const/reference
    f65ab061
    dgcrouse authored
    2014-05-22 14:14:28 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    f239ab13
    Brendan Klare authored
    2014-05-22 12:21:38 -0400  
    Browse Code »
  • Probe and gal files for PCSO testing
    353de3eb
    Brendan Klare authored
    2014-05-22 12:21:30 -0400  
    Browse Code »

21 May, 2014
3 commits
  • Added author attribution
    cfc5eb2c
    dgcrouse authored
    2014-05-21 15:10:29 -0400  
    Browse Code »
  • Fixed bug where arguments not passed to trainer
    8d98330e
    dgcrouse authored
    2014-05-21 14:18:56 -0400  
    Browse Code »
  • Replaced execCommand with QProcess::execute()
    23f3062c
    dgcrouse authored
    2014-05-21 12:53:03 -0400  
    Browse Code »