Sean Bell
Sean Bell
Not sure why it isn't letting you modify -- looks like the array is not writeable. You could try changing the code to add this line before the error: `samples...
Did this solve your issue?
The parameters in the algorithm are generally calibrated for a certain size image, so large images won't work as well. I suggest resizing them proportionally so that the larger image...
I like this idea. There is another instance that you need to exclude: ``` some_function( kwarg1=val1, kwarg2=val2, ) ``` Since I use no spaces for kwargs, you can modify the...
Thanks for finding all these issues. Pyleargist isn't actually used any more, so I will just delete it from the dependency list.
Hi @lulu1315 -- Not sure how to help you debug. It's possible that scikit-image has some breaking functionality across versions. Have you tried using a `virtualenv` with Python2.7 and the...
Does the mask file have the same resolution as the input image?
I don't believe I wrote individual docs for just the segmentation UI, but I'm happy to answer any questions you may have if you point me to specific issues you...