Skip to content

cellpose v0.8.0

Choose a tag to compare

@carsen-stringer carsen-stringer released this 19 Jan 04:08
e3f7f5f
  • 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
  • fixed bug with torch.long on windows