README 1.1 KB

1234567891011121314151617181920212223242526272829
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. COPYRIGHT
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. This package contains Matlab source code for object detection with LDA models.
  5. This repo is based on the original version of who from
  6. (Bharath Hariharan, Jitendra Malik and Deva Ramanan.
  7. Discriminative decorrelation for clustering and classification. In ECCV 2012 ).
  8. We significantly altered it, making it more flexible, easier to access,
  9. and less focused on hog features in general.
  10. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11. START / SETUP
  12. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13. Compile mex-files via
  14. compileWHOEfficient
  15. Setup workspace
  16. initWorkspaceWHOGeneric
  17. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  18. RUN DETECTION DEMO
  19. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  20. Run a demo which learns an LDA model for detecting bycicles and
  21. using HOG features as underlying representation
  22. demoWhitenedHOG