Logo white

Peter M. Groen / openbr

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • openbr
  • README.md
  • Merge remote-tracking branch 'upstream/master' ...
    62446141
    * upstream/master: (108 commits)
      Add vbb annotations to seq files
      Add all the bbs in a single Template
      Remove "bad idea," fix appending empty bbs
      more robust search for openbr
      Use our fork of cvmatio for a better install and move non-find logic to top CMakeLists
      install cvmatio libs (well, only for mac...)
      Add vbbGallery (if cvmatio is being used)
      Add cvmatio library as optional 3rd party lib
      Heatmap improvements
      Ignore the Caltech annotations
      Add SeqReader to Stream to process Caltech Pedestrian seq files
      Add Caltech Pedestrians dataset to downloadDatasets.sh
      Bug fix with linspace
      linspace bug fix
      Linspace helper function
      Better cropping for eyes
      strip subdirectory from OPENBR_DIR to ensure it points to the root dir
      fixed #107
      fixed set-but-unused warning
      reintroduced useGui flag so it can be overridden
      ...
    
    Conflicts:
    	README.md
    	openbr/gui/utility.cpp
    	openbr/plugins/stream.cpp
    Mburge authored
    2014-02-07 14:35:39 -0500  
    Browse Code ยป
README.md 529 Bytes
Edit Raw Blame History

www.openbiometrics.org

$ git clone https://github.com/biometrics/openbr.git
$ cd openbr
$ git submodule init
$ git submodule update

To optionally check out a particular tagged release:

$ git checkout <tag>
$ git submodule update

Build Instructions

Bitdeli Badge