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
  • scripts
27 May, 2014
1 commit
  • Split downloading the MEDS dataset to a separate file ...
    62d074b4
    downloading all the datasets in downloadDatasets.sh is time consuming, and
    MEDS is the only dataset used in make test, as well as
    evalFaceRecognition-MEDS.sh. Splitting MEDS to a searate file simplifies
    the process of validating an OpenBR build.
    Charles Otto authored
    2014-05-27 16:34:53 -0400  
    Browse Dir »

19 Mar, 2014
2 commits
  • Update brpy script to changes in acc04206
    dc2f8017
    Austin Blanton authored
    2014-03-19 16:19:23 -0400  
    Browse Dir »
  • Add br_add_template_to_gallery to C API
    def244f4
    Austin Blanton authored
    2014-03-19 16:15:51 -0400  
    Browse Dir »

13 Mar, 2014
1 commit
  • Check the LD_LIBRARY_PATH for libopenbr in init_brpy
    923daa84
    Austin Blanton authored
    2014-03-13 13:13:29 -0400  
    Browse Dir »

03 Mar, 2014
1 commit
  • Update brpy with string_management changes to C API and make string functions more Pythonic
    afe4dc93
    Austin Blanton authored
    2014-03-03 18:37:31 -0500  
    Browse Dir »

26 Feb, 2014
3 commits
  • Add vbb attribute in Caltech sigsets
    e9e9c555
    Austin Blanton authored
    2014-02-26 21:50:30 -0500  
    Browse Dir »
  • Add train/test split for Caltech pedestrian dataset
    3e6cf825
    Austin Blanton authored
    2014-02-26 17:48:44 -0500  
    Browse Dir »
  • Make writeKTHSigset.sh executable
    aa8a724f
    Austin Blanton authored
    2014-02-26 17:26:14 -0500  
    Browse Dir »

03 Feb, 2014
1 commit
  • Add Caltech Pedestrians dataset to downloadDatasets.sh
    c982b052
    Austin Blanton authored
    2014-02-03 17:21:39 -0500  
    Browse Dir »

30 Jan, 2014
1 commit
  • replacing useGUI flag with getenv("DISPLAY")
    be351d6a
    Josh Klontz authored
    2014-01-30 12:58:30 -0500  
    Browse Dir »

30 Dec, 2013
1 commit
  • Check for both .so and .dylib in provided lib location
    4486aaf1
    Austin Blanton authored
    2013-12-30 16:39:31 -0500  
    Browse Dir »

29 Dec, 2013
1 commit
  • Add a little python module to wrap br with ctypes, install to site-pacakges in cmakelists
    62f9e899
    Austin Blanton authored
    2013-12-29 20:57:36 -0500  
    Browse Dir »

18 Dec, 2013
1 commit
  • Update lfpwToSigset.py ...
    a6b7d391
    Fix syntax error when running in Python 3
    while maintaining Python 2 compatability
    Yuval Adam authored
    2013-12-18 01:52:36 +0200  
    Browse Dir »

22 Nov, 2013
1 commit
  • generalized evalGenderRecognition script
    9309ed63
    Josh Klontz authored
    2013-11-22 10:04:17 -0500  
    Browse Dir »

21 Nov, 2013
1 commit
  • Add a script running FaceRecognition using the LFW protocol ...
    2ca2ed58
    Rscript will actually crash partway through writing the output pdf, presumably
    because the recognition curves are degeenrate in this case.
    Charles Otto authored
    2013-11-21 17:05:19 -0500  
    Browse Dir »

15 Nov, 2013
3 commits
  • Accidentally took out ConsolidateDetections
    d21c50c1
    Austin Blanton authored
    2013-11-15 11:52:43 -0500  
    Browse Dir »
  • Add show/eval command to script
    9c7f44a5
    Austin Blanton authored
    2013-11-15 11:50:51 -0500  
    Browse Dir »
  • Plot detection results
    b0ac5801
    Austin Blanton authored
    2013-11-15 11:18:21 -0500  
    Browse Dir »

14 Nov, 2013
9 commits
  • Added LFPW dataset to the download list, and created script to convert to xml sigset
    d1a00190
    Brendan Klare authored
    2013-11-14 16:43:11 -0500  
    Browse Dir »
  • introduced shell code for IntegralSlidingWindowTransform
    7a0a9f3e
    Josh Klontz authored
    2013-11-14 16:29:08 -0500  
    Browse Dir »
  • updated Josh's pedestrian detection algorithm
    8f1084e7
    Josh Klontz authored
    2013-11-14 16:12:38 -0500  
    Browse Dir »
  • some progress with the new detector
    99ea035f
    Josh Klontz authored
    2013-11-14 13:25:00 -0500  
    Browse Dir »
  • serialization bug fixes
    89f4ce30
    Josh Klontz authored
    2013-11-14 12:43:35 -0500  
    Browse Dir »
  • started new algorithm for pedestrian detection
    14201055
    Josh Klontz authored
    2013-11-14 12:02:29 -0500  
    Browse Dir »
  • proposed implementation of #123
    9f89a05f
    Josh Klontz authored
    2013-11-14 10:57:44 -0500  
    Browse Dir »
  • Fix hardcoded path
    bb446dfb
    Austin Blanton authored
    2013-11-14 10:33:08 -0500  
    Browse Dir »
  • Updated pedestrian baseline alg
    f82644f1
    Brendan Klare authored
    2013-11-14 10:18:03 -0500  
    Browse Dir »

30 Oct, 2013
2 commits
  • played around with weighing the HoG vectors based on magnitude, didn't see much of an impact
    d723e2ca
    Josh Klontz authored
    2013-10-30 13:57:43 -0400  
    Browse Dir »
  • Pedestrian detection baseline scripts and sigests
    f45eff41
    Brendan Klare authored
    2013-10-30 11:01:53 -0400  
    Browse Dir »

01 Oct, 2013
2 commits
  • minor sigset fix
    b37536e2
    Josh Klontz authored
    2013-10-01 10:52:27 -0400  
    Browse Dir »
  • finished BTAS2013 experiment
    02fc7c27
    Josh Klontz authored
    2013-10-01 08:10:36 -0400  
    Browse Dir »

30 Sep, 2013
1 commit
  • started the script for Wednesday presentation
    fbc7f8e4
    Josh Klontz authored
    2013-09-30 22:27:46 -0400  
    Browse Dir »

18 Sep, 2013
1 commit
  • Autogenerate KTH sigsets in downloadDatasets
    0d77b47a
    Austin Van Blanton authored
    2013-09-18 16:59:39 -0400  
    Browse Dir »

23 Aug, 2013
3 commits
  • Put multiple bboxes in a single presentation element
    b528288d
    Austin Van Blanton authored
    2013-08-23 14:07:49 -0400  
    Browse Dir »
  • Add comments to INRIAPerson sigset generator script
    10d6fd41
    Austin Van Blanton authored
    2013-08-23 13:44:06 -0400  
    Browse Dir »
  • Add INRIAPerson dataset
    01a923b2
    Austin Van Blanton authored
    2013-08-23 13:27:22 -0400  
    Browse Dir »

15 Aug, 2013
1 commit
  • added AT&T dataset for training example
    5c4a1937
    Josh Klontz authored
    2013-08-15 12:57:13 -0400  
    Browse Dir »

02 Aug, 2013
1 commit
  • Update training/eval scripts
    b5caf802
    Charles Otto authored
    2013-08-02 12:20:24 -0400  
    Browse Dir »

31 Jul, 2013
1 commit
  • Use rm -f rather than chmod
    386c3ab5
    Austin Van Blanton authored
    2013-07-31 12:34:57 -0400  
    Browse Dir »

30 Jul, 2013
1 commit
  • Change perms before deleting file to avoid override prompt
    da198c6a
    Austin Van Blanton authored
    2013-07-30 13:00:53 -0400  
    Browse Dir »