.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
MANIFEST.in
README.md
docker-env-config.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/cibuildwheel.yml
.github/workflows/docker-publish.yml
.github/workflows/docs.yaml
artwork/overview.png
artwork/spotiflow_logo.png
artwork/spotiflow_transp_small.png
docs/Makefile
docs/make.bat
docs/_static/spotiflow_transp_small.png
docs/source/api.rst
docs/source/cli.rst
docs/source/conf.py
docs/source/finetune.rst
docs/source/index.rst
docs/source/napari.rst
docs/source/train.rst
docs/source/_static/spotiflow_napari_gui.png
docs/source/_static/spotiflow_napari_preds.png
docs/source/_static/spotiflow_transp_small.png
docs/source/_static/spotipy_transp_small.png
examples/1_train.ipynb
examples/2_inference.ipynb
examples/3_finetune.ipynb
scripts/train.py
scripts/train_simple.py
spotiflow/__init__.py
spotiflow/_version.py
spotiflow.egg-info/PKG-INFO
spotiflow.egg-info/SOURCES.txt
spotiflow.egg-info/dependency_links.txt
spotiflow.egg-info/entry_points.txt
spotiflow.egg-info/requires.txt
spotiflow.egg-info/top_level.txt
spotiflow/augmentations/__init__.py
spotiflow/augmentations/pipeline/__init__.py
spotiflow/augmentations/pipeline/pipeline.py
spotiflow/augmentations/test/test_pipeline.py
spotiflow/augmentations/test/transforms/test_crop.py
spotiflow/augmentations/test/transforms/test_fliprot.py
spotiflow/augmentations/test/transforms/test_intensity_shift.py
spotiflow/augmentations/test/transforms/test_noise.py
spotiflow/augmentations/test/transforms/test_rotation.py
spotiflow/augmentations/test/transforms/test_scale.py
spotiflow/augmentations/test/transforms/test_translation.py
spotiflow/augmentations/transforms/__init__.py
spotiflow/augmentations/transforms/base.py
spotiflow/augmentations/transforms/crop.py
spotiflow/augmentations/transforms/fliprot.py
spotiflow/augmentations/transforms/intensity_shift.py
spotiflow/augmentations/transforms/noise.py
spotiflow/augmentations/transforms/rotation.py
spotiflow/augmentations/transforms/scale.py
spotiflow/augmentations/transforms/translation.py
spotiflow/augmentations/transforms/utils.py
spotiflow/cli/predict.py
spotiflow/data/__init__.py
spotiflow/data/spots.py
spotiflow/lib/filters.cpp
spotiflow/lib/point_nms.cpp
spotiflow/lib/spotflow2d.cpp
spotiflow/lib/external/nanoflann/LICENSE.txt
spotiflow/lib/external/nanoflann/nanoflann.hpp
spotiflow/model/__init__.py
spotiflow/model/bg_remover.py
spotiflow/model/config.py
spotiflow/model/post.py
spotiflow/model/pretrained.py
spotiflow/model/spotiflow.py
spotiflow/model/trainer.py
spotiflow/model/backbones/__init__.py
spotiflow/model/backbones/resnet.py
spotiflow/model/backbones/unet.py
spotiflow/model/losses/__init__.py
spotiflow/model/losses/adaptive_wing.py
spotiflow/sample_data/__init__.py
spotiflow/sample_data/datasets.py
spotiflow/sample_data/images/img_hybiss_2d.tif
spotiflow/sample_data/images/img_terra_2d.tif
spotiflow/starfish/__init__.py
spotiflow/starfish/spotiflow_wrapper.py
spotiflow/test/test_model_saveload.py
spotiflow/test/test_prediction.py
spotiflow/utils/__init__.py
spotiflow/utils/get_file.py
spotiflow/utils/matching.py
spotiflow/utils/peaks.py
spotiflow/utils/utils.py
tests/test_data.py
tests/test_model.py
tests/test_peaks.py
tests/test_training.py
tests/test_training_simple.py
tests/utils.py