cnr-isti-vclab / TagLab

A CNN based image segmentation tool oriented to marine data analysis
https://taglab.isti.cnr.it/
GNU General Public License v3.0
84 stars 33 forks source link

Refine border not working in latest CPU unstall #101

Closed tyremmers closed 1 year ago

tyremmers commented 1 year ago

Hi, I have recently installed the CPU version and the refine border function is not working anymore. The python console returns:

gaussian() got an unexpected keyword argument 'multichannel'

It would be great to be able to use the refine tool again as it is one of the most valuable tool.

Thank you for your time!

maxcorsini commented 1 year ago

Hi,

this is a problem raised with the new version of skimage. It will be fixed in the next release of TagLab. For the moment, a solution is to replace in the file coraline.py (line 44) multichannel=False with channel_axis=None.

Let me know if this works.

tyremmers commented 1 year ago

It worked!

Thank you so much for the quick fix :)