Ask Your Question

yoggiee's profile - activity

2020-07-05 11:46:35 -0600 received badge  Popular Question (source)
2019-01-21 07:22:02 -0600 edited question cascade classifier lbp accuracy

cascade classifier lbp accuracy Hi guys I have trained a cascade classifier using lbp to detect a specific traffic sign.

2019-01-21 07:21:32 -0600 asked a question cascade classifier lbp accuracy

cascade classifier lbp accuracy Hi guys I have trained a cascade classifier using lbp to detect a specific traffic sign.

2018-11-21 07:30:01 -0600 commented question multiple cascade classifiers in one loop

ssd is too much for my raspberry I guess..

2018-11-20 17:35:12 -0600 asked a question multiple cascade classifiers in one loop

multiple cascade classifiers in one loop I have different detectors. Each one detects one specified object. Im curious,

2018-08-29 09:11:00 -0600 received badge  Student (source)
2018-08-21 06:27:03 -0600 commented answer training svm for image recognition

ok thanks. I was thinking about trying transfer learning(just like u said in other topic) and retrain classifier on pre-

2018-08-21 06:26:55 -0600 commented answer training svm for image recognition

ok thanks. I was thinking about trying transfer learning(just like u said in other topic) and train classifier on pre-tr

2018-08-21 06:25:53 -0600 commented answer training svm for image recognition

ok thanks. I was thinking about trying transfer learning(just like u said in other topic) and train those images on pre-

2018-08-21 04:25:39 -0600 edited question training svm for image recognition

training svm for image recognition Hi, I want to train svm to recognize each type of these road signs. I need some advic

2018-08-21 04:25:14 -0600 commented question training svm for image recognition

i meant recognize, sorry

2018-08-20 15:38:03 -0600 edited question training svm for image recognition

training svm for image recognition Hi, I want to train svm to detect each type of these road signs. I need some advice a

2018-08-20 15:29:47 -0600 asked a question training svm for image recognition

training svm for image recognition Hi, I want to train svm to detect each type of these road signs. I need some advice a

2018-08-18 10:24:15 -0600 commented question lbp cascade training to detect traffic signs

I was thinking about creating a cascade classifier that detects round shapes and train svm or knn to recognize these det

2018-08-16 11:56:40 -0600 edited question lbp cascade training to detect traffic signs

lbp cascade training to detect traffic signs Hello, I'm trying to train a classifier which detects all these kinds of tr

2018-08-16 11:53:26 -0600 commented question lbp cascade training to detect traffic signs

actually it detects almost everything. I need to detect only these signs. What should I do? Train a cascades for each ty

2018-08-16 11:50:56 -0600 edited question lbp cascade training to detect traffic signs

lbp cascade training to detect traffic signs Hello, I'm trying to train a classifier which detects all these kinds of tr

2018-08-16 11:47:39 -0600 edited question lbp cascade training to detect traffic signs

lbp cascade training to detect traffic signs Hello, I'm trying to train a classifier which detects all these kinds of tr

2018-08-16 11:46:29 -0600 edited question lbp cascade training to detect traffic signs

lbp cascade training to detect traffic signs Hello, I'm trying to train a classifier which detects all these kinds of tr

2018-08-16 11:45:38 -0600 received badge  Editor (source)
2018-08-16 11:45:38 -0600 edited question lbp cascade training to detect traffic signs

lbp cascade training Hello, I'm trying to train a classifier which detects all these kinds of traffic signs. I've trai

2018-08-16 11:45:10 -0600 asked a question lbp cascade training to detect traffic signs

lbp cascade training Hello, I'm trying to train a classifier which detects all these kinds of traffic signs. I've trai

2018-06-16 03:42:24 -0600 received badge  Enthusiast
2018-05-14 21:48:24 -0600 commented answer ML svm, k-nn image recognition examples in c++

@sjhalayka to increase prediction % I have to run ann_image.py several times right? but it's still 49% :s

2018-05-14 15:46:27 -0600 commented answer ML svm, k-nn image recognition examples in c++

@sjhalayka maybe, cause images have different sizes?

2018-05-14 09:43:01 -0600 commented answer ML svm, k-nn image recognition examples in c++

I can try mlp ann, but I'm looking for alghorithm that is the simpliest and does not take too much memory cause I want t

2018-05-13 18:33:56 -0600 commented answer ML svm, k-nn image recognition examples in c++

I've done .csv file containing cat, dog images with labels cat=0, dog=1 https://github.com/yoggasek/Train_Data what to d

2018-05-11 13:01:07 -0600 asked a question ML svm, k-nn image recognition examples in c++

ML svm, k-nn image recognition examples in c++ I cannot find any c++ examples of ML alghoritms like svm, k-nn recognizin