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
03 Jul, 2014
9 commits
  • Merge pull request #213 from biometrics/inline_pp5 ...
    cdb6b4fb
    Refactor PP5 comparison handling
    caotto authored
    2014-07-03 16:17:30 -0400  
    Browse Code »
  • Refactor PP5 comparison handling ...
    a438d3fa
    Introduce PP5GalleryTransform, a transform that compares incoming templates
    against a fixed gallery (thereby avoiding the cost of repeatedly setting up
    pp5 galleries for the same templates).
    
    Modify AlgorithmCore to support supplying Transforms to the right of the
    algorithm string, in this case ! should be used instead of :.
    Charles Otto authored
    2014-07-03 16:09:04 -0400  
    Browse Code »
  • Spaces between control structures and (, some updated braces
    7c9ace46
    Charles Otto authored
    2014-07-03 15:54:37 -0400  
    Browse Code »
  • Merge pull request #214 from biometrics/recursive_property ...
    17eabb71
    Implement a method for setting properties after objects have been created
    Josh Klontz authored
    2014-07-03 15:34:08 -0400  
    Browse Code »
  • Compress " * " to " *" ...
    d15634d6
    Surely this will save many bytes of source code.
    Charles Otto authored
    2014-07-03 15:22:06 -0400  
    Browse Code »
  • Update brace placement
    42f14ad5
    Charles Otto authored
    2014-07-03 14:48:25 -0400  
    Browse Code »
  • Purge the abominable " & "
    cc986a8c
    Charles Otto authored
    2014-07-03 14:27:55 -0400  
    Browse Code »
  • Remove unneeded debug output
    1035c88f
    Charles Otto authored
    2014-07-03 13:17:54 -0400  
    Browse Code »
  • Call init when a property is changed via setPropertyRecursive ...
    901cff6b
    This gives transforms a chance to update their state to reflect any
    changes made.
    Charles Otto authored
    2014-07-03 13:15:46 -0400  
    Browse Code »

02 Jul, 2014
1 commit
  • initial implementation of setPropertyRecursive
    3915c772
    Charles Otto authored
    2014-07-02 17:55:17 -0400  
    Browse Code »

01 Jul, 2014
2 commits
  • Merge pull request #204 from biometrics/evalDetection ...
    6cdd5961
    evalDetection Bounding Box Normalization
    Ben Klein authored
    2014-07-01 18:56:54 -0400  
    Browse Code »
  • Added flag for normalizing predicted bounding boxes based on average distances f… ...
    e6d1d7b4
    …rom ground truth bounding boxes.
    Ben Klein authored
    2014-07-01 18:48:52 -0400  
    Browse Code »

27 Jun, 2014
8 commits
  • ensure url contains valid prefix
    d5677d9b
    Josh Klontz authored
    2014-06-27 11:41:44 -0400  
    Browse Code »
  • JSONTransform remove newlines
    98d8384c
    Josh Klontz authored
    2014-06-27 11:11:09 -0400  
    Browse Code »
  • JSONTransform bug fixes
    4640912b
    Josh Klontz authored
    2014-06-27 10:21:53 -0400  
    Browse Code »
  • tweaks for extracting metadata
    4c9533be
    Josh Klontz authored
    2014-06-27 10:09:19 -0400  
    Browse Code »
  • br-crawl now crawlGallery
    e74469ab
    Josh Klontz authored
    2014-06-27 09:49:48 -0400  
    Browse Code »
  • looked for closedbr automatically
    ca8fca95
    Josh Klontz authored
    2014-06-27 09:10:22 -0400  
    Browse Code »
  • introduced BR_THIRDPARTY_APPS
    3a7ad0f9
    Josh Klontz authored
    2014-06-27 08:49:04 -0400  
    Browse Code »
  • removed public support for br-search and br-serve
    3ef48e1b
    Josh Klontz authored
    2014-06-27 08:37:06 -0400  
    Browse Code »

25 Jun, 2014
10 commits
  • progress toward serving images
    278fa768
    Josh Klontz authored
    2014-06-25 12:23:15 -0400  
    Browse Code »
  • added special case all-zeros templateID when there is no template data
    f7ae0c93
    Josh Klontz authored
    2014-06-25 11:01:24 -0400  
    Browse Code »
  • refactored to support VoidSearch (AlgorithmID = 0) for #207
    35c00977
    Josh Klontz authored
    2014-06-25 10:57:44 -0400  
    Browse Code »
  • better handling of bad URLs in DownloadTransform and utGallery, for #207
    07fcaa5c
    Josh Klontz authored
    2014-06-25 10:19:51 -0400  
    Browse Code »
  • check URL for errors before attempting to download, for #207
    efc85b2a
    Josh Klontz authored
    2014-06-25 09:41:23 -0400  
    Browse Code »
  • Merge pull request #210 from biometrics/Procrustes ...
    ffbadb9b
    Procrustes
    Brendan K authored
    2014-06-25 09:24:46 -0400  
    Browse Code »
  • Fixes based on code review
    532103f3
    Brendan Klare authored
    2014-06-25 09:23:08 -0400  
    Browse Code »
  • Merge pull request #209 from biometrics/cascade_project_empty ...
    f98285aa
    Have Cascade propagate empty templates when enrollAll is false, for #207
    Josh Klontz authored
    2014-06-25 08:54:23 -0400  
    Browse Code »
  • case change
    3fda8e3a
    Josh Klontz authored
    2014-06-25 08:51:11 -0400  
    Browse Code »
  • added shell code for image retrieval
    a93ac4b3
    Josh Klontz authored
    2014-06-25 08:49:47 -0400  
    Browse Code »

24 Jun, 2014
9 commits
  • Added author info
    b02b39c2
    Brendan Klare authored
    2014-06-24 14:51:51 -0400  
    Browse Code »
  • Finalized procrustes training and alignment
    4261d8e6
    Brendan Klare authored
    2014-06-24 14:44:23 -0400  
    Browse Code »
  • Have Cascade propagate empty templates when enrollAll is false, for #207
    ec6e08e7
    Josh Klontz authored
    2014-06-24 13:41:41 -0400  
    Browse Code »
  • AlgorithmCore::project fix for empty template list
    a8291d6a
    Josh Klontz authored
    2014-06-24 13:24:44 -0400  
    Browse Code »
  • cleaned up Expanded logic
    8ad77f17
    Josh Klontz authored
    2014-06-24 13:15:05 -0400  
    Browse Code »
  • thread local network access managers, for #207
    e3a93e08
    Josh Klontz authored
    2014-06-24 11:53:36 -0400  
    Browse Code »
  • added missing content type, related to #208
    d5cb21a1
    Josh Klontz authored
    2014-06-24 11:43:00 -0400  
    Browse Code »
  • probable fix for #208
    9b6389a1
    Josh Klontz authored
    2014-06-24 11:01:03 -0400  
    Browse Code »
  • first draft of ImageID search
    0863c154
    Josh Klontz authored
    2014-06-24 10:48:58 -0400  
    Browse Code »

22 Jun, 2014
1 commit
  • project stable, still verifying accuracy
    9f84bcdb
    Brendan Klare authored
    2014-06-22 12:00:46 -0400  
    Browse Code »