MLP train Runtime error
Hi,
I'm trying to train an MLP using CvANN_MLP, but i'm getting a runtime error ... any idea why this is happening? I tried some tutorials that seems to run correctly by others, but I am still having the runtime error,
Thanks in advance
... and the error is ?
There is no error message, it just says, this application has been stopped ... I am working on codeblocks C++
at least post a minimal code snippet, that reproduces your error, so others can try it
Here is the tutorial: http://bytefish.de/blog/machine_learning_opencv/ I also tried on vs 2010, same problem
The line causing the error is:// train mlp.train(trainingData, trainingClasses, cv::Mat(), cv::Mat(), params);
Seems like the problem comes from codeblocks, I succeeded to run it on VS 2010
think so, too. the machine learning tut runs fine here, even on vs2008.