1234567891011121314151617181920212223242526272829 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- COPYRIGHT
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- This package contains Matlab source code for object detection with LDA models.
- This repo is based on the original version of who from
- (Bharath Hariharan, Jitendra Malik and Deva Ramanan.
- Discriminative decorrelation for clustering and classification. In ECCV 2012 ).
- We significantly altered it, making it more flexible, easier to access,
- and less focused on hog features in general.
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- START / SETUP
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- Compile mex-files via
- compileWHOEfficient
- Setup workspace
- initWorkspaceWHOGeneric
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- RUN DETECTION DEMO
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- Run a demo which learns an LDA model for detecting bycicles and
- using HOG features as underlying representation
- demoWhitenedHOG
|