cellpose
cellpose copied to clipboard
a generalist algorithm for cellular segmentation with human-in-the-loop capabilities
**Describe the bug** A user ([the40x](https://forum.image.sc/u/the40x)) struggled with segmenting their large mask. The cell probability output looked clean and they were puzzled why despite tuning flow error/prob threshold etc, they...
Add nbsphinx extension to add notebooks to the RTD pages - [x] Add links to index.rst - [ ] Move notebooks to live in /docs - [ ] Double check...
Hello, First of all, I'd like to thank you for the great work. I'm highly interested in multimodality and information contained across more than one channel. In that spirit, I...
**Is your feature request related to a problem? Please describe.** Currently the name of the output image is only built by adding the suffix cp_masks to the name of the...
I think it would be great to begin a centralized database of user models for different stains/cell types. That way people could have more specific starting places for their models.
Hello! I'm currently training cellpose from a pre-trained model, and have been working over the span of multiple days. When I start open cellpose each day, I start training a...
**Is your feature request related to a problem? Please describe.** Could Cellpose use something like [SageMaker SDK ](https://docs.aws.amazon.com/sagemaker/latest/dg/distributed-training.html) To perform distributed training - allowing for the GUI / Human in...
Hello Cellpose team! I noticed that M1 GPU support is in the command-line mode in #523, but not yet in GUI. This PR checks if the platform is 'arm', the...
Dear all, First of all I wanted to thank you for your work that has revolutionized image analysis in biology. I would like to suggest new features to improve the...
When I try to train my model (through the GUI), I get the following error: ``` Traceback (most recent call last): File "/Users/kelsey/cellpose/cellpose/gui/gui.py", line 1618, in new_model self.train_model() File "/Users/kelsey/cellpose/cellpose/gui/gui.py",...