<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gender detection</title>
	<atom:link href="http://www.computer-vision-software.com/blog/2009/07/gender-detection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computer-vision-software.com/blog/2009/07/gender-detection/</link>
	<description>Rhonda Ltd., computer vision software blog</description>
	<lastBuildDate>Thu, 09 Sep 2010 02:00:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andrey Soldatov</title>
		<link>http://www.computer-vision-software.com/blog/2009/07/gender-detection/comment-page-1/#comment-530</link>
		<dc:creator>Andrey Soldatov</dc:creator>
		<pubDate>Mon, 25 Jan 2010 05:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=82#comment-530</guid>
		<description>Hi, David, we didn’t use openmp feature in haartraining (as we used slightly modified code with MPI support instead). But as I can see opencv_haartraining (opencv 2.0) has the same support of openmp as haartraining (opencv 1.1).</description>
		<content:encoded><![CDATA[<p>Hi, David, we didn’t use openmp feature in haartraining (as we used slightly modified code with MPI support instead). But as I can see opencv_haartraining (opencv 2.0) has the same support of openmp as haartraining (opencv 1.1).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Nguyen</title>
		<link>http://www.computer-vision-software.com/blog/2009/07/gender-detection/comment-page-1/#comment-528</link>
		<dc:creator>David Nguyen</dc:creator>
		<pubDate>Sat, 23 Jan 2010 16:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=82#comment-528</guid>
		<description>Thanks Andrey. 

Maybe i should continue working with haartraining 1.1 because it completely support openMP which is still not supported in opencv_traincascade or opencv_haartraining .</description>
		<content:encoded><![CDATA[<p>Thanks Andrey. </p>
<p>Maybe i should continue working with haartraining 1.1 because it completely support openMP which is still not supported in opencv_traincascade or opencv_haartraining .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Soldatov</title>
		<link>http://www.computer-vision-software.com/blog/2009/07/gender-detection/comment-page-1/#comment-522</link>
		<dc:creator>Andrey Soldatov</dc:creator>
		<pubDate>Mon, 18 Jan 2010 02:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=82#comment-522</guid>
		<description>Hi, David,
&gt; It don’t combine automatically, do it.
It actually does it. Just run application with the same parameters and it will read all already built stages. You will see somewhat as &quot;Stage 0 is loaded&quot; if stage 0 results have been saved before. Unfortunately, opencv_traincascade has very bad checks of parameters and error conditions, so if something is wrong with calculations, it may be difficult to understand the reason.</description>
		<content:encoded><![CDATA[<p>Hi, David,<br />
> It don’t combine automatically, do it.<br />
It actually does it. Just run application with the same parameters and it will read all already built stages. You will see somewhat as &#8220;Stage 0 is loaded&#8221; if stage 0 results have been saved before. Unfortunately, opencv_traincascade has very bad checks of parameters and error conditions, so if something is wrong with calculations, it may be difficult to understand the reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Nguyen</title>
		<link>http://www.computer-vision-software.com/blog/2009/07/gender-detection/comment-page-1/#comment-521</link>
		<dc:creator>David Nguyen</dc:creator>
		<pubDate>Sat, 16 Jan 2010 03:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=82#comment-521</guid>
		<description>Thank you for your answering Aleksey.

Could you help me make clear these points ? :
 
1) As you said, I can interrupt the training process and resume after that. Because It took long time,so i couldn&#039;t wait until the process finish. I only took several cascade (about 6-8).
So, my question is : if I interrupt when process is at about stage of 7 , how can i use the file xml to be generated before? It don&#039;t combine automatically, do it ? ( in this case i mention opencv_traincascade , with opencv_haartraining I know how to do already) .

2) The structure in file xml generated by opencv_traincascade is a little bit weird to me. It differ from the xml was generated by opencv_haartraining. So, Can I use this kind of xml for my old app usings opencv 1.0 ( about compatible ) ?

Thanks in advance. Waiting to hear you soon.</description>
		<content:encoded><![CDATA[<p>Thank you for your answering Aleksey.</p>
<p>Could you help me make clear these points ? :</p>
<p>1) As you said, I can interrupt the training process and resume after that. Because It took long time,so i couldn&#8217;t wait until the process finish. I only took several cascade (about 6-8).<br />
So, my question is : if I interrupt when process is at about stage of 7 , how can i use the file xml to be generated before? It don&#8217;t combine automatically, do it ? ( in this case i mention opencv_traincascade , with opencv_haartraining I know how to do already) .</p>
<p>2) The structure in file xml generated by opencv_traincascade is a little bit weird to me. It differ from the xml was generated by opencv_haartraining. So, Can I use this kind of xml for my old app usings opencv 1.0 ( about compatible ) ?</p>
<p>Thanks in advance. Waiting to hear you soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksey Kodubets</title>
		<link>http://www.computer-vision-software.com/blog/2009/07/gender-detection/comment-page-1/#comment-520</link>
		<dc:creator>Aleksey Kodubets</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=82#comment-520</guid>
		<description>Andrey Soldatov said:

Hi, David. Opencv_haartraining and opencv_traincascade during their work create temporary dirs (haartraining) or files (traincascade) for each stage of the cascade, so you can safely interrupt the process on each stage and then relaunch the program from the last complete step. At the end, they will combine all these dirs/files to one xml file. After that, you may delete all intermediate files. Was it helful?

Andrey Soldatov</description>
		<content:encoded><![CDATA[<p>Andrey Soldatov said:</p>
<p>Hi, David. Opencv_haartraining and opencv_traincascade during their work create temporary dirs (haartraining) or files (traincascade) for each stage of the cascade, so you can safely interrupt the process on each stage and then relaunch the program from the last complete step. At the end, they will combine all these dirs/files to one xml file. After that, you may delete all intermediate files. Was it helful?</p>
<p>Andrey Soldatov</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Nguyen</title>
		<link>http://www.computer-vision-software.com/blog/2009/07/gender-detection/comment-page-1/#comment-519</link>
		<dc:creator>David Nguyen</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=82#comment-519</guid>
		<description>who can help me ? plz.</description>
		<content:encoded><![CDATA[<p>who can help me ? plz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Nguyen</title>
		<link>http://www.computer-vision-software.com/blog/2009/07/gender-detection/comment-page-1/#comment-518</link>
		<dc:creator>David Nguyen</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=82#comment-518</guid>
		<description>Hi everyone.

I want to ask about Opencv_traincascade in opencv2.0.

When i trained the cascade ( i used Haar feature) it generate in cascade folder file .xml seperately for each stage. What should i do with them? . I meant  that i should join these files together or leave it so. What tool use to join it if any ?

Thank you every one. Waiting for your answer soon.</description>
		<content:encoded><![CDATA[<p>Hi everyone.</p>
<p>I want to ask about Opencv_traincascade in opencv2.0.</p>
<p>When i trained the cascade ( i used Haar feature) it generate in cascade folder file .xml seperately for each stage. What should i do with them? . I meant  that i should join these files together or leave it so. What tool use to join it if any ?</p>
<p>Thank you every one. Waiting for your answer soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Computer Vision Software &#187; Blog Archive &#187; FAQ: OpenCV Haartraining</title>
		<link>http://www.computer-vision-software.com/blog/2009/07/gender-detection/comment-page-1/#comment-465</link>
		<dc:creator>Computer Vision Software &#187; Blog Archive &#187; FAQ: OpenCV Haartraining</dc:creator>
		<pubDate>Mon, 23 Nov 2009 09:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=82#comment-465</guid>
		<description>[...] could not do it with OpenCV haartraining. That&#8217;s why for such classification, we used our own gender and attention classificators. Of course you can use Adaboost for this task, which is implemented in [...]</description>
		<content:encoded><![CDATA[<p>[...] could not do it with OpenCV haartraining. That&#8217;s why for such classification, we used our own gender and attention classificators. Of course you can use Adaboost for this task, which is implemented in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jedota</title>
		<link>http://www.computer-vision-software.com/blog/2009/07/gender-detection/comment-page-1/#comment-381</link>
		<dc:creator>jedota</dc:creator>
		<pubDate>Mon, 26 Oct 2009 17:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=82#comment-381</guid>
		<description>when use this parameter with LBP the system crash and open visualstudio

C:\temp2&gt;opencv_traincascade.exe -data data/cascade -vec data/vector.vec -bg neg
ative/infofile.txt -numPos 11 -numNeg 20 -numStages 5 -precalcValBufSize 700 -pr
ecalcIdxBufSize 700 -stageTypes BOOST -featureType LBP -w 24 -h 24 -bt GAB 

but when select HAAR the system is ok!! I would like uses LBP system

C:\temp2&gt;opencv_traincascade.exe -data data/cascade -vec data/vector.vec -bg neg
ative/infofile.txt -numPos 11 -numNeg 20 -numStages 5 -precalcValBufSize 700 -pr
ecalcIdxBufSize 700 -stageTypes BOOST -featureType HAAR -w 24 -h 24 -bt GAB -mode
 BASIC

any hints?

Regards</description>
		<content:encoded><![CDATA[<p>when use this parameter with LBP the system crash and open visualstudio</p>
<p>C:\temp2&gt;opencv_traincascade.exe -data data/cascade -vec data/vector.vec -bg neg<br />
ative/infofile.txt -numPos 11 -numNeg 20 -numStages 5 -precalcValBufSize 700 -pr<br />
ecalcIdxBufSize 700 -stageTypes BOOST -featureType LBP -w 24 -h 24 -bt GAB </p>
<p>but when select HAAR the system is ok!! I would like uses LBP system</p>
<p>C:\temp2&gt;opencv_traincascade.exe -data data/cascade -vec data/vector.vec -bg neg<br />
ative/infofile.txt -numPos 11 -numNeg 20 -numStages 5 -precalcValBufSize 700 -pr<br />
ecalcIdxBufSize 700 -stageTypes BOOST -featureType HAAR -w 24 -h 24 -bt GAB -mode<br />
 BASIC</p>
<p>any hints?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasiliy Mun</title>
		<link>http://www.computer-vision-software.com/blog/2009/07/gender-detection/comment-page-1/#comment-378</link>
		<dc:creator>Vasiliy Mun</dc:creator>
		<pubDate>Mon, 26 Oct 2009 00:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=82#comment-378</guid>
		<description>Hi jedota, without debug info, I could not help you.</description>
		<content:encoded><![CDATA[<p>Hi jedota, without debug info, I could not help you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
