Hi: I'm a new user of GAMERA and just downloaded 2.9.0 for py23. When I tried to open an image in classifier window by ... Traceback <most recent call last>: ...
Damon Li
beinan.li@...
May 3, 2005 6:32 pm
714
Hey Damon, Thanks for writing! We don't have a windows person actively working on the project right now, but the problem is almost certainly in the binary...
I agree with Rob's advice. Your problem seems to me like the plugins aren't loading correctly. Can you send me the output of Gamera when it starts up? Cheers,...
Hi, Thanks~ I'll be working on GAMERA for LP label recognition during the summer for Ich. I'm sure there will be a lot of questions ahead:) The startup...
Damon Li
beinan.li@...
May 3, 2005 9:42 pm
717
... Great! ... Keep 'em coming. We're glad to help. ... Yeah... there should be a bunch of plugins listed there. What happens if from a Python console (run...
The Gamera 3.0 changes are mostly complete and ready to be tested by the world at large. The 3.0 branch is tagged 'gamera3' in CVS, so do check it out do: cvs...
Hi Rob: I've successfully installed GAMERA 2.2pre on Mac OS X. But still can't get the 2.9.0 installed on WinXP even through cygwin. (though I did make 2.2...
Damon Li
beinan.li@...
May 5, 2005 7:09 pm
720
... What do you mean by "through cygwin"? That release has an installer. I would strongly recommend using CVS to get Gamera and then building from source....
Hi Mike: Thanks for your patience! ... 2.9.0 skipping wrapper generation for segmentation plugin (output up-to-date) skipping wrapper generation for string_io...
Damon Li
beinan.li@...
May 6, 2005 2:01 am
722
... Congratulations! That was quite fast! Has anyone tried this on OS X Tiger? Ich...
... Sorry. That's my bad. I forgot -- I'm actually running VC7. I imagine VC6 is just too old. I'd stick with gcc unless you can afford to upgrade. ... ...
... I consider the Gamera 3.x TODO list completed, but not thoroughly tested. ... We just talked about Tiger yesterday, actually. Tim DiLauro had so many ...
... Do you see any major advantages in using VC7 over gcc? We will be developing some document analysis routines for record labels and album covers. Ich...
There are two reasons to use VC: 1) It compiles faster 2) It gives different error messages (more detail on scoping etc). Just as a matter of reference, once...
Hallo, currently I am trying to use a "Point" as an input argument for a plugin function: args = Args([Point('a'), Point('b')]) When compiling this code I...
... In Gamera 3.x, this now does the opposite. ... They are, but it's a new feature. This was recently added in Gamera 3.x -- where it's now totally necessary...
... This is what I got from running this command on both Windows (Cygwin) and Mac OS X. (I've logged in beforehand.) ... cvs server: cannot find module '-j' -...
Damon Li
beinan.li@...
May 6, 2005 3:39 pm
732
... kakyo@damon ~ $ python Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for...
Damon Li
beinan.li@...
May 6, 2005 5:08 pm
733
Can you list the files that are installed in $PYTHON/Lib/site-packages/gamera? (Where $PYTHON is where you installed Python?) Also, could you send me what...
... kakyo@damon /cygdrive/d/Python23/Lib/site-packages/gamera $ ls ACKNOWLEDGEMENTS confidence.py generate.py pstat.pyc CVS...
Damon Li
beinan.li@...
May 6, 2005 5:51 pm
735
... Okay. This is helpful. It looks as if all of the different versions you've tried have somehow become intermingled. Delete the installation directory...
... kakyo@damon /cygdrive/d/Python23/Lib/site-packages/gamera $ ls ACKNOWLEDGEMENTS confidence.py generate.py pstat.pyc CVS...
Damon Li
beinan.li@...
May 6, 2005 6:33 pm
737
Dear Python hackers, while implementing a stave extraction mwthod, I need to do a CC analysis on a graph which in turn requires to build equivalence classes of...
On Mon, 09 May 2005 16:02:19 -0400 ... Great! This is exactly what I was looking for. ... It seems to me that Raymond's comments are already merged into the...
Basically every image in Gamera is a subimage -- only some of them happen to be views on an entire set of data. I assume you're interested in the Python side. ...