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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
now install omnipose with pip! pip install omnipose
added PR #416 which removed global logging settings, now turn on logging in a notebook with from cellpose.io import logger_setup; logger,log_file=logger_setup(), and from the command line with --verbose
added support for >2^16 masks with np.uint32, if there are <2^16 masks then the masks are returned as np.uint16 still