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
18 Jul, 2016
1 commit
  • removed Mat debug utilities
    a7f8896e
    DepthDeluxe authored
    2016-07-18 13:28:44 -0700  
    Browse Code »

16 Jul, 2016
2 commits
  • renamed CUBLASPCA to CUDAPCA ...
    2d80685b
    takes over the existing implementation
    DepthDeluxe authored
    2016-07-16 16:54:19 -0700  
    Browse Code »
  • finished up CUDA training using cuBLAS library
    f8b0ab49
    DepthDeluxe authored
    2016-07-16 15:59:01 -0700  
    Browse Code »

12 Jul, 2016
4 commits
  • performance improvements
    a0249121
    DepthDeluxe authored
    2016-07-12 20:48:54 -0700  
    Browse Code »
  • added CUDA matrix multiplication of eigenvectors
    eda3d2e7
    DepthDeluxe authored
    2016-07-12 20:37:35 -0700  
    Browse Code »
  • fix difference between two PCA's
    f5f14649
    DepthDeluxe authored
    2016-07-12 13:53:46 -0700  
    Browse Code »
  • added CUDA-accelerated training
    06d8779e
    DepthDeluxe authored
    2016-07-12 13:43:12 -0700  
    Browse Code »

11 Jul, 2016
1 commit
  • pre-chopping
    233d59ae
    DepthDeluxe authored
    2016-07-11 10:23:04 -0700  
    Browse Code »

06 Jun, 2016
1 commit
  • added cuBLAS accelerated PCA ...
    b6adde60
    much faster than homebrew PCA
    DepthDeluxe authored
    2016-06-06 21:24:09 -0700  
    Browse Code »

20 May, 2016
1 commit
  • Old OpenCV link has problems with libjasper
    237af8f5
    Ben Klein authored
    2016-05-20 12:18:08 -0400  
    Browse Code »

27 Apr, 2016
5 commits
  • Merge pull request #472 from StayerX/curl_continue_automatically ...
    fd6c379e
    Added the option -C to curl to auto-continue downloading from the point it stopped.
    Josh Klontz authored
    2016-04-27 18:22:52 -0400  
    Browse Code »
  • resolved conflict
    232ee6ca
    Stanislav Yotov authored
    2016-04-27 17:27:51 -0400  
    Browse Code »
  • Merge pull request #471 from StayerX/master ...
    da855804
    added "-p" for mkdir, fixed spelling mistake -> ./download{Meds,MEDS}.sh"
    Josh Klontz authored
    2016-04-27 14:38:47 -0400  
    Browse Code »
  • Add supportfor cutl to auto continue from the point it stoped. Also make parent dirs for MEDS
    13e79295
    Stanislav Yotov authored
    2016-04-27 11:57:33 -0400  
    Browse Code »
  • added -p for mkdir, fixed spelling mistake -> ./download{Meds,MEDS}.sh
    bbe59eef
    Stanislav Yotov authored
    2016-04-27 08:48:32 -0400  
    Browse Code »

25 Apr, 2016
2 commits
  • Merge pull request #464 from CGLG/master ...
    53d01e93
    CUDA-accelerated plugin support
    Josh Klontz authored
    2016-04-25 09:20:31 -0400  
    Browse Code »
  • fixed PCA disagreement
    552e99f9
    Colin Heinzmann authored
    2016-04-25 07:15:34 -0400  
    Browse Code »

22 Apr, 2016
2 commits
  • add prefix to output, optionally save full distribution
    2849f3b9
    bhklein authored
    2016-04-22 05:10:50 +0000  
    Browse Code »
  • caffe compile fix on ubuntu
    902b8bdf
    bhklein authored
    2016-04-22 02:56:43 +0000  
    Browse Code »

20 Apr, 2016
5 commits
  • made CUDAL2 compatible with assumption that comparison will be done after the fact
    2f6387f4
    Colin Heinzmann authored
    2016-04-20 16:53:34 -0400  
    Browse Code »
  • Uninstall messageHandler on finalize
    dfc941ad
    Scott Klum authored
    2016-04-20 15:13:38 -0400  
    Browse Code »
  • fixed swapping of numBlocks and threadsPerBlock ...
    2ba8a2a3
    caused some oversized formatting issues
    Colin Heinzmann authored
    2016-04-20 11:53:23 -0400  
    Browse Code »
  • increased parallelization of CUDAAffine
    b99b23d0
    Colin Heinzmann authored
    2016-04-20 10:56:05 -0400  
    Browse Code »
  • fixed memory index bug in PCA
    155b284d
    Colin Heinzmann authored
    2016-04-20 10:55:38 -0400  
    Browse Code »

19 Apr, 2016
5 commits
  • fixed memory errors with affine
    15c8a584
    Colin Heinzmann authored
    2016-04-19 19:32:00 +0000  
    Browse Code »
  • removed untested options and code paths ...
    b8c2696b
    CUDAAffine will only have bilinear transformation with a single reference point for now
    Colin Heinzmann authored
    2016-04-19 18:22:05 +0000  
    Browse Code »
  • removed br_slave_process, disabled QtNetwork plugins by default
    56b77689
    Josh Klontz authored
    2016-04-19 11:59:50 -0400  
    Browse Code »
  • added dimension checking for PCA
    087a8f65
    Colin Heinzmann authored
    2016-04-19 10:57:07 +0000  
    Browse Code »
  • fixded PCA issues
    5ea8591c
    Colin Heinzmann authored
    2016-04-19 01:16:17 +0000  
    Browse Code »

14 Apr, 2016
2 commits
  • Control flipping of rects and points
    247f4c9b
    Scott Klum authored
    2016-04-14 12:14:58 -0400  
    Browse Code »
  • Named applies to rects instead of just points
    646c680e
    Scott Klum authored
    2016-04-14 12:14:27 -0400  
    Browse Code »

11 Apr, 2016
2 commits
  • cleaner l2
    b17fcc31
    DepthDeluxe authored
    2016-04-11 22:39:57 -0400  
    Browse Code »
  • Merge branch 'util_update'
    501769ab
    Scott Klum authored
    2016-04-11 14:59:48 -0400  
    Browse Code »

10 Apr, 2016
6 commits
  • fixed Affine transform bug
    d254fe2a
    DepthDeluxe authored
    2016-04-10 19:20:19 -0400  
    Browse Code »
  • cleaned comments out of code base
    555b8f38
    DepthDeluxe authored
    2016-04-10 15:38:02 -0400  
    Browse Code »
  • reverted other changes that weren't meant for product
    8ab6c433
    DepthDeluxe authored
    2016-04-10 15:26:10 -0400  
    Browse Code »
  • reverted accidental inclusion of debugging code
    37276ffa
    DepthDeluxe authored
    2016-04-10 15:16:50 -0400  
    Browse Code »
  • removed threshold plugin
    d9283713
    DepthDeluxe authored
    2016-04-10 15:02:24 -0400  
    Browse Code »
  • committing forgotten module.cmake file
    53cab7ba
    DepthDeluxe authored
    2016-04-10 15:01:41 -0400  
    Browse Code »

08 Apr, 2016
1 commit
  • addressed build system issues in PR
    baa0b76e
    DepthDeluxe authored
    2016-04-08 07:12:56 -0400  
    Browse Code »