quantombone / exemplarsvm

Ensemble of Exemplar-SVMs for Object Detection and Beyond
http://www.cs.cmu.edu/~tmalisie/projects/iccv11/index.html
MIT License
430 stars 155 forks source link

ESVM with HMAX Features #69

Open ium121 opened 8 years ago

ium121 commented 8 years ago

Hi

I have been trying to replace HOG with HMAX features in the ESVM framework. When I do the training with HMAX features I get the following error "ERROR: number of negative support vectors is 0! Something went wrong"

Can you explain what might be the cause for this error?

Thanks

asanakoy commented 8 years ago

@ium121, I can advice you to dig into the exemplarsvm/internal/esvm_update_svm.m (this file contains the line with this error) and try to find out why libSVM not learning. Try to look what arguments you call libsvmtrain(...) with, may be it will help to debug.