spacr 0.3.55__tar.gz → 0.3.60__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {spacr-0.3.55/spacr.egg-info → spacr-0.3.60}/PKG-INFO +1 -1
- spacr-0.3.60/notebooks/spacr_computer_vision.ipynb +150 -0
- {spacr-0.3.55 → spacr-0.3.60}/setup.py +1 -1
- {spacr-0.3.55 → spacr-0.3.60}/spacr/ml.py +15 -10
- {spacr-0.3.55 → spacr-0.3.60/spacr.egg-info}/PKG-INFO +1 -1
- {spacr-0.3.55 → spacr-0.3.60}/spacr.egg-info/SOURCES.txt +6 -5
- {spacr-0.3.55 → spacr-0.3.60}/.readthedocs.yaml +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/LICENSE +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/MANIFEST.in +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/README.rst +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/deploy_docs.sh +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/requirements.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/Makefile +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/doctrees/environment.pickle +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/index.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/app_annotate.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/app_classify.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/app_make_masks.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/app_mask.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/app_measure.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/app_sequencing.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/app_umap.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/core.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/deep_spacr.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/graph_learning.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/gui.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/gui_core.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/gui_elements.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/gui_utils.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/io.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/logger.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/measure.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/plot.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/sequencing.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/settings.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/sim.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/timelapse.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_modules/spacr/utils.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_sources/index.rst.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_sources/modules.rst.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_sources/spacr.rst.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/basic.css +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/badge_only.css +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-bold.woff +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-normal.woff +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/theme.css +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/doctools.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/documentation_options.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/file.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/jquery.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/js/badge_only.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/js/html5shiv-printshiv.min.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/js/html5shiv.min.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/js/theme.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/language_data.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/minus.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/plus.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/pygments.css +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/searchtools.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/sphinx_highlight.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/genindex.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/index.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/modules.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/objects.inv +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/py-modindex.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/search.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/searchindex.js +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/spacr.html +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/conf.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/index.rst +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/make.bat +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/modules.rst +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/docs/source/spacr.rst +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/environment.yaml +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/fonts/OpenSans-Regular.ttf +0 -0
- {spacr-0.3.55/notebooks → spacr-0.3.60/notebooks/old}/cv_scoring_nb.ipynb +0 -0
- {spacr-0.3.55/notebooks → spacr-0.3.60/notebooks/old}/deep_learning_spacr.ipynb +0 -0
- {spacr-0.3.55/notebooks → spacr-0.3.60/notebooks/old}/machine_learning_spacr_nb.ipynb +0 -0
- {spacr-0.3.55/notebooks → spacr-0.3.60/notebooks/old}/spacr_0.1_all_settings_git.ipynb +0 -0
- {spacr-0.3.55/notebooks → spacr-0.3.60/notebooks/old}/spacr_0.1_minimal.ipynb +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/path/home/carruthers/datasets/plate1/measurements/measurements.db +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/path/home/carruthers/datasets/plate1/settings/measure_crop_settings.csv +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/path/settings/preprocess_generate_masks_settings.csv +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/requirements.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/settings/measure_crop_settings.csv +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/setup.cfg +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/setup_docs.sh +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/source/conf.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/source/index.rst +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/source/modules.rst +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/source/setup.rst +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/source/spacr.rst +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/__init__.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/__main__.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/app_annotate.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/app_classify.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/app_make_masks.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/app_mask.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/app_measure.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/app_sequencing.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/app_umap.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/cellpose.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/chat_bot.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/core.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/deep_spacr.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/gui.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/gui_core.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/gui_elements.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/gui_utils.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/io.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/logger.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/measure.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/mediar.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/openai.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/plot.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/.gitignore +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/LICENSE +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/README.md +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/SetupDict.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/config/baseline.json +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/config/mediar_example.json +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/config/pred/pred_mediar.json +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/config/step1_pretraining/phase1.json +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/config/step1_pretraining/phase2.json +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/config/step2_finetuning/finetuning1.json +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/config/step2_finetuning/finetuning2.json +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/config/step3_prediction/base_prediction.json +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/config/step3_prediction/ensemble_tta.json +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/BasePredictor.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/BaseTrainer.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/Baseline/Predictor.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/Baseline/Trainer.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/Baseline/__init__.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/Baseline/utils.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/MEDIAR/EnsemblePredictor.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/MEDIAR/Predictor.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/MEDIAR/Trainer.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/MEDIAR/__init__.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/MEDIAR/utils.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/__init__.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/core/utils.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/evaluate.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/generate_mapping.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/image/examples/img1.tiff +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/image/examples/img2.tif +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/image/failure_cases.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/image/mediar_framework.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/image/mediar_model.PNG +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/image/mediar_results.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/main.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/predict.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/requirements.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/__init__.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/data_utils/__init__.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/data_utils/custom/CellAware.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/data_utils/custom/LoadImage.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/data_utils/custom/NormalizeImage.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/data_utils/custom/__init__.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/data_utils/custom/modalities.pkl +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/data_utils/datasetter.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/data_utils/transforms.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/data_utils/utils.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/measures.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/models/MEDIARFormer.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/models/__init__.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/MEDIAR/train_tools/utils.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/data/lopit.csv +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/data/toxoplasma_metadata.csv +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/OFL.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/OpenSans-Italic-VariableFont_wdth,wght.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/OpenSans-VariableFont_wdth,wght.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/README.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-Bold.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-BoldItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-ExtraBold.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-ExtraBoldItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-Italic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-Light.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-LightItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-Medium.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-MediumItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-Regular.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-SemiBold.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans-SemiBoldItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-Bold.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-BoldItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-ExtraBold.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-ExtraBoldItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-Italic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-Light.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-LightItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-Medium.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-MediumItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-Regular.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-SemiBold.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_Condensed-SemiBoldItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-Bold.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-BoldItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-ExtraBold.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-ExtraBoldItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-Italic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-Light.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-LightItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-Medium.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-MediumItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-Regular.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-SemiBold.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/font/open_sans/static/OpenSans_SemiCondensed-SemiBoldItalic.ttf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/abort.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/annotate.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/cellpose_all.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/cellpose_masks.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/classify.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/convert.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/default.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/dna_matrix.mp4 +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/download.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/logo.pdf +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/logo_spacr.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/logo_spacr_1.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/make_masks.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/map_barcodes.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/mask.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/measure.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/ml_analyze.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/plaque.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/recruitment.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/regression.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/run.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/sequencing.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/settings.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/train_cellpose.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/icons/umap.png +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/images/plate1_E01_T0001F001L01A01Z01C02.tif +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/images/plate1_E01_T0001F001L01A02Z01C01.tif +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/resources/images/plate1_E01_T0001F001L01A03Z01C03.tif +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/sequencing.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/settings.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/sim.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/submodules.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/timelapse.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/toxo.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/utils.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr/version.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr.egg-info/dependency_links.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr.egg-info/entry_points.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr.egg-info/requires.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/spacr.egg-info/top_level.txt +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_annotate_app.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_core.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_gui_classify_app.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_gui_mask_app.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_gui_measure_app.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_gui_sim_app.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_gui_utils.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_io.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_mask_app.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_measure.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_plot.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_sim.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_timelapse.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_train.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_umap.py +0 -0
- {spacr-0.3.55 → spacr-0.3.60}/tests/test_utils.py +0 -0
@@ -0,0 +1,150 @@
|
|
1
|
+
{
|
2
|
+
"cells": [
|
3
|
+
{
|
4
|
+
"cell_type": "code",
|
5
|
+
"execution_count": null,
|
6
|
+
"id": "335dcd14",
|
7
|
+
"metadata": {
|
8
|
+
"scrolled": true
|
9
|
+
},
|
10
|
+
"outputs": [],
|
11
|
+
"source": [
|
12
|
+
"# use this cell to generate train and test folders: datasets/train/nc and pc and datasets/test/nc and pc\n",
|
13
|
+
"from spacr.io import generate_training_dataset\n",
|
14
|
+
"\n",
|
15
|
+
"settings = {'src':'path', # (path) path to source folder (where origional images were stored)\n",
|
16
|
+
" 'dataset_mode':'annotation', # (string) annotation, measurement, metadata\n",
|
17
|
+
" 'tables':['cell'],# (list of strings) The tabels present in the database, excluding png_list\n",
|
18
|
+
" 'test_split':0.1, # (float) Fraction of images used for the test set\n",
|
19
|
+
" 'annotation_column':'test', # (Optional, string) If using mode annotation, The annotation column in the database\n",
|
20
|
+
" 'annotated_classes':[1], # (Optional, list of integers) If using mode annotation, The interger in annotation_column, if len(annotated_classes) is 1, class 2 will be generated from a random selection of images.\n",
|
21
|
+
" 'metadata_type_by':'column_name', # (Optional, strin) If using mode medatada, If using mode medatada,the column class_metadata elements are in\n",
|
22
|
+
" 'class_metadata':[['c15'],['c19']], # (Optional, list of lists of strings) If using mode medatada, the elements that deffine each class \n",
|
23
|
+
" 'png_type':'cell_png', # (Optional, string) string in the path of each image (used to filter images)\n",
|
24
|
+
" 'nuclei_limit':False, # (Optional, bool) if cell and nucleus in tables, filter for number of nuclei per cell\n",
|
25
|
+
" 'pathogen_limit':0, # (Optional, integer) if cell and pathogen in tables, filter for number of pathogen per cell\n",
|
26
|
+
" 'uninfected':True, # (Optional, bool) if cell and pathogen in tables, bool for uninfected cells (cells)\n",
|
27
|
+
" 'size':None # (Optional, integer or NoneType) limit for number of images to include in total (test + train) per class\n",
|
28
|
+
" }\n",
|
29
|
+
"\n",
|
30
|
+
"generate_training_dataset(settings)"
|
31
|
+
]
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"cell_type": "code",
|
35
|
+
"execution_count": null,
|
36
|
+
"id": "b4431164",
|
37
|
+
"metadata": {},
|
38
|
+
"outputs": [],
|
39
|
+
"source": [
|
40
|
+
"# train a torch model\n",
|
41
|
+
"from spacr.deep_spacr import train_test_model\n",
|
42
|
+
"\n",
|
43
|
+
"settings = {'src':'path', # (path) path to source folder (ends with datasets/training)\n",
|
44
|
+
" 'train':True, # (bool) - Train\n",
|
45
|
+
" 'test': False, # (bool) - Test\n",
|
46
|
+
" 'custom_model':False, # (path) - path to a custom model\n",
|
47
|
+
" 'classes':['nc','pc'], # (list) - list of classes (folder names in dataset/training/train or test)\n",
|
48
|
+
" 'model_type':'maxvit_t', # (string) - Name of torch model architecture\n",
|
49
|
+
" 'optimizer_type':'adamw', # (string) - type of optimizer\n",
|
50
|
+
" 'schedule':'reduce_lr_on_plateau', # (string) - type of scheduler (reduce_lr_on_plateau or step_lr)\n",
|
51
|
+
" 'loss_type':'focal_loss', # (string) - Loss function (binary_cross_entropy_with_logits or focal_loss)\n",
|
52
|
+
" 'normalize':True, # (bool) - Apply ImageNet normalization to images before training.\n",
|
53
|
+
" 'image_size':224, # (int) - Size of images, height and width.\n",
|
54
|
+
" 'batch_size':64, # (int) - Nr. of images per batch\n",
|
55
|
+
" 'epochs':10, # (int) - Nr. of epochs for training\n",
|
56
|
+
" 'val_split':0.1, # (float) - Fraction of images in validation dataset\n",
|
57
|
+
" 'learning_rate':0.0001, # (float) - Learning rate per epoch\n",
|
58
|
+
" 'weight_decay':0.00001, # (float) - Fraction of random weights decay (regularization)\n",
|
59
|
+
" 'dropout_rate':0.1, # (float) - Fraction of weights to omit per epoch (regularization)\n",
|
60
|
+
" 'init_weights':True, # (bool) - Initiate model with ImageNet weights\n",
|
61
|
+
" 'amsgrad':True, # (bool) - guard against exploding gradients\n",
|
62
|
+
" 'use_checkpoint':True, # (bool) - checkpoint gradient calculations to save VRAM at the expence of computation\n",
|
63
|
+
" 'gradient_accumulation':True, # (bool) - Accumulate gradients to mimic larger batches\n",
|
64
|
+
" 'gradient_accumulation_steps':4, # (int) - Epochs to accumulate gradients\n",
|
65
|
+
" 'intermedeate_save':True, # Save intermediate states of the model\n",
|
66
|
+
" 'pin_memory':True, # (bool) - Whether to pin memory for the data loader\n",
|
67
|
+
" 'n_jobs':30, # (int) - Number of threads to use\n",
|
68
|
+
" 'train_channels':['r','g','b'], # (list of 'r', 'g', and/or 'b') - PNG channels to use for training\n",
|
69
|
+
" 'augment':False, # (bool) - Augment the dataset, vertical, horizontal flip and rotate each image to artificially expand the dataset 8 fold.\n",
|
70
|
+
" 'verbose':True}\n",
|
71
|
+
"\n",
|
72
|
+
"train_test_model(settings)"
|
73
|
+
]
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"cell_type": "code",
|
77
|
+
"execution_count": null,
|
78
|
+
"id": "5770fb79",
|
79
|
+
"metadata": {
|
80
|
+
"scrolled": true
|
81
|
+
},
|
82
|
+
"outputs": [],
|
83
|
+
"source": [
|
84
|
+
"# generate a tar dataset\n",
|
85
|
+
"\n",
|
86
|
+
"from spacr.io import generate_dataset\n",
|
87
|
+
"\n",
|
88
|
+
"settings = {'src':'path', # (path) path to source folder (where origional images were stored)\n",
|
89
|
+
" 'file_metadata':'cell_png', # (Optional, string) string in the path of each image (used to filter images)\n",
|
90
|
+
" 'experiment':'test', # (string) - Name of dataset\n",
|
91
|
+
" 'sample':10000} # (Optional, integer or NoneType) limit for number of images to include in the dataset\n",
|
92
|
+
"\n",
|
93
|
+
"generate_dataset(settings)"
|
94
|
+
]
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"cell_type": "code",
|
98
|
+
"execution_count": null,
|
99
|
+
"id": "086fcefb",
|
100
|
+
"metadata": {},
|
101
|
+
"outputs": [],
|
102
|
+
"source": [
|
103
|
+
"# apply a model to a tar dataset\n",
|
104
|
+
"\n",
|
105
|
+
"from spacr.deep_spacr import apply_model_to_tar\n",
|
106
|
+
"\n",
|
107
|
+
"settings = {'dataset':'path.tar', # (path) - path to tar dataset (ends with .tar) \n",
|
108
|
+
" 'model_path':'path.pth', # (path) - path to model (ends with .pth) \n",
|
109
|
+
" 'file_type':'cell_png', # (Optional, string) string in the path of each image (used to filter images)\n",
|
110
|
+
" 'image_size':224, # (int) - Size of images, height and width\n",
|
111
|
+
" 'batch_size':64, # (int) - Nr. of images per batch\n",
|
112
|
+
" 'normalize':True, # (bool) - Apply ImageNet normalization to images before training.\n",
|
113
|
+
" 'score_threshold':0.5, # (float) - Score to byass the classes\n",
|
114
|
+
" 'n_jobs':30, # (int) - Number of threads to use\n",
|
115
|
+
" 'verbose':True}\n",
|
116
|
+
"\n",
|
117
|
+
"result_df = apply_model_to_tar(settings)"
|
118
|
+
]
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"cell_type": "code",
|
122
|
+
"execution_count": null,
|
123
|
+
"id": "28debecd",
|
124
|
+
"metadata": {},
|
125
|
+
"outputs": [],
|
126
|
+
"source": []
|
127
|
+
}
|
128
|
+
],
|
129
|
+
"metadata": {
|
130
|
+
"kernelspec": {
|
131
|
+
"display_name": "spacr",
|
132
|
+
"language": "python",
|
133
|
+
"name": "spacr"
|
134
|
+
},
|
135
|
+
"language_info": {
|
136
|
+
"codemirror_mode": {
|
137
|
+
"name": "ipython",
|
138
|
+
"version": 3
|
139
|
+
},
|
140
|
+
"file_extension": ".py",
|
141
|
+
"mimetype": "text/x-python",
|
142
|
+
"name": "python",
|
143
|
+
"nbconvert_exporter": "python",
|
144
|
+
"pygments_lexer": "ipython3",
|
145
|
+
"version": "3.9.19"
|
146
|
+
}
|
147
|
+
},
|
148
|
+
"nbformat": 4,
|
149
|
+
"nbformat_minor": 5
|
150
|
+
}
|
@@ -191,18 +191,18 @@ def prepare_formula(dependent_variable, random_row_column_effects=False):
|
|
191
191
|
if random_row_column_effects:
|
192
192
|
# Random effects for row and column + gene weighted by gene_fraction + grna weighted by fraction
|
193
193
|
return f'{dependent_variable} ~ fraction:grna + gene_fraction:gene'
|
194
|
-
return f'{dependent_variable} ~ fraction:grna + gene_fraction:gene +
|
194
|
+
return f'{dependent_variable} ~ fraction:grna + gene_fraction:gene + row_name + column_name'
|
195
195
|
|
196
196
|
def fit_mixed_model(df, formula, dst):
|
197
197
|
from .plot import plot_histogram
|
198
198
|
|
199
|
-
"""Fit the mixed model with plate,
|
199
|
+
"""Fit the mixed model with plate, row_name, and column_name as random effects and return results."""
|
200
200
|
# Specify random effects for plate, row, and column
|
201
201
|
model = smf.mixedlm(formula,
|
202
202
|
data=df,
|
203
203
|
groups=df['plate'],
|
204
|
-
re_formula="1 +
|
205
|
-
vc_formula={"
|
204
|
+
re_formula="1 + row_name + column_name",
|
205
|
+
vc_formula={"row_name": "0 + row_name", "column_name": "0 + column_name"})
|
206
206
|
|
207
207
|
mixed_model = model.fit()
|
208
208
|
|
@@ -284,7 +284,7 @@ def check_and_clean_data(df, dependent_variable):
|
|
284
284
|
df = handle_missing_values(df, ['fraction', dependent_variable])
|
285
285
|
|
286
286
|
# Step 2: Ensure grna, gene, plate, row, column, and prc are categorical types
|
287
|
-
df = ensure_valid_types(df, ['grna', 'gene', 'plate', 'row_name', '
|
287
|
+
df = ensure_valid_types(df, ['grna', 'gene', 'plate', 'row_name', 'column_name', 'prc'])
|
288
288
|
|
289
289
|
# Step 3: Check for multicollinearity in fraction and the dependent variable
|
290
290
|
df_cleaned = check_collinearity(df, ['fraction', dependent_variable])
|
@@ -295,7 +295,7 @@ def check_and_clean_data(df, dependent_variable):
|
|
295
295
|
df_cleaned['prc'] = df['prc']
|
296
296
|
df_cleaned['plate'] = df['plate']
|
297
297
|
df_cleaned['row_name'] = df['row_name']
|
298
|
-
df_cleaned['
|
298
|
+
df_cleaned['column_name'] = df['column']
|
299
299
|
|
300
300
|
# Create a new column 'gene_fraction' that sums the fractions by gene within the same well
|
301
301
|
df_cleaned['gene_fraction'] = df_cleaned.groupby(['prc', 'gene'])['fraction'].transform('sum')
|
@@ -631,9 +631,9 @@ def regression(df, csv_path, dependent_variable='predictions', regression_type=N
|
|
631
631
|
random_row_column_effects=False, nc='233460', pc='220950', controls=[''],
|
632
632
|
dst=None, cov_type=None, plot=False):
|
633
633
|
|
634
|
-
from
|
635
|
-
from
|
636
|
-
|
634
|
+
from .plot import volcano_plot, plot_histogram
|
635
|
+
#from .ml import create_volcano_filename, check_and_clean_data, prepare_formula, scale_variables
|
636
|
+
|
637
637
|
# Generate the volcano filename
|
638
638
|
volcano_path = create_volcano_filename(csv_path, regression_type, alpha, dst)
|
639
639
|
|
@@ -1085,7 +1085,12 @@ def process_scores(df, dependent_variable, plate, min_cell_count=25, agg_type='m
|
|
1085
1085
|
if 'plate_name' in df.columns:
|
1086
1086
|
df.drop(columns=['plate'], inplace=True)
|
1087
1087
|
df = df.rename(columns={'plate_name': 'plate'})
|
1088
|
-
|
1088
|
+
|
1089
|
+
if 'row' in df.columns:
|
1090
|
+
df = df.rename(columns={'row': 'row_name'})
|
1091
|
+
if 'col' in df.columns:
|
1092
|
+
df = df.rename(columns={'row': 'column_name'})
|
1093
|
+
|
1089
1094
|
if plate is not None:
|
1090
1095
|
df['plate'] = plate
|
1091
1096
|
|
@@ -86,11 +86,12 @@ docs/source/_build/html/_static/js/html5shiv-printshiv.min.js
|
|
86
86
|
docs/source/_build/html/_static/js/html5shiv.min.js
|
87
87
|
docs/source/_build/html/_static/js/theme.js
|
88
88
|
fonts/OpenSans-Regular.ttf
|
89
|
-
notebooks/
|
90
|
-
notebooks/
|
91
|
-
notebooks/
|
92
|
-
notebooks/
|
93
|
-
notebooks/spacr_0.
|
89
|
+
notebooks/spacr_computer_vision.ipynb
|
90
|
+
notebooks/old/cv_scoring_nb.ipynb
|
91
|
+
notebooks/old/deep_learning_spacr.ipynb
|
92
|
+
notebooks/old/machine_learning_spacr_nb.ipynb
|
93
|
+
notebooks/old/spacr_0.1_all_settings_git.ipynb
|
94
|
+
notebooks/old/spacr_0.1_minimal.ipynb
|
94
95
|
path/home/carruthers/datasets/plate1/measurements/measurements.db
|
95
96
|
path/home/carruthers/datasets/plate1/settings/measure_crop_settings.csv
|
96
97
|
path/settings/preprocess_generate_masks_settings.csv
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff
RENAMED
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2
RENAMED
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff
RENAMED
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2
RENAMED
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/fontawesome-webfont.eot
RENAMED
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/fontawesome-webfont.svg
RENAMED
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/fontawesome-webfont.ttf
RENAMED
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/fontawesome-webfont.woff
RENAMED
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/fontawesome-webfont.woff2
RENAMED
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-bold-italic.woff
RENAMED
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-bold-italic.woff2
RENAMED
File without changes
|
File without changes
|
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-normal-italic.woff
RENAMED
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/docs/source/_build/html/_static/css/fonts/lato-normal-italic.woff2
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{spacr-0.3.55 → spacr-0.3.60}/path/home/carruthers/datasets/plate1/measurements/measurements.db
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|