Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

SVM GPU Version

Hi, I am using SVM. I have trained SVM and stored matrix in .xml file. I want to predict the label for each row. So, I am using below snippet in cuda Kernel function.

Ptr<svm> svm = SVM::load("trainedSVM10.xml"); classId = svm->predict(row);

but I am getting the error message is

" __host__ function("predict") from a __global__ function("kernelSVM")"

Is it possible to use opencv SVM on CUDA?

SVM GPU Version

Hi, I am using SVM. I have trained SVM and stored matrix in .xml file. I want to predict the label for each row. So, I am using below snippet in cuda Kernel function.

Ptr<svm> svm = SVM::load("trainedSVM10.xml"); classId = svm->predict(row);

but I am getting the error message is

" __host__ function("predict") from a __global__ function("kernelSVM")"

Is it possible to use opencv SVM on CUDA?

OpenCV SVM GPU Versionon CUDA

Hi, I am using SVM. I have trained SVM and stored matrix in .xml file. I want to predict the label for each row. So, I am using below snippet in cuda Kernel function.

Ptr<svm> svm = SVM::load("trainedSVM10.xml"); classId = svm->predict(row);

but I am getting the error message is

" __host__ function("predict") from a __global__ function("kernelSVM")"

Is it possible to use opencv SVM on CUDA?CUDA? NOTE: It is working on CPU.

OpenCV SVM on CUDA

Hi, I am using SVM. I have trained SVM and stored matrix in .xml file. I want to predict the label for each row. So, I am using below snippet in cuda Kernel function.

Ptr<svm> svm = SVM::load("trainedSVM10.xml"); classId = svm->predict(row);

but I am getting the error message is

" __host__ function("predict") from a __global__ function("kernelSVM")"

Is it possible to use opencv SVM on CUDA? NOTE: It is working on CPU.

OpenCV SVM on CUDAGPU Version

Hi, I am using SVM. I have trained SVM and stored matrix in .xml file. I want to predict the label for each row. So, I am using below snippet in cuda Kernel function.

Ptr<svm> svm = SVM::load("trainedSVM10.xml"); classId = svm->predict(row);

but I am getting the error message is

" __host__ function("predict") from a __global__ function("kernelSVM")"

Is it possible to use opencv OpenCV SVM on CUDA? CUDA? Let me know, in case more information required. NOTE: It is working on CPU.CPU. Thank you.

SVM GPU Version

Hi, I am using SVM. I have trained SVM and stored matrix in .xml file. I want to predict the label for each row. So, I am using below snippet in cuda Kernel function.

Ptr<svm> svm = SVM::load("trainedSVM10.xml"); classId = svm->predict(row);

but I am getting the error message is

" __host__ function("predict") from a __global__ function("kernelSVM")"

Is it possible to use OpenCV SVM on CUDA? Let me know, in case more information required. NOTE: It is working on CPU. Thank you.