You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am running the following command: steinbock segment deepcell --minmax
On a big image, it works fine and segments the image quite well. However, after the segmentation reaches the 65536 cells, it assigns to all the remaining cells the same number(id). Is there any way to circumvent that? For example get as output a 32-but TIFF file?
The text was updated successfully, but these errors were encountered:
Have a look at #132 for how to change the mask bit encoding. @Milad4849 could you please document this somewhere visible? Let's leave this issue open until it's in the docs.
Trying to replicate it, running 0.16.1 version, I encounter continiously the same error:
[0m could not open ****my_folder***/STEINBOCK_MASK_DTYPE=uint32: failed to retrieve path for ****my_folder***/STEINBOCK_MASK_DTYPE=uint32: lstat ****my_folder***/STEINBOCK_MASK_DTYPE=uint32: no such file or directory
Somehow recognizes the "STEINBOCK_MASK_DTYPE" as folder extension.
Hi,
I am running the following command:
steinbock segment deepcell --minmax
On a big image, it works fine and segments the image quite well. However, after the segmentation reaches the 65536 cells, it assigns to all the remaining cells the same number(id). Is there any way to circumvent that? For example get as output a 32-but TIFF file?
The text was updated successfully, but these errors were encountered: