Ask Your Question

SuYo's profile - activity

2018-05-07 20:11:47 -0600 received badge  Notable Question (source)
2017-07-25 09:31:53 -0600 received badge  Taxonomist
2015-11-28 04:34:28 -0600 received badge  Popular Question (source)
2015-09-08 01:13:41 -0600 received badge  Notable Question (source)
2014-11-23 23:12:05 -0600 received badge  Popular Question (source)
2013-05-24 16:30:30 -0600 received badge  Student (source)
2013-05-08 12:12:21 -0600 commented answer Error during training with opencv_traincascade

Thank you very much, but do I need to make negative images also lesser than 80 pixels. I have read paper from Viola and Jones paper referred in your link. But what does that -maxHitRate and -maxFalseAlarmRate means. Is it detection rate and false positive rate?

2013-05-08 01:24:30 -0600 received badge  Editor (source)
2013-05-07 22:11:55 -0600 asked a question Error during training with opencv_traincascade

I want to create a cascaded classifier to detect my simple pen. So, I took about 15 photo of my pen all of width = 476 & height between 43 to 65. Then I took 83 background images all having width 1280 and height 960. I created successfully vec file with 14 samples: opencv_createsamples -info positives.txt -vec vecfile -bg bg.txt -num 15 -w 120 -h 16

and checked for it using: opencv_createsample -vec vec_file -w 120 -h 16

so far I get that these command created all the vec files. opencv_traincascade -data classifier -vec vecfile -bg bg.txt -numPos 15 -numNeg 83 -numStages 18 -precalcValBufSize 384 -precalcIdxBufSize 256 -w 120 -h 16

but the training stoped at STAGE 4 generating error

Required leaf false alarm rate achieved. Branch training terminated

Can you please help, what was wrong? What is false alarm rate??

Thanking You in Advance.

Please Help

2013-05-07 05:56:59 -0600 received badge  Supporter (source)
2013-05-05 06:11:07 -0600 asked a question cascade classifier object recognition error

Hi there, I created a classifier using opencv_traincascade but this classifier generates error when I give a image without the positive object which is: error: The node does not represent a user object (unknown type?) Help?

2013-03-06 05:09:10 -0600 commented answer how to run opencv_creatsamples.exe

thanks a lot ... for your support :)

2013-03-06 04:47:12 -0600 commented answer how to run opencv_creatsamples.exe

Can I have some good tutorial to create a classifier stepwised? Tired of searching...bot no good one found

2013-03-06 04:21:39 -0600 commented answer how to run opencv_creatsamples.exe

Hi, Can you tell me how to know how many number of positive samples to generate? And how to feed paramaters into opencv_traincascade such as -numPos -numNeg -numStages -precalcValBufSize -precalcIdxBufSize etc.

2013-03-06 04:12:20 -0600 commented answer how to run opencv_creatsamples.exe

sorry, I have another problem. I have 2 +ive samples inside "PositiveImages", 2 -ive in "NegativeImages" directory.All +img list in pos_desc.txt and -img list in neg_desc.txt I give the cmd > opencv_createsamples -vec pos_vec.vec -info pos_desc.txt -bg neg_desc.txt -num 9 it created only 2 samples . What did went wrong? And also please guide me how to use opencv_traincascade with same vec file. Thank you

2013-03-05 07:11:34 -0600 commented answer how to run opencv_creatsamples.exe

thank you , thank you very much for helping me champions!.. it worked

2013-03-04 06:54:32 -0600 asked a question how to run opencv_creatsamples.exe

hello there, I am trying to run opencv_createsamples.exe on my computer running Windows8(64-bit). My file is in directory C:\Emgu\bin\opencv_createsamples.exe. So whenever I try to run it from its directory using cmd it gives error: "The program can't start because opencv_core249.dll is missing from your computer.Try reinstalling the program to fix this problem." I've also tried re-installing it but it doesn't work. Can somebody help me?