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 338 - 367 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
338
Further changes have been added to CVS to help with the confusing production vs. current database issue (which is now the classifier glyphs vs. page glyphs...
Michael Droettboom
mdboom
Offline Send Email
Nov 1, 2004
4:16 pm
339
Hello, is there a simple way to make an object of my own class accessible in the left side of the Gamera GUI (by using an icon)? Creating an icon and making it...
Thomas Karsten
cybertoom
Offline Send Email
Nov 3, 2004
12:20 pm
340
... Yes, the framework is designed to be extensible like that, though I didn't provide an example in the toolkit skeleton. Attached is the general recipe for...
Michael Droettboom
mdboom
Offline Send Email
Nov 3, 2004
3:55 pm
341
Hi, my Name is Marcel and I'm new at this forum. So here's my first question: I'm currently struggeling with the load_settings()-method in gamera. I want to...
scma0002
Offline Send Email
Nov 4, 2004
10:55 am
342
Hi, it's me again! I just solved the problem. I realized that I have to optimize via a noninteractive classifier and then save the reuslts via the ...
scma0002
Offline Send Email
Nov 4, 2004
12:05 pm
343
Welcome to the list. We're always happy to have new members. ... That is a reasonable solution for when you've locked down your classifier and are concerned...
Michael Droettboom
mdboom
Offline Send Email
Nov 4, 2004
12:27 pm
344
Hello! Thanks a lot! The CVS-update solved the problem. Now I'm able to load the settings properly.... Many thanks for the fast reply!! :-) Yours sincerely ...
scma0002
Offline Send Email
Nov 4, 2004
1:43 pm
345
Michael, thanks for the answer. I finally made it work both when starting the module and when creating an object (that's what I actually wanted to have). By...
Thomas Karsten
cybertoom
Offline Send Email
Nov 4, 2004
2:08 pm
346
... Good point. ... Forgot to mention -- in a right_click or double_click callback on a CustomIcon: self.data is the Python object the icon represents. ...
Michael Droettboom
mdboom
Offline Send Email
Nov 4, 2004
2:14 pm
347
LORD ZEDD'S NEWSLETTER VOLUME 9 GUEST BOOK: Don't forget to sign my guest book, help me improve my site even more. Tell me what you want to see on it, the kind...
Chris Miller
lord_zedd16
Offline Send Email
Nov 4, 2004
9:03 pm
348
Greetings all, I'd like to introduce myself as Sean McGuire. I'm working on a project where I would like to classify ancient Greek. I have already tried...
lucian_of_tyre
Offline Send Email
Nov 5, 2004
3:13 am
349
On Fri, 05 Nov 2004 03:13:30 -0000 ... This number is not unreasonably high. In order to obtain good results with the kNN classification used by Gamera, there...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 5, 2004
10:08 am
350
... That's great. Welcome to the list! ... Figuring out "how much" training to do is sort of a black art. In general, however, one page of training is not...
Michael Droettboom
mdboom
Offline Send Email
Nov 5, 2004
1:04 pm
351
Thanks, Christoph. Great response -- I should have read it first. ... You make me want to re-read Don Quixote. The intentional reference is to a monster from...
Michael Droettboom
mdboom
Offline Send Email
Nov 5, 2004
1:09 pm
352
classifier_stats.py is a half-finished module that generates webpages and spreadsheets about classifier data. Currently all it does is a histogram of class...
Michael Droettboom
mdboom
Offline Send Email
Nov 5, 2004
1:39 pm
353
Hi, I tried to install Gamera on my PC using the *.msi-Installer. Unfortunately, the button that allows one to browse the harddisc for a different partition...
snubbelfot71
Offline Send Email
Nov 5, 2004
2:37 pm
354
On Fri, 05 Nov 2004 08:04:37 -0500 ... A workaround is to always press the CTRL key while selecting; then a single click is sufficient for selecting a glyph. ...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 5, 2004
2:44 pm
355
Albert Brzecko is the author of the MSI installer. He's on this list so I'm sure he'll get back to you, but he seems to be very busy these days with...
Michael Droettboom
mdboom
Offline Send Email
Nov 5, 2004
3:05 pm
356
Mike, the Windows installer is supposed to work without Python alltogether, as far as I can see it. At first I had no Python installed here, and the latest...
snubbelfot71
Offline Send Email
Nov 5, 2004
4:24 pm
357
Thanks for the speedy reply. Well it sounds like I am on the right track. I am still unsure what to do with glyphs I cannot seem to split properly or those...
Sean McGuire
lucian_of_tyre
Offline Send Email
Nov 7, 2004
4:35 pm
358
Hi there! I hope you all got a nice weekend! :-) But now straight to the problem I currently got: Well, I've optimized a set of features with the Biollante...
scma0002
Offline Send Email
Nov 8, 2004
10:05 am
359
On Sun, 7 Nov 2004 11:35:44 -0500 ... Production phase: The feature set is given as a parameter to the classifier constructor: ...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 8, 2004
10:18 am
360
... They are stored because sometimes it is useful to load the features into another system for classification to do low-level machine learning research...
Michael Droettboom
mdboom
Offline Send Email
Nov 8, 2004
11:56 am
361
On Mon, 08 Nov 2004 06:56:17 -0500 ... +++-==============-==============-============================================ pn libpng-dev <keine> (keine...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 8, 2004
12:47 pm
362
New in CVS: All the entry points to save Gamera XML have an extra keyword argument 'with_features', that when set to False will not save features to the XML...
Michael Droettboom
mdboom
Offline Send Email
Nov 8, 2004
4:40 pm
363
... +++-==============-==============-============================================ un libpng-dev <none> (no description available) pn...
Sean McGuire
lucian_of_tyre
Offline Send Email
Nov 8, 2004
4:45 pm
364
Hi Mike, "Have you read the new training tutorial that was added to the docs at the beginning of this week? It seems to (coincidentally) address a lot of the...
Sean McGuire
lucian_of_tyre
Offline Send Email
Nov 8, 2004
4:49 pm
365
Excellent! Thanks! One thing, when I try and run Biollante on my data set it comes up with this error after generating the features: Error opening the xml...
Sean McGuire
lucian_of_tyre
Offline Send Email
Nov 8, 2004
4:58 pm
366
... Can you send the whole traceback (with file and line numbers)?...
Michael Droettboom
mdboom
Offline Send Email
Nov 8, 2004
5:00 pm
367
On Mon, 8 Nov 2004 11:45:41 -0500 ... Can you verify that /usr/include/png* are links to /usr/include/libpng2/png*? $ ls -l /usr/include/pngconf.h...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 8, 2004
5:01 pm
Messages 338 - 367 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