-
Notifications
You must be signed in to change notification settings - Fork 109
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
Training SVM #4
Comments
I think for RBF kernel, some additional parameters (specific to RBF, such as gaussian sizes, etc.) have to be set, but I do not know which ones (HOG usually uses a linear kernel). |
Jan thanks for the time. It seems that if I use the executable provided
|
hello, trying to run this software to execute and test, after creating the "trainhog" I get no run file, after "Build by Issuing" and not to do .. |
Hi Issabel08, |
Hi DaHoC... Now, i am dummy on all this, during the compilation i dont cant see the output of the running program, and i dont have any error, i dont undestand how to use the file result (trainhog), i cant call it with . , tell me "denied permission" or "dont file found", or maybe i have to use the "trainhog" file into {{{hog.setSVMDetector(trainhog)}}} My file structure: |
Hi, |
Thank you Jan, I just do it all again, its working !!! |
Hey people , I am trying to use this library on windows (64 bit) with visual studio 2010. Please tell me how do I install. |
hi, i am using MS visual studio, for coding object detection. i have downloaded the SVMLIGHT code, but i dont know how to use it in the program, it is showing many errors, even though i include svmlight.h in the project. it is showing some linker errors while debugging. please help me |
Hi, |
Hi, |
Hi, |
Hi Franklica, Best regards, On Thu, Dec 31, 2015 at 6:09 PM, Franklica notifications@github.com wrote:
|
|
Hey, Thanks for help in advance. Also I couldn't build the files in CMake for VS 2015, any tips on that would be appreciated aswell. |
I think you should try with the older versions of svmlight where these On Tue, Jun 28, 2016 at 5:37 PM, SteffNeu notifications@github.com wrote:
|
Hey @amlandas78, thanks for the advice. Do you by any chance have an idea where I can find a link to the older version od the svmlight? Thanks in advance. |
Sorry, I dont have any idea regarding this. Have you tried the opencv svm On Sat, Jul 2, 2016 at 3:25 PM, SteffNeu notifications@github.com wrote:
With Regards, Amlan Jyoti Das, E-mail ID: amlandas78@gmail.com |
I am struggling the last days trying to find way to train svm with my own data. My issue is how to change properly svm kernel. I found in your code svmlight.h with svm parameters. When I am trying to change
learn_parm->kernel_type from LInear to RBF I am getting errors (core dumped).
The text was updated successfully, but these errors were encountered: