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
09 Aug, 2013
16 commits
  • first pass at evalLandmarking
    41805575
    Josh Klontz authored
    2013-08-09 14:30:00 -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 »
  • 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
8 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 »
  • Make AggregateFrames play nice with DropFrames
    29e81b41
    Austin Van Blanton authored
    2013-08-08 12:00:29 -0400  
    Browse Code »
  • Add DropFrames transform to skip frames in a video
    c391c7c9
    Austin Van Blanton authored
    2013-08-08 11:25:56 -0400  
    Browse Code »

07 Aug, 2013
8 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    c2b1835e
    Austin Van Blanton authored
    2013-08-07 22:24:43 -0400  
    Browse Code »
  • Remove Flatten, dupe of Contract
    56eb91c5
    Austin Van Blanton authored
    2013-08-07 22:24:17 -0400  
    Browse Code »
  • Fix HOG descriptor
    7faec84e
    Austin Van Blanton authored
    2013-08-07 22:23:13 -0400  
    Browse Code »
  • added eval landmarking shell code
    f74323fc
    Josh Klontz authored
    2013-08-07 15:56:58 -0400  
    Browse Code »
  • Update README.md
    96753025
    jklontz authored
    2013-08-07 14:01:23 -0400  
    Browse Code »
  • Update README.md
    5a966daa
    jklontz authored
    2013-08-07 13:57:34 -0400  
    Browse Code »
  • Some refactoring of GUI transform code ...
    60a0a0c3
    Use better tricks to make objects on the main thread.
    Move logic from defunct GUIProxy classes into QLabel subclasses.
    Charles Otto authored
    2013-08-07 11:16:16 -0400  
    Browse Code »
  • Fixed bugs with MetadataDistance
    8d9445fe
    sklum authored
    2013-08-07 10:24:44 -0700  
    Browse Code »

06 Aug, 2013
7 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    f0eb0cfb
    Austin Van Blanton authored
    2013-08-06 16:50:54 -0400  
    Browse Code »
  • Add SVM to HOG
    e9a47358
    Austin Van Blanton authored
    2013-08-06 16:50:05 -0400  
    Browse Code »
  • Propagate metadata from first Template in Flatten
    71e34a6c
    Austin Van Blanton authored
    2013-08-06 16:49:31 -0400  
    Browse Code »
  • doc fix
    a06af98c
    Josh Klontz authored
    2013-08-06 16:08:36 -0400  
    Browse Code »
  • Move path check to after webcam init
    edf9cab6
    Austin Van Blanton authored
    2013-08-06 15:40:18 -0400  
    Browse Code »
  • Use path when opening videos
    be75125f
    Austin Van Blanton authored
    2013-08-06 14:10:45 -0400  
    Browse Code »
  • Reset returned FrameData in returnFrame, this is the safest way to do it
    8a289d37
    Charles Otto authored
    2013-08-06 12:00:57 -0400  
    Browse Code »

05 Aug, 2013
1 commit
  • Merge branch 'master' of https://github.com/biometrics/openbr
    193d0298
    Austin Van Blanton authored
    2013-08-05 14:42:29 -0400  
    Browse Code »