<?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"
	>
<channel>
	<title>Comments on: Install and usage instructions</title>
	<atom:link href="http://server.imgseek.net/2006/11/13/demo-version-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://server.imgseek.net/2006/11/13/demo-version-available/</link>
	<description>Fast content-based image database with easy integration to image-related web sites. Enable your users to search for images by visual similarity.</description>
	<pubDate>Fri, 21 Nov 2008 17:42:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ricardo Cabral</title>
		<link>http://server.imgseek.net/2006/11/13/demo-version-available/#comment-2959</link>
		<dc:creator>Ricardo Cabral</dc:creator>
		<pubDate>Wed, 21 Nov 2007 02:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://server.imgseek.net/2006/11/13/demo-version-available/#comment-2959</guid>
		<description>@ANurag:

There have been some minor changes (speed optimizations actually) to the image querying algorithm from the desktop version to the server version but results should be really similar. Can you please send me by email some sample images and queries?

@Daniel:

This problem seems to be affecting Fedora Linux only. Unfortunately I have been unable to reproduce it. Can you try renaming _imgdb.so into imgdb.so?

Please ignore .pyd files, they are the Windows version of .so modules.

Years ago PIL offered a complicated (and hard to compile against) low-level C-API for doing raw image pixel reading. I'll see how things are today.</description>
		<content:encoded><![CDATA[<p>@ANurag:</p>
<p>There have been some minor changes (speed optimizations actually) to the image querying algorithm from the desktop version to the server version but results should be really similar. Can you please send me by email some sample images and queries?</p>
<p>@Daniel:</p>
<p>This problem seems to be affecting Fedora Linux only. Unfortunately I have been unable to reproduce it. Can you try renaming _imgdb.so into imgdb.so?</p>
<p>Please ignore .pyd files, they are the Windows version of .so modules.</p>
<p>Years ago PIL offered a complicated (and hard to compile against) low-level C-API for doing raw image pixel reading. I&#8217;ll see how things are today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ANurag</title>
		<link>http://server.imgseek.net/2006/11/13/demo-version-available/#comment-2681</link>
		<dc:creator>ANurag</dc:creator>
		<pubDate>Mon, 12 Nov 2007 22:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://server.imgseek.net/2006/11/13/demo-version-available/#comment-2681</guid>
		<description>I am running the desktop and server version of imgSeek. However, similar image results for given input are totally different, 
Is there problem in my configuration or can I change the server version to behave more like the client?</description>
		<content:encoded><![CDATA[<p>I am running the desktop and server version of imgSeek. However, similar image results for given input are totally different,<br />
Is there problem in my configuration or can I change the server version to behave more like the client?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Fetchinson</title>
		<link>http://server.imgseek.net/2006/11/13/demo-version-available/#comment-2264</link>
		<dc:creator>Daniel Fetchinson</dc:creator>
		<pubDate>Sat, 13 Oct 2007 23:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://server.imgseek.net/2006/11/13/demo-version-available/#comment-2264</guid>
		<description>Of course I forgot some important details:

fedora 3
python 2.5.1
ImageMagick 6.2.2.0-2

BTW, any chance of dropping imagemagick and using PIL instead?</description>
		<content:encoded><![CDATA[<p>Of course I forgot some important details:</p>
<p>fedora 3<br />
python 2.5.1<br />
ImageMagick 6.2.2.0-2</p>
<p>BTW, any chance of dropping imagemagick and using PIL instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Fetchinson</title>
		<link>http://server.imgseek.net/2006/11/13/demo-version-available/#comment-2263</link>
		<dc:creator>Daniel Fetchinson</dc:creator>
		<pubDate>Sat, 13 Oct 2007 23:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://server.imgseek.net/2006/11/13/demo-version-available/#comment-2263</guid>
		<description>Of course I forgot some details:

fedora 3
python 2.5.1
ImageMagick 6.2.2.0-2</description>
		<content:encoded><![CDATA[<p>Of course I forgot some details:</p>
<p>fedora 3<br />
python 2.5.1<br />
ImageMagick 6.2.2.0-2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Fetchinson</title>
		<link>http://server.imgseek.net/2006/11/13/demo-version-available/#comment-2262</link>
		<dc:creator>Daniel Fetchinson</dc:creator>
		<pubDate>Sat, 13 Oct 2007 22:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://server.imgseek.net/2006/11/13/demo-version-available/#comment-2262</guid>
		<description>Hi Ricardo,

Just checked out the code from svn and:

cd isk-daemon
cd src
python isk-daemon.py

root        : ERROR    Warning: Unable to load the C++ extension "imgdb.so(pyd)" module.
Traceback (most recent call last):
  File "/home/fetch/tmp/isk-daemon/src/imgSeekLib/ImageDB.py", line 38, in 
    import imgdb
  File "/home/fetch/tmp/isk-daemon/src/imgSeekLib/imgdb.py", line 7, in 
    import _imgdb
ImportError: No module named _imgdb


Also:

cd imgSeekLib
python -m _imgdb

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/runpy.py", line 87, in run_module
    raise ImportError("No module named " + mod_name)
ImportError: No module named _imgdb

And:

file _imgdb.pyd 
_imgdb.pyd: MS-DOS executable (EXE), OS/2 or MS Windows

???</description>
		<content:encoded><![CDATA[<p>Hi Ricardo,</p>
<p>Just checked out the code from svn and:</p>
<p>cd isk-daemon<br />
cd src<br />
python isk-daemon.py</p>
<p>root        : ERROR    Warning: Unable to load the C++ extension &#8220;imgdb.so(pyd)&#8221; module.<br />
Traceback (most recent call last):<br />
  File &#8220;/home/fetch/tmp/isk-daemon/src/imgSeekLib/ImageDB.py&#8221;, line 38, in<br />
    import imgdb<br />
  File &#8220;/home/fetch/tmp/isk-daemon/src/imgSeekLib/imgdb.py&#8221;, line 7, in<br />
    import _imgdb<br />
ImportError: No module named _imgdb</p>
<p>Also:</p>
<p>cd imgSeekLib<br />
python -m _imgdb</p>
<p>Traceback (most recent call last):<br />
  File &#8220;/usr/local/lib/python2.5/runpy.py&#8221;, line 87, in run_module<br />
    raise ImportError(&#8221;No module named &#8221; + mod_name)<br />
ImportError: No module named _imgdb</p>
<p>And:</p>
<p>file _imgdb.pyd<br />
_imgdb.pyd: MS-DOS executable (EXE), OS/2 or MS Windows</p>
<p>???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Cabral</title>
		<link>http://server.imgseek.net/2006/11/13/demo-version-available/#comment-70</link>
		<dc:creator>Ricardo Cabral</dc:creator>
		<pubDate>Tue, 06 Mar 2007 14:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://server.imgseek.net/2006/11/13/demo-version-available/#comment-70</guid>
		<description>Thanks!

I've corrected #2. Regarding #1 is seems like a wordpress bug/weird behavior. I'll try to fix that.</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>I&#8217;ve corrected #2. Regarding #1 is seems like a wordpress bug/weird behavior. I&#8217;ll try to fix that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernesto Ferrari</title>
		<link>http://server.imgseek.net/2006/11/13/demo-version-available/#comment-68</link>
		<dc:creator>Ernesto Ferrari</dc:creator>
		<pubDate>Tue, 06 Mar 2007 10:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://server.imgseek.net/2006/11/13/demo-version-available/#comment-68</guid>
		<description>Hello,
just a couple of things:

1) you're still missing a . in your tar filenames:
isk-daemon-05-trialtar.gz should be isk-daemon-05-trial.tar.gz, otherwise bash tab completion function will not add the filename as argument to tar command

2)"python isk-daemon" should be "    python isk-daemon.py"</description>
		<content:encoded><![CDATA[<p>Hello,<br />
just a couple of things:</p>
<p>1) you&#8217;re still missing a . in your tar filenames:<br />
isk-daemon-05-trialtar.gz should be isk-daemon-05-trial.tar.gz, otherwise bash tab completion function will not add the filename as argument to tar command</p>
<p>2)&#8221;python isk-daemon&#8221; should be &#8221;    python isk-daemon.py&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.948 seconds -->
