I’m running CP2 r11710 on a Windows 7 Enterprise computer with 48GB RAM. After using ilastik 05.06-rc5 to define the classifier I use it in a CP pipeline(first step) While this works on low resolution images, somewhere between 3000x3000 and 8300x3000 pixels it stops working (error text below). I can investigate precisely where the border lies if it helps. The File is a LZW compressed TIF (No layers) I’ve tried both grayscale and RGB images -neither works. The errors are usually similar though they sometimes vary slightly. While I’m not sure how to guarantee it’s not a RAM error, it never seems to approach 50% used. I’m sure there is more useful information I can provide here so please let me know how I can help (I’m guessing contacting the ilastik team may be the key here but I figured since CP is spitting out the error it should be my first stop.
I love how it works on the small images but I really need it working full size before I can apply it so I’m very keen on doing anything I can to help debug this!
The error I usually get is:
################## Exception in FeatureThread ##################
Precondition violation!
convolveLine<>: kernel longer than line
None
################## Exception in FeatureThread ##################
error return without exception set
Traceback (most recent call last):
File C:/…ilastik/modules/classification\core\featureMgr.py line 208 in calcFeature
… dataMgr.py line 142 in getBlockBounds
SystemError: error return without exception set
Though it often also includes:
Fatal Python error: coval: tstate mix-up
and sometimes:
Fatal Python Error: GC object already tracked
This application has requested the runtime to terminate it in an unusual way. Please contact the application’s support team for more information.
as usual many thanks for making such a great program!