1

I am running my project and getting this error (http://prntscr.com/2021uq):

enter image description here

I am using OpenCV 2,46 SVM Light created on 11. Mai 2011.

AirL
  • 1,887
  • 2
  • 17
  • 17

1 Answers1

1

I think you are using GITHUB's "trainHog" (?). svm learn main.c has following code.

strcpy (learn_parm->alphafile, "");

try to use that in your code (Where you defined learning parameters)

Madhujith
  • 157
  • 4
  • 18