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
The model currently returns the label image representing the cell mask with dtype int64. Since this is a label image, it probably makes sense to use an unsigned type instead (unless it's possible for values in the mask to be negative?).
In a similar vein, it might be worth considering uint32 instead of 64-bit to halve the memory footprint of the mask.
The text was updated successfully, but these errors were encountered:
The model currently returns the label image representing the cell mask with dtype
int64
. Since this is a label image, it probably makes sense to use an unsigned type instead (unless it's possible for values in the mask to be negative?).In a similar vein, it might be worth considering
uint32
instead of 64-bit to halve the memory footprint of the mask.The text was updated successfully, but these errors were encountered: