.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/test_and_deploy.yml
.napari/config.yml
cellfinder_napari/__init__.py
cellfinder_napari/curation.py
cellfinder_napari/input_container.py
cellfinder_napari/napari.yaml
cellfinder_napari/sample_data.py
cellfinder_napari/utils.py
cellfinder_napari.egg-info/PKG-INFO
cellfinder_napari.egg-info/SOURCES.txt
cellfinder_napari.egg-info/dependency_links.txt
cellfinder_napari.egg-info/entry_points.txt
cellfinder_napari.egg-info/requires.txt
cellfinder_napari.egg-info/top_level.txt
cellfinder_napari/detect/__init__.py
cellfinder_napari/detect/detect.py
cellfinder_napari/detect/detect_containers.py
cellfinder_napari/detect/thread_worker.py
cellfinder_napari/images/brainglobe.png
cellfinder_napari/tests/__init__.py
cellfinder_napari/tests/test_curation.py
cellfinder_napari/tests/test_detection.py
cellfinder_napari/tests/test_train_containers.py
cellfinder_napari/tests/test_training.py
cellfinder_napari/tests/test_utils.py
cellfinder_napari/train/__init__.py
cellfinder_napari/train/train.py
cellfinder_napari/train/train_containers.py