Dear all, Greetings! I know I know, either Michael or someone is really going to curse me (because you guys have been telling people the umpteenth time that...
Am Tue, 30 Sep 2008 18:45:58 -0000 ... Welcome Rahul and thanks for pointing to this interesting format. You already noted that Gamera is not an OCR system,...
Thanks Chris (aka christoph :D) for the kind words. Infact you are very right (I put it the wrong way) that we need a flexible parser for the hOCR format and...
Hello again, I just have a doubt. I have trained Gamera for english. Sometimes when I am running the interactive classifier to classify glyphs, sometimes say...
Am Tue, 07 Oct 2008 10:55:46 -0000 ... There are two things that might be the reason for the misclassifications: 1) Have you chosen a decent feature set? Based...
Thanks for the reply Prof.Christoph (sorry for calling you chris, i thought you are of my age group, i mean atleast the way you replied to all of us in a...
I am using all the features! Should i optimize them? How to determine what options are best when doing "group and guess all" For value of k=12 it worked for...
For those trying to work with Gamera in windows 1) Install gamera from sourceforge gamera-3.1.1 2) Install wxpython 2.8 or above Additional Dependencies 1)...
Hallo Rahul, I will try to reply to all your posts with the same subject together. Am Thu, 09 Oct 2008 17:48:24 -0000 ... Please remain with "Chris". As we say...
Am Fri, 10 Oct 2008 06:02:03 -0000 ... These should only be warnings, no errors. Did gamera_gui not run without them? ... I have added this on the TODO list. ...
Professor Christoph - "These should only be warnings, no errors. Did gamera_gui not run without them?" Me - Yes indeed it runs (the gui) Professor Christoph -...
Gamera has 3 Distance functions namely euclidean, fast euclidean and city block. Euclidean (computed from raw data) I read is a geometric distance which is...
I think you're confusing two different scales. One is the distances between features (in feature space), for which, as you point out, there are three different...
Mike, you are a life savior! Thank you so much. I mistook (as you rightly pointed) the difference between the two scales. I am new and I am learning so please...
... No. When you train, the actual images are stored with the training data, so you can add/remove features at a later date and they will automatically be...
I have encountered a few more issues today while running gamera and while checking these functions (in windows gamera, havent checked in linux, so can...
Am Sat, 11 Oct 2008 19:14:34 -0000 ... The problem is the second argument of the function, which must be of type Point. The correct way to call this function...
Am Fri, 10 Oct 2008 06:02:03 -0000 ... This problem is now fixed in svn (thanks to Colin Baumgarten). If you cannot compile from the sources, you can fix the...
I installed gammera 3.x in my system OS - Fedora 8 Python Version - 2.5 Error Loading GAMERA... Use 'gamera_gui --help' to display command line options Gamera...
It looks like it's having trouble importing wxPython. Can you start up a python prompt and type... import wx If that fails, there is a problem with your...
So this indicates that your wxPython installation (in isolation) is broken. I'm not sure why however. I would search the wxPython mailing list for clues or...
Am Wed, 29 Oct 2008 18:15:58 +0530 ... How did you install wxPython? From source or through RPM? It is some time ago that I had to install wxPython from the...