<?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 for The Artificial Intelligence Cookbook</title>
	<atom:link href="http://blog.aicookbook.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aicookbook.com</link>
	<description>Having some fun with Artificial Intelligence</description>
	<lastBuildDate>Fri, 22 Feb 2013 01:57:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Building a face-tracking robot (Headroid1) with Python in an afternoon by Tony</title>
		<link>http://blog.aicookbook.com/2010/06/building-a-face-tracking-robot-headroid1-with-python-in-an-afternoon/comment-page-1/#comment-272</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 22 Feb 2013 01:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aicookbook.com/?p=79#comment-272</guid>
		<description>All do the solution is Ian&#039;s code for arduino thanks</description>
		<content:encoded><![CDATA[<p>All do the solution is Ian&#8217;s code for arduino thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a face-tracking robot (Headroid1) with Python in an afternoon by Tony</title>
		<link>http://blog.aicookbook.com/2010/06/building-a-face-tracking-robot-headroid1-with-python-in-an-afternoon/comment-page-1/#comment-271</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sun, 17 Feb 2013 04:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aicookbook.com/?p=79#comment-271</guid>
		<description>Hi

Thank for the reply. The arduino code I meant was to handle the serial output to move the servos. So lets say I have arduino with servos on pin 8 ,9. How do I sucessfully read in the data and do tracking thanks.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thank for the reply. The arduino code I meant was to handle the serial output to move the servos. So lets say I have arduino with servos on pin 8 ,9. How do I sucessfully read in the data and do tracking thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a face-tracking robot (Headroid1) with Python in an afternoon by Ian Ozsvald</title>
		<link>http://blog.aicookbook.com/2010/06/building-a-face-tracking-robot-headroid1-with-python-in-an-afternoon/comment-page-1/#comment-270</link>
		<dc:creator>Ian Ozsvald</dc:creator>
		<pubDate>Mon, 11 Feb 2013 11:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aicookbook.com/?p=79#comment-270</guid>
		<description>Re. Tony - no Arduino code, the face detection is terribly CPU intensive and needs a laptop.
Re. bhola - sorry, no idea :-(</description>
		<content:encoded><![CDATA[<p>Re. Tony &#8211; no Arduino code, the face detection is terribly CPU intensive and needs a laptop.<br />
Re. bhola &#8211; sorry, no idea <img src='http://blog.aicookbook.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a face-tracking robot (Headroid1) with Python in an afternoon by bhola prasad</title>
		<link>http://blog.aicookbook.com/2010/06/building-a-face-tracking-robot-headroid1-with-python-in-an-afternoon/comment-page-1/#comment-268</link>
		<dc:creator>bhola prasad</dc:creator>
		<pubDate>Mon, 11 Feb 2013 06:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aicookbook.com/?p=79#comment-268</guid>
		<description>i m typing this -
cd OpenCV-2.1.0/samples/python
python facedetect.py 0 # pass in id for webcam - 0 is first webcam 

but it not open facedetection window. says invalid syntex</description>
		<content:encoded><![CDATA[<p>i m typing this -<br />
cd OpenCV-2.1.0/samples/python<br />
python facedetect.py 0 # pass in id for webcam &#8211; 0 is first webcam </p>
<p>but it not open facedetection window. says invalid syntex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a face-tracking robot (Headroid1) with Python in an afternoon by Tony</title>
		<link>http://blog.aicookbook.com/2010/06/building-a-face-tracking-robot-headroid1-with-python-in-an-afternoon/comment-page-1/#comment-267</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 11 Jan 2013 18:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aicookbook.com/?p=79#comment-267</guid>
		<description>Hi
 
Do you have arduino code any where that would enable the same thing in replacement of the servo controller.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Do you have arduino code any where that would enable the same thing in replacement of the servo controller.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a face-tracking robot (Headroid1) with Python in an afternoon by sadmicrowave</title>
		<link>http://blog.aicookbook.com/2010/06/building-a-face-tracking-robot-headroid1-with-python-in-an-afternoon/comment-page-1/#comment-266</link>
		<dc:creator>sadmicrowave</dc:creator>
		<pubDate>Thu, 03 Jan 2013 13:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aicookbook.com/?p=79#comment-266</guid>
		<description>@Michael S - those should be 0s (zeros) instead of o&#039;s.  Also, you are missing the rest of the command &quot;...is first webcam.&quot;  

Here is the full command from the post above:
python facedetect.py 0 # pass in id for webcam - 0 is first webcam

Hope this helps.</description>
		<content:encoded><![CDATA[<p>@Michael S &#8211; those should be 0s (zeros) instead of o&#8217;s.  Also, you are missing the rest of the command &#8220;&#8230;is first webcam.&#8221;  </p>
<p>Here is the full command from the post above:<br />
python facedetect.py 0 # pass in id for webcam &#8211; 0 is first webcam</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a face-tracking robot (Headroid1) with Python in an afternoon by Testing 3 modern face detection libraries (face.com, openCV, libccv) &#124; Entrepreneurial Geekiness</title>
		<link>http://blog.aicookbook.com/2010/06/building-a-face-tracking-robot-headroid1-with-python-in-an-afternoon/comment-page-1/#comment-265</link>
		<dc:creator>Testing 3 modern face detection libraries (face.com, openCV, libccv) &#124; Entrepreneurial Geekiness</dc:creator>
		<pubDate>Sun, 25 Nov 2012 21:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aicookbook.com/?p=79#comment-265</guid>
		<description>[...] I&#8217;d used openCV to build a face tracking robot head in Python and we figured a review of what&#8217;s easily available might be [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;d used openCV to build a face tracking robot head in Python and we figured a review of what&#8217;s easily available might be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a face-tracking robot (Headroid1) with Python in an afternoon by Michael S</title>
		<link>http://blog.aicookbook.com/2010/06/building-a-face-tracking-robot-headroid1-with-python-in-an-afternoon/comment-page-1/#comment-264</link>
		<dc:creator>Michael S</dc:creator>
		<pubDate>Wed, 26 Sep 2012 10:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aicookbook.com/?p=79#comment-264</guid>
		<description>hi, when i try the command: python facedetect.py 0 # pass in id for webcam - 0

i get this error: 
ImportError: numpy.core.multiarray failed to import
Traceback (most recent call last):
  File &quot;facedetect.py&quot;, line 10, in 
    import cv2.cv as cv

i&#039;ve tried to search for a solution but i cant find any.

i have no idea what to do :(

OpenCV-2.4.0 and Pyserial-2.6</description>
		<content:encoded><![CDATA[<p>hi, when i try the command: python facedetect.py 0 # pass in id for webcam &#8211; 0</p>
<p>i get this error:<br />
ImportError: numpy.core.multiarray failed to import<br />
Traceback (most recent call last):<br />
  File &#8220;facedetect.py&#8221;, line 10, in<br />
    import cv2.cv as cv</p>
<p>i&#8217;ve tried to search for a solution but i cant find any.</p>
<p>i have no idea what to do <img src='http://blog.aicookbook.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>OpenCV-2.4.0 and Pyserial-2.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a face-tracking robot (Headroid1) with Python in an afternoon by Luka</title>
		<link>http://blog.aicookbook.com/2010/06/building-a-face-tracking-robot-headroid1-with-python-in-an-afternoon/comment-page-1/#comment-263</link>
		<dc:creator>Luka</dc:creator>
		<pubDate>Tue, 11 Sep 2012 11:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aicookbook.com/?p=79#comment-263</guid>
		<description>Hi Ian,

can you make this a stand-alone without the PC?

thanks for the answer,
Luka</description>
		<content:encoded><![CDATA[<p>Hi Ian,</p>
<p>can you make this a stand-alone without the PC?</p>
<p>thanks for the answer,<br />
Luka</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a face-tracking robot (Headroid1) with Python in an afternoon by Conrad Spiteri</title>
		<link>http://blog.aicookbook.com/2010/06/building-a-face-tracking-robot-headroid1-with-python-in-an-afternoon/comment-page-1/#comment-262</link>
		<dc:creator>Conrad Spiteri</dc:creator>
		<pubDate>Sun, 26 Aug 2012 14:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aicookbook.com/?p=79#comment-262</guid>
		<description>Hi Ian,

Thanks for sharing this project. In addition to your code I have written my version of the Arduino code to go with this. It can be downloaded from http://code.google.com/p/bumphead/

I&#039;m no coder or developer and just an amateur at writing any type of code so it may not be the most efficient application out there, but I&#039;ve played with it for a couple of hours and seems to work very well with your Python code.

Please feel free to share.

Regards

Conrad</description>
		<content:encoded><![CDATA[<p>Hi Ian,</p>
<p>Thanks for sharing this project. In addition to your code I have written my version of the Arduino code to go with this. It can be downloaded from <a href="http://code.google.com/p/bumphead/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/bumphead/?referer=');">http://code.google.com/p/bumphead/</a></p>
<p>I&#8217;m no coder or developer and just an amateur at writing any type of code so it may not be the most efficient application out there, but I&#8217;ve played with it for a couple of hours and seems to work very well with your Python code.</p>
<p>Please feel free to share.</p>
<p>Regards</p>
<p>Conrad</p>
]]></content:encoded>
	</item>
</channel>
</rss>
