.codecov.yml
.gitattributes
.gitignore
CITATION.cff
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/workflows/pr.yml
docs/usage.md
docs/virtual_staining.md
docs/figures/2_5d_unet_dark.svg
docs/figures/2_5d_unet_light.svg
docs/figures/phase_to_nuclei_membrane.png
docs/figures/phase_to_nuclei_membrane.svg
docs/figures/svideo_1.png
docs/figures/svideo_3.png
docs/figures/svideo_5.png
docs/logo/viscy.svg
examples/configs/export_example.yml
examples/configs/fit_example.yml
examples/configs/predict_example.yml
examples/configs/preprocess_example.yml
examples/configs/test_example.yml
examples/demo_dlmbl/README.md
examples/demo_dlmbl/convert-solution.py
examples/demo_dlmbl/debug_log_graph.py
examples/demo_dlmbl/prepare-exercise.sh
examples/demo_dlmbl/setup.sh
examples/demo_dlmbl/solution.py
examples/demos/README.md
examples/demos/demo_vscyto2d.py
examples/demos/demo_vscyto3d.py
examples/demos/demo_vsneuromast.py
examples/demos/plot.py
tests/__init__.py
tests/conftest.py
tests/data/__init__.py
tests/data/test_data.py
tests/evaluation/__init__.py
tests/evaluation/test_evaluation_metrics.py
tests/light/__init__.py
tests/light/test_engine.py
tests/preprocessing/__init__.py
tests/preprocessing/generate_masks_tests.py
tests/preprocessing/resize_images_tests.py
tests/unet/__init__.py
tests/unet/test_fcmae.py
tests/unet/networks/Unet25D_tests.py
tests/unet/networks/Unet2D_tests.py
tests/unet/networks/layers/ConvBlock2D_tests.py
tests/unet/networks/layers/ConvBlock3D_tests.py
tests/utils/__init__.py
tests/utils/image_utils_tests.py
tests/utils/masks_utils_tests.py
tests/utils/mp_utils_tests.py
tests/utils/test_aux_utils.py
viscy/__init__.py
viscy/_version.py
viscy/data_organization.md
viscy/transforms.py
viscy.egg-info/PKG-INFO
viscy.egg-info/SOURCES.txt
viscy.egg-info/dependency_links.txt
viscy.egg-info/entry_points.txt
viscy.egg-info/requires.txt
viscy.egg-info/top_level.txt
viscy/cli/__init__.py
viscy/cli/cli.py
viscy/cli/curator_script.py
viscy/cli/metrics_script.py
viscy/cli/readme.md
viscy/data/__init__.py
viscy/data/combined.py
viscy/data/ctmc_v1.py
viscy/data/hcs.py
viscy/data/livecell.py
viscy/data/typing.py
viscy/evaluation/__init__.py
viscy/evaluation/evaluation.py
viscy/evaluation/evaluation_metrics.py
viscy/light/engine.py
viscy/light/predict_writer.py
viscy/light/trainer.py
viscy/preprocessing/generate_masks.py
viscy/preprocessing/preprocessing.md
viscy/preprocessing/readme.md
viscy/scripts/README.md
viscy/scripts/count_flops.py
viscy/scripts/export_from_tensorboard.py
viscy/scripts/load_ctmc_v1.py
viscy/scripts/load_livecell.py
viscy/scripts/log_feature_map.py
viscy/scripts/network_diagram.py
viscy/scripts/profiling.py
viscy/scripts/visualize_features.py
viscy/unet/__init__.py
viscy/unet/networks/Unet25D.py
viscy/unet/networks/Unet2D.py
viscy/unet/networks/__init__.py
viscy/unet/networks/fcmae.py
viscy/unet/networks/unext2.py
viscy/unet/networks/layers/ConvBlock2D.py
viscy/unet/networks/layers/ConvBlock3D.py
viscy/unet/networks/layers/__init__.py
viscy/utils/__init__.py
viscy/utils/aux_utils.py
viscy/utils/cli_utils.py
viscy/utils/image_utils.py
viscy/utils/logging.py
viscy/utils/masks.py
viscy/utils/meta_utils.py
viscy/utils/mp_utils.py
viscy/utils/normalize.py