.gitignore
.readthedocs.yml
LICENSE
MANIFEST.in
README.md
conftest.py
environment.yml
imagej_roi_converter.py
setup.cfg
setup.py
tox.ini
.github/workflows/test_and_deploy.yml
cellpose_omni/__init__.py
cellpose_omni/__main__.py
cellpose_omni/core.py
cellpose_omni/dynamics.py
cellpose_omni/io.py
cellpose_omni/metrics.py
cellpose_omni/models.py
cellpose_omni/plot.py
cellpose_omni/resnet_style.py
cellpose_omni/resnet_torch.py
cellpose_omni/test_mkl.py
cellpose_omni/transforms.py
cellpose_omni/utils.py
cellpose_omni/contrib/__init__.py
cellpose_omni/contrib/distributed_segmentation.py
cellpose_omni/gui/gui.py
cellpose_omni/gui/guiparts.py
cellpose_omni/gui/io.py
cellpose_omni/gui/menus.py
cellpose_omni/key/cellpose-data-writer.json
cellpose_omni/logo/cellpose.ico
cellpose_omni/logo/logo.png
cellpose_omni_acdc.egg-info/PKG-INFO
cellpose_omni_acdc.egg-info/SOURCES.txt
cellpose_omni_acdc.egg-info/dependency_links.txt
cellpose_omni_acdc.egg-info/entry_points.txt
cellpose_omni_acdc.egg-info/requires.txt
cellpose_omni_acdc.egg-info/top_level.txt
notebooks/Cellpose_cell_segmentation_2D_prediction_only.ipynb
notebooks/run_cellpose.ipynb
notebooks/run_cellpose_GPU.ipynb
paper/cp_unets.py
paper/performance_figs.py
paper/train_maskrcnn.py
tests/test_import.py
tests/test_output.py
tests/test_shape.py
tests/test_train.py
tests/test_transforms.py
tests/contrib/test_distributed_segmentation.py