AUTHORS.md
CONTRIBUTING.rst
HISTORY.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
tests/__init__.py
tests/conftest.py
tests/test_annotation_stores.py
tests/test_data.py
tests/test_dsl.py
tests/test_exceptions.py
tests/test_graph.py
tests/test_init.py
tests/test_meta_ngff_dataclasses.py
tests/test_metrics.py
tests/test_patch_extraction.py
tests/test_pyramid.py
tests/test_save_tiles.py
tests/test_scale.py
tests/test_slide_info.py
tests/test_slide_thumbnail.py
tests/test_stainaugment.py
tests/test_stainnorm.py
tests/test_tiatoolbox.py
tests/test_tileserver.py
tests/test_tissuemask.py
tests/test_utils.py
tests/test_visualization.py
tests/test_wsimeta.py
tests/test_wsireader.py
tests/models/__init__.py
tests/models/test_abc.py
tests/models/test_arch_idars.py
tests/models/test_arch_micronet.py
tests/models/test_arch_unet.py
tests/models/test_arch_utils.py
tests/models/test_arch_vanilla.py
tests/models/test_dataset.py
tests/models/test_feature_extractor.py
tests/models/test_hovernet.py
tests/models/test_hovernetplus.py
tests/models/test_multi_task_segmentor.py
tests/models/test_nucleus_instance_segmentor.py
tests/models/test_patch_predictor.py
tests/models/test_semantic_segmentation.py
tiatoolbox/__init__.py
tiatoolbox/__main__.py
tiatoolbox/tiatoolbox.py
tiatoolbox.egg-info/PKG-INFO
tiatoolbox.egg-info/SOURCES.txt
tiatoolbox.egg-info/dependency_links.txt
tiatoolbox.egg-info/entry_points.txt
tiatoolbox.egg-info/not-zip-safe
tiatoolbox.egg-info/requires.txt
tiatoolbox.egg-info/top_level.txt
tiatoolbox/annotation/__init__.py
tiatoolbox/annotation/dsl.py
tiatoolbox/annotation/storage.py
tiatoolbox/cli/__init__.py
tiatoolbox/cli/common.py
tiatoolbox/cli/nucleus_instance_segment.py
tiatoolbox/cli/patch_predictor.py
tiatoolbox/cli/read_bounds.py
tiatoolbox/cli/save_tiles.py
tiatoolbox/cli/semantic_segment.py
tiatoolbox/cli/slide_info.py
tiatoolbox/cli/slide_thumbnail.py
tiatoolbox/cli/stain_norm.py
tiatoolbox/cli/tile_server.py
tiatoolbox/cli/tissue_mask.py
tiatoolbox/data/__init__.py
tiatoolbox/data/pretrained_model.yaml
tiatoolbox/data/remote_samples.yaml
tiatoolbox/data/target_image.png
tiatoolbox/models/__init__.py
tiatoolbox/models/abc.py
tiatoolbox/models/architecture/__init__.py
tiatoolbox/models/architecture/hovernet.py
tiatoolbox/models/architecture/hovernetplus.py
tiatoolbox/models/architecture/idars.py
tiatoolbox/models/architecture/micronet.py
tiatoolbox/models/architecture/unet.py
tiatoolbox/models/architecture/utils.py
tiatoolbox/models/architecture/vanilla.py
tiatoolbox/models/dataset/__init__.py
tiatoolbox/models/dataset/abc.py
tiatoolbox/models/dataset/classification.py
tiatoolbox/models/dataset/info.py
tiatoolbox/models/engine/__init__.py
tiatoolbox/models/engine/nucleus_instance_segmentor.py
tiatoolbox/models/engine/patch_predictor.py
tiatoolbox/models/engine/semantic_segmentor.py
tiatoolbox/tools/__init__.py
tiatoolbox/tools/graph.py
tiatoolbox/tools/patchextraction.py
tiatoolbox/tools/pyramid.py
tiatoolbox/tools/stainaugment.py
tiatoolbox/tools/stainextract.py
tiatoolbox/tools/stainnorm.py
tiatoolbox/tools/tissuemask.py
tiatoolbox/utils/__init__.py
tiatoolbox/utils/env_detection.py
tiatoolbox/utils/exceptions.py
tiatoolbox/utils/image.py
tiatoolbox/utils/metrics.py
tiatoolbox/utils/misc.py
tiatoolbox/utils/transforms.py
tiatoolbox/utils/visualization.py
tiatoolbox/visualization/__init__.py
tiatoolbox/visualization/tileserver.py
tiatoolbox/wsicore/__init__.py
tiatoolbox/wsicore/save_tiles.py
tiatoolbox/wsicore/slide_info.py
tiatoolbox/wsicore/wsimeta.py
tiatoolbox/wsicore/wsireader.py
tiatoolbox/wsicore/metadata/__init__.py
tiatoolbox/wsicore/metadata/ngff.py