liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.08k stars 1.72k forks source link

dpmcreate crashing with invalid matrix dimensions #197

Open Bidski opened 7 years ago

Bidski commented 7 years ago

In the final stages of training a model I receive one of the following errors from gsl gsl: svd.c:285: ERROR: svd of MxN matrix, M<N, is not implemented gsl: init_source.c:29: ERROR: matrix dimension n1 must be positive integer

I think these conditions should be checked for so that the program exits cleanly (rather than crashing with a core dump).

Also, what can I do to try and prevent these errors from occurring?

rainbow0727 commented 7 years ago

hello.I have a problem

ifdef HAVE_LIBLINEAR

include

endif

I need to download liblinear from other ?could you help me ?

@Bidski