Eric Bouteillon

Results 6 comments of Eric Bouteillon

Hi @princerk , It is already what I am doing ;) It is just a notice that these masks are not consistent with others (and the originals by the way)....

Instead of using `masks[index]` directly, I'm using an intermediate object. Let's call it `m`, then it would give you something like: ```python m = masks[index] if(len(m.shape) > 2): m =...

I'm using `imread` and not `imread_collection` from skimage. That's probably why I don't have this problem. Two solutions: - Alter the images directly (and do a pull request :) )....

Hi @gcampbell-msft , thanks for the quick response. I confirm it is working with the .vsix provided.