2017-12-31 21:16:49 -0600 | received badge | ● Student (source) |
2014-06-05 18:40:13 -0600 | asked a question | Opencv. LBP cascade. How to exclude redected results at the same place I have trained LBP classifier for searching cars top view. And i do not know how to exlude redetection at the same places during searching. I saved a resulting picture, as you see one car is found twice:
I use this function: |
2014-04-22 15:51:44 -0600 | commented answer | Some questions about training LBP classifier. @StevenPuttemans Thank you very much, i'l try what u said and will response later |
2014-04-22 06:16:23 -0600 | commented answer | Some questions about training LBP classifier.
|
2014-04-22 05:30:36 -0600 | asked a question | Some questions about training LBP classifier. Hi! I'm working on creating LBP or HAAR classifier for detecting cars top view. I have created LBP classifier and when i checked it's work, it finds only vertically oriented cars and even not all of them:
1) Could this be due to the fact that in all samples I used images with a clear cut vertically disposed cars? I mean i rotated them myself vertically and cuted using Adobe Photoshop. For example:
And does this mean that i have to cut cars from images like this (with parts of ground):
OR it's just because i used too few pictures (150 positives -> opencv_createsamples -> 600 samples)? OR because of both reasons? 2) opencv_createsamples.exe applies to much distortions that i do not need, especially Z angle. With wich parameters should i run this programm to not to make Z distortion? (probably: -maxzangle 0 (?)) Pls give me some advises ;) P.S. sorry for my bad English |
2014-04-21 00:07:20 -0600 | received badge | ● Teacher (source) |
2014-04-20 16:56:14 -0600 | answered a question | Change the color of a string text with createTrackbar for example: |
2014-04-19 07:20:27 -0600 | received badge | ● Critic (source) |
2014-04-19 06:54:30 -0600 | commented question | Training HAAR classifier takes too long @StevenPuttemans Here is my samples.vec, which can be opened with createsamples.exe -vec samples.vec -w 40 -h 90 -show |
2014-04-19 06:44:21 -0600 | commented question | Training HAAR classifier takes too long @StevenPuttemans I'm working under Windows 8.1, and it actually really have took that long for 1 stage . I started this process yesterday at 15:00, more than 24 hours left, and it's still training second stage (stage 1) (almost finished). |
2014-04-19 02:20:22 -0600 | commented question | I know how to make artificial intelligence Very intriguing! |
2014-04-19 01:39:12 -0600 | asked a question | Training HAAR classifier takes too long 14 hours just for 1 stage, is it normal? This is what my task manager shows. It seems to me all cores are working, but only 20% of my CPU is under load:
Is it possible to make it work faster? |
2014-04-18 04:27:21 -0600 | commented question | Problem in training HAAR classifier @StevenPuttemans I found it here: link text So, what do you advise me to use with this purpose? |
2014-04-18 04:10:39 -0600 | commented question | Problem in training HAAR classifier @StevenPuttemans I used mergevec.exe to combine them with cmd options: mergevec.exe "C:\OPENCV\bin\Debug\samples.txt" samples.vec |
2014-04-18 04:00:01 -0600 | received badge | ● Supporter (source) |
2014-04-18 03:54:56 -0600 | received badge | ● Editor (source) |
2014-04-18 03:53:38 -0600 | asked a question | Problem in training HAAR classifier When i try to start classifier training after about 1 minute i got this: This generates the following output Interesting thing is that if I use this option: then training works fine. I am trying to create a classifier for detecting cars top view. This training I started just for example, and if it will begun to work I will find more positive images to create good classifier. I used 73 positives and with help of createsamples.exe I created 600 samples (73 vec files) and merged them to create one samples.vec (4 Mb). All negative images I used are greyscale, I took them from base of negative images wich was used to create face recognizing classifier and sorted them out deleting any images with cars. P. S. Sorry for my bad english :) |