Ask Your Question

Macmik's profile - activity

2018-09-08 07:25:33 -0600 commented question Datasets to train SVM classification

Ok, I will try it. Thanks

2018-09-08 07:17:24 -0600 commented question Datasets to train SVM classification

I have "INRIAPerson\96X160H96\Train\pos" and also I can open these images with OpenCV :) EDIT: but not all of them.

2018-09-08 07:16:11 -0600 commented question Datasets to train SVM classification

I have "INRIAPerson\96X160H96\Train\pos" and also I can open these images with OpenCV :)

2018-09-08 07:05:47 -0600 commented question Datasets to train SVM classification

Ok, I have orignal pictures too

2018-09-08 07:00:43 -0600 commented question Datasets to train SVM classification

Yes I have. I changed the format of all photos to png and their size on 64x128.

2018-09-08 06:11:05 -0600 commented question Datasets to train SVM classification

My OpenCV version is 3.4.1. Specific person = detect only one particular person like only detecting iron man from video

2018-09-08 05:23:47 -0600 commented question Datasets to train SVM classification

I want train my SVM to detect the silhouette of a specific person from video. But for now every dataset will be fine bec

2018-09-08 03:50:29 -0600 asked a question Datasets to train SVM classification

Datasets to train SVM classification I tried to train my own SVM to detect people from video. Here is how I did it: ht

2018-08-03 08:02:03 -0600 received badge  Enthusiast
2018-08-01 05:00:40 -0600 commented question Training your own SVM OpenCV

Ok, I will look at it. Yes, it is INRIA dataset, why it is not good? So how to prepare better database?

2018-08-01 04:32:15 -0600 commented question Training your own SVM OpenCV

@sturkmen I put link to my samples

2018-08-01 04:30:50 -0600 edited question Training your own SVM OpenCV

Training your own SVM OpenCV Hi everyone. I have a project which bases on training my own SVM to detect particular silh

2018-08-01 04:08:01 -0600 commented question Training your own SVM OpenCV

I have seen this code before but for me, it is very similar to what I'm doing. Sorry but openCV isn't my strong side and

2018-08-01 03:51:24 -0600 received badge  Editor (source)
2018-08-01 03:51:24 -0600 edited question Training your own SVM OpenCV

Training your own SVM OpenCV Hi everyone. I have a project which bases on training my own SVM to detect particular silh

2018-08-01 03:50:59 -0600 commented question Training your own SVM OpenCV

Hi berek, thanks for your answer. 1) I tried to use the linear kernel but the effect was pretty the same, SVM doesn't re

2018-08-01 03:21:43 -0600 asked a question Training your own SVM OpenCV

Training your own SVM OpenCV Hi everyone. I have a project which bases on training my own SVM to detect particular silh

2018-07-30 15:46:44 -0600 commented question Trained SVM doesn't work

Hmm maybe you are right but then I get some error here: cv::Ptr<cv::ml::TrainData> tData = cv::ml::TrainData::cre

2018-07-29 13:03:01 -0600 commented question Trained SVM doesn't work

No, -1 when it is negative sample and 1 when it is positive sample. I checked it xml file and this part is fine

2018-07-29 13:02:50 -0600 commented question Trained SVM doesn't work

No, -1 when it is negative sample and 1 when it is positive sample. I check in xml file and this part is fine

2018-07-29 13:02:10 -0600 commented question Trained SVM doesn't work

No, -1 when it is negative sample and 1 when it is positive sample

2018-07-29 02:50:48 -0600 asked a question Trained SVM doesn't work

Trained SVM doesn't work I want train my own SVM and use it to detect some objects, for example dogs. I think I train