Açıklama Yok

Alexander Freytag b656903ee5 learning is more robust wrt memory issues, less redundant code 9 yıl önce
data 85c227f3d1 added all relevant files 10 yıl önce
demos 85c227f3d1 added all relevant files 10 yıl önce
detect 85c227f3d1 added all relevant files 10 yıl önce
features 85c227f3d1 added all relevant files 10 yıl önce
learn b656903ee5 learning is more robust wrt memory issues, less redundant code 9 yıl önce
misc 85c227f3d1 added all relevant files 10 yıl önce
LICENSE 85c227f3d1 added all relevant files 10 yıl önce
README.md bbf4bcef8f markdown support for README file 10 yıl önce
compileWHOEfficient.m 85c227f3d1 added all relevant files 10 yıl önce
initWorkspaceWHOGeneric.m 8322dab21d minor bug fix in path setup 10 yıl önce
test.jpg 85c227f3d1 added all relevant files 10 yıl önce
train.jpg 85c227f3d1 added all relevant files 10 yıl önce

README.md

Generic version of WHO for object detection with LDA models

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