Search the web
Sign In
New User? Sign Up
gamera-devel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1199 - 1228 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1199
Dear All, Error encountered while importing the main.py in AOMR2 ... Traceback (most recent call last): File "<stdin>", line 1, in ? File...
adambearchui
Offline Send Email
Jul 3, 2006
6:46 am
1200
Hi, I actually tried gamera on my new macbook (dualcore intel). It compiles without problems. It seems that if you replace python with pythonw during build and...
Andreas Baldeau
a.baldeau
Offline Send Email
Jul 5, 2006
7:41 pm
1201
Dear All, If I have several glyph database, is it possible for me to merge them together to form a large glyph database? If it is possible, it would be very...
adambearchui
Offline Send Email
Jul 6, 2006
8:56 am
1202
It is easily possible to merge glyph databases. See the classifier docs here: http://dkc.jhu.edu/gamera/html/classify.html#merge-from-xml However, "merging...
Michael Droettboom
mdboom
Offline Send Email
Jul 6, 2006
9:29 am
1203
On Wed, 05 Jul 2006 21:24:44 +0200 ... This is good news. Did you try to build teh docs? I only had success with a slightly outdated version of docutils. ... ...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 6, 2006
9:29 am
1204
On Thu, 6 Jul 2006 05:29:29 -0400 ... Just in case someone is interested in this issue: it is called "Editing Techniques" in the literature and there are a...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 6, 2006
9:51 am
1205
Dear All, Question 1: Code ... from gamera.config import config config.get("omr_output") ... what do the config.get("omr_output") do? I always encounter this...
adambearchui
Offline Send Email
Jul 6, 2006
10:00 am
1206
Hi, I didn't have the time to try out building the docs, but I think I'll do it within the next week. The classifier seems to work well (I just tried it with...
Andreas Baldeau
a.baldeau
Offline Send Email
Jul 6, 2006
4:23 pm
1207
Greetings: I am curious! Does this happen to anyone else?...
Dana Hackman
danabhack
Offline Send Email
Jul 7, 2006
8:14 pm
1208
This maybe because the original image did not specify the resolution. Ich...
Ichiro Fujinaga
if4156
Offline Send Email
Jul 8, 2006
5:39 am
1209
Yes, that's the most likely cause. Scanning software is supposed to put this information in, but many other image processing tools don't. Also, when Gamera...
Michael Droettboom
mdboom
Offline Send Email
Jul 8, 2006
10:17 am
1210
Actually, the original did – that was my first suspicion. I was miffed initially, when the Transym OCR library returned an error when it is set to zero....
Dana Hackman
danabhack
Offline Send Email
Jul 8, 2006
3:49 pm
1211
Gentlemen: I've read Thomas Breuel's work and had some success in implementing his greedy algorithms for line finding and white covers in Python. They are...
Dana Hackman
danabhack
Offline Send Email
Jul 18, 2006
12:21 am
1212
You can pass *single* Rect and Point objects through the Gamera plugin system as it stands now. The docs for that are somewhat buried on this page: ...
Michael Droettboom
mdboom
Offline Send Email
Jul 18, 2006
9:48 am
1213
I'm trying to install Gamera 3.0 on a Windows XP machine using Cygwin. I've followed all the instructions in the documentation pages, but I'm repeatedly...
sravreddy
Online Now Send Email
Jul 18, 2006
8:34 pm
1214
What version of Python are you using? You may be hitting the Cygwin/MingW32/distutils/C++ fiasco. Try deleting the cc symlink to the compiler and replacing it...
Michael Droettboom
mdboom
Offline Send Email
Jul 18, 2006
9:55 pm
1215
I tried both Python 2.4 (which comes with Cygwin), and 2.3. I've already tried replacing the cc symlink with gcc, so it can't be that. Any other ideas what may...
sravreddy
Online Now Send Email
Jul 19, 2006
7:12 pm
1216
And now when I tried again, after installing some additional cygwin packages, I get -- error: command 'c++' failed with exit status 1, which follows collect2:...
sravreddy
Online Now Send Email
Jul 20, 2006
4:30 pm
1217
I think this another instance of that same bug in Python's distutils with the symlinks. Try copying /usr/bin/g++ to /usr/bin/c++. Please let me know how that...
Michael Droettboom
mdboom
Offline Send Email
Jul 20, 2006
5:28 pm
1218
Just tried it, but it doesn't help. By the way, the c++ error comes with the setup.py install command... the build gives a gcc error again. I also get errors...
sravreddy
Online Now Send Email
Jul 20, 2006
8:42 pm
1219
Hi, Sravana, Please try not to use the cygwin python and try a Python distribution for Windows instead, e.g. D:\Python23\python setup.py build...
Beinan Li
blursuke
Offline Send Email
Jul 20, 2006
10:07 pm
1220
Tried that too, no luck. I've temporarily given up on building it for now. I've installed 2.9 with the windows installer, but I can't get the classifier...
sravreddy
Online Now Send Email
Jul 21, 2006
1:49 pm
1221
Actually, it seems to have got installed this time. :) What a relief! But I'm having the same problem as with the 2.9 I tried earlier -- the '_split' module is...
sravreddy
Online Now Send Email
Jul 21, 2006
2:10 pm
1222
Ok, since the Windows installation wasn't working, I gave up and switched to a *nix machine. However, I'm now having problems installing wxPython. In the...
sravreddy
Online Now Send Email
Jul 26, 2006
4:59 pm
1223
You most definitely can use Gamera without the gui. There is a very simple example of creating a classifier in a Python script here: ...
Michael Droettboom
mdboom
Offline Send Email
Jul 26, 2006
5:08 pm
1224
Hello gamera world, I've been very impressed with gamera in my brief experience. I have successfully constructed a custom classifier, and now I am attempting ...
Joel Moxley
jfmoxley
Offline Send Email
Aug 1, 2006
10:14 pm
1225
On Tue, 18 Jul 2006 05:38:53 -0400 ... For Points this is possible. Just use PointVector as argument type in the plugin wrapper. Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
Aug 7, 2006
9:29 am
1226
What's the cause of this error? File "/usr/local/lib/python2.4/site-packages/gamera/classify.py", line 507, in set_glyphs ...
sravreddy
Online Now Send Email
Aug 11, 2006
7:52 pm
1227
I still haven't figured out the "could not get id name error" brought up below. Any ideas would be appreciated......
sravreddy
Online Now Send Email
Aug 16, 2006
2:02 pm
1228
The name doesn't have to be a unicode name -- that's just a convention that user's can choose to follow or not follow. Since it's a problem with loading your...
Michael Droettboom
mdboom
Offline Send Email
Aug 16, 2006
3:44 pm
Messages 1199 - 1228 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help