Ask Your Question

RSSharma's profile - activity

2019-12-10 04:09:47 -0600 received badge  Famous Question (source)
2018-10-20 12:34:21 -0600 received badge  Notable Question (source)
2018-08-29 09:24:54 -0600 received badge  Popular Question (source)
2018-03-06 23:40:09 -0600 marked best answer How to configure opencv 3 with GPU Support, Cuda 9.0, Ubuntu 16.04?

I am working with this large data set of around 70,000 images. I find that reading the images in OpenCV takes too much time. I have access to an NVidia GTX 1080, and would prefer to run the imread on the GPU instead as I believe it would be faster. I have installed CUDA 9.0, CuDNN 8.0, and libcupti, which is necessary for Tensorflow-GPU, and also want a means to use GPU with OpenCV commands like imread. I noticed that some Github links offer instructions for OpenCV-GPU with CUDA 8.0, and since I have CUDA 9.0, I don't believe those will suit my case.

Any help/advice would be greatly appreciated.

2018-03-06 23:38:58 -0600 received badge  Supporter (source)
2018-03-06 23:37:54 -0600 marked best answer How exactly does BoVW work for Python-3 Open cv3?

So, I wrote a code for a SIFT/SURF+BOVW+SVM Classifier for 20 kinds of texture in Python. In method train(), I extract SIFT/SURF feature descriptors for every image in my training set, and I have created a BOWKMeansTrainer as follows:

dictionarySize = 20

BOW = cv.BOWKMeansTrainer(dictionarySize)

I have 80 training images.

So, I add the descriptors of each image to BOW like: kp,desc=surf(img) BOW.add(desc)

All of these form a dictionary with size (20,64). What does this 64 mean?

And, how does the BOW trainer know that some image x belongs to class c? What data do I feed into the SVM?

Help in understanding this would be greatly appreciated. Thanks

2018-03-06 23:37:54 -0600 received badge  Scholar (source)
2018-02-14 01:50:57 -0600 commented question How to configure opencv 3 with GPU Support, Cuda 9.0, Ubuntu 16.04?

Okay. Thanks

2018-02-13 23:26:08 -0600 edited question How to configure opencv 3 with GPU Support, Cuda 9.0, Ubuntu 16.04?

How to configure opencv 3 with GPU Support, Cuda 9.0, Ubuntu 16.04? I am working with this large data set of around 70,0

2018-02-13 23:25:44 -0600 edited question How to configure opencv 3 with GPU Support, Cuda 9.0, Ubuntu 16.04?

How to configure opencv 3 with GPU Support, Cuda 9.0, Ubuntu 16.04? I am working with this large data set of around 70,0

2018-02-13 20:32:00 -0600 asked a question How to configure opencv 3 with GPU Support, Cuda 9.0, Ubuntu 16.04?

How to configure opencv 3 with GPU Support, Cuda 9.0, Ubuntu 16.04? I am working with this large data set of around 40,0

2018-01-31 20:09:54 -0600 commented answer How exactly does BoVW work for Python-3 Open cv3?

Thanks for the detailed description.

2018-01-31 19:16:20 -0600 commented answer How exactly does BoVW work for Python-3 Open cv3?

Thanks. So, to create voc, what do I do? Earlier, I had created BOW for all training images, added their descriptors, a

2018-01-31 02:03:23 -0600 edited question How exactly does BoVW work for Python-3 Open cv3?

How exactly does BoVW work for Python-3 Open cv3? So, I wrote a code for a SIFT/SURF+BOVW+SVM Classifier for 20 kinds of

2018-01-31 02:02:40 -0600 asked a question How exactly does BoVW work for Python-3 Open cv3?

How exactly does BoVW work for Python-3 Open cv3? So, I wrote a code for a SIFT/SURF+BOVW+SVM Classifier for 20 kinds of

2018-01-29 22:48:29 -0600 commented question I am getting line an error-215 while training an SVM with OpenCV-Python

Resolved the issue by 2D-1D conversion. Thanks. I was working with LBP features on images(2-D)

2018-01-29 19:58:17 -0600 edited question I am getting line an error-215 while training an SVM with OpenCV-Python

I am getting line an error-215 while training an SVM with OpenCV-Python In line 100, in <module>svm.train(train_d

2018-01-29 02:33:40 -0600 edited question I am getting line an error-215 while training an SVM with OpenCV-Python

I am getting line an error-215 while training an SVM with OpenCV-Python In line 100, in <module>svm.train(train_d

2018-01-29 01:30:33 -0600 received badge  Editor (source)
2018-01-29 01:30:33 -0600 edited question I am getting line an error-215 while training an SVM with OpenCV-Python

I am getting line an error-215 while training an SVM with OpenCV-Python In line 100, in <module>svm.train(train_d

2018-01-29 01:20:05 -0600 asked a question I am getting line an error-215 while training an SVM with OpenCV-Python

I am getting line an error-215 while training an SVM with OpenCV-Python line 100, in <module> svm.train(train