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 Sep, 2013
1 commit
  • Fix random negative samples size
    03d7443a
    Austin Van Blanton authored
    2013-09-03 15:11:49 -0400  
    Browse Code »

27 Aug, 2013
1 commit
  • Use neg for negative label
    7df275be
    Austin Van Blanton authored
    2013-08-27 11:44:37 -0400  
    Browse Code »

26 Aug, 2013
2 commits
  • Add any child elements of <presentation> as bounding boxes
    74286272
    Austin Van Blanton authored
    2013-08-26 14:56:48 -0400  
    Browse Code »
  • Put transform first for easy default usage
    63d945ad
    Austin Van Blanton authored
    2013-08-26 14:56:03 -0400  
    Browse Code »

23 Aug, 2013
4 commits
  • Put multiple bboxes in a single presentation element
    b528288d
    Austin Van Blanton authored
    2013-08-23 14:07:49 -0400  
    Browse Code »
  • Add INRIAPerson/sigset to gitignore (sigsets autogenerated)
    29337ed1
    Austin Van Blanton authored
    2013-08-23 13:45:06 -0400  
    Browse Code »
  • Add comments to INRIAPerson sigset generator script
    10d6fd41
    Austin Van Blanton authored
    2013-08-23 13:44:06 -0400  
    Browse Code »
  • Add INRIAPerson dataset
    01a923b2
    Austin Van Blanton authored
    2013-08-23 13:27:22 -0400  
    Browse Code »

22 Aug, 2013
1 commit
  • x, y, and size should be doubles (stepSize and scaleFactor are doubles)
    0a8576dc
    Austin Van Blanton authored
    2013-08-22 11:09:15 -0400  
    Browse Code »

21 Aug, 2013
13 commits
  • stepSize is pct of sliding window
    5c411444
    Austin Van Blanton authored
    2013-08-21 21:29:14 -0400  
    Browse Code »
  • Parameterize max overlap pct of negative sample
    4b869631
    Austin Van Blanton authored
    2013-08-21 17:03:39 -0400  
    Browse Code »
  • Sigset will provide positive or negative label
    3f734af0
    Austin Van Blanton authored
    2013-08-21 16:43:34 -0400  
    Browse Code »
  • Parameterize taking negative samples
    1afec1a0
    Austin Van Blanton authored
    2013-08-21 16:42:06 -0400  
    Browse Code »
  • Randomly sample negative examples and parameterize negToPosRatio
    c6342181
    Austin Van Blanton authored
    2013-08-21 16:36:24 -0400  
    Browse Code »
  • Fix for loop and projectUpdate should be project
    d0485595
    Austin Van Blanton authored
    2013-08-21 13:47:46 -0400  
    Browse Code »
  • Add initial sliding window transform
    65a82d29
    Austin Van Blanton authored
    2013-08-21 13:11:00 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    ff624aff
    Josh Klontz authored
    2013-08-21 11:25:13 -0400  
    Browse Code »
  • implemented #98
    869e4a94
    Josh Klontz authored
    2013-08-21 11:25:08 -0400  
    Browse Code »
  • Merge pull request #100 from biometrics/jniNew ...
    48920cb6
    Basic JNI transform with basic framework for calling Java from OpenBR
    jklontz authored
    2013-08-21 08:10:39 -0700  
    Browse Code »
  • Basic JNI transform with basic framework for calling Java from OpenBR
    fc7593c3
    jcheney authored
    2013-08-21 11:03:54 -0400  
    Browse Code »
  • fixed warning
    248a35a4
    Josh Klontz authored
    2013-08-21 09:46:53 -0400  
    Browse Code »
  • referenced opencv video instructions
    067efe21
    Josh Klontz authored
    2013-08-21 09:26:35 -0400  
    Browse Code »

19 Aug, 2013
4 commits
  • In incremental output, if we have multiple detections per frame, give them different filenames
    44b6bf26
    Charles Otto authored
    2013-08-19 12:02:13 -0700  
    Browse Code »
  • Merge pull request #96 from biometrics/knn_rework ...
    2415931c
    Allows specification of knn gallery name as a parameter
    jklontz authored
    2013-08-19 08:57:31 -0700  
    Browse Code »
  • Add a transform that overlays an image adjacent to some rectangle
    1bad9a05
    Charles Otto authored
    2013-08-19 11:53:09 -0700  
    Browse Code »
  • In KNNTransform, optionally accept a gallery name argument instead of using training
    3fbc93fe
    Charles Otto authored
    2013-08-19 11:51:19 -0700  
    Browse Code »

16 Aug, 2013
2 commits
  • added table and heatmap to detection framework
    60eda2e3
    Josh Klontz authored
    2013-08-16 10:16:18 -0400  
    Browse Code »
  • forgot to commit this
    b8ba2990
    Josh Klontz authored
    2013-08-16 08:44:04 -0400  
    Browse Code »

15 Aug, 2013
6 commits
  • Fix bad if
    8cc44c70
    Austin Van Blanton authored
    2013-08-15 17:25:06 -0400  
    Browse Code »
  • updated documentation, included a training example
    6d4a627b
    Josh Klontz authored
    2013-08-15 13:30:07 -0400  
    Browse Code »
  • fixed compiler warning
    0e81715c
    Josh Klontz authored
    2013-08-15 13:16:23 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    406e7bdf
    Josh Klontz authored
    2013-08-15 12:57:21 -0400  
    Browse Code »
  • added AT&T dataset for training example
    5c4a1937
    Josh Klontz authored
    2013-08-15 12:57:13 -0400  
    Browse Code »
  • fixed edge case for sampling low dimensional vectors
    8039c346
    Josh Klontz authored
    2013-08-15 12:39:35 -0400  
    Browse Code »

14 Aug, 2013
6 commits
  • Add RandomCentroidsTransform
    94997a7d
    Austin Van Blanton authored
    2013-08-14 17:21:34 -0400  
    Browse Code »
  • Add erode and dilate to BG subtraction
    6ab5357f
    Austin Van Blanton authored
    2013-08-14 15:44:17 -0400  
    Browse Code »
  • Add ApplyMaskTransform to apply a mask in the template metadata
    cdc57fec
    Austin Van Blanton authored
    2013-08-14 15:07:12 -0400  
    Browse Code »
  • Add SubtractBackgroundTransform
    f16ec251
    Austin Van Blanton authored
    2013-08-14 15:06:36 -0400  
    Browse Code »
  • Change opticalflow.cpp to motion.cpp
    d13d673e
    Austin Van Blanton authored
    2013-08-14 13:01:27 -0400  
    Browse Code »
  • Merge pull request #93 from biometrics/pipe_reinterpret ...
    8da6338f
    Have pipes attempt to flatten any child pipes they have
    jklontz authored
    2013-08-14 09:21:38 -0700  
    Browse Code »