Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESVM with HMAX Features #69

Open
ium121 opened this issue Nov 5, 2015 · 1 comment
Open

ESVM with HMAX Features #69

ium121 opened this issue Nov 5, 2015 · 1 comment

Comments

@ium121
Copy link

ium121 commented Nov 5, 2015

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
Copy link

asanakoy commented Nov 5, 2015

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants