LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
hcat/__init__.py
hcat/detect.py
hcat/main.py
hcat/segment.py
hcat.egg-info/PKG-INFO
hcat.egg-info/SOURCES.txt
hcat.egg-info/dependency_links.txt
hcat.egg-info/entry_points.txt
hcat.egg-info/not-zip-safe
hcat.egg-info/requires.txt
hcat.egg-info/top_level.txt
hcat/backends/__init__.py
hcat/backends/backend.py
hcat/backends/cellpose.py
hcat/backends/convNeXt.py
hcat/backends/detection.py
hcat/backends/spatial_embedding.py
hcat/backends/unet_and_watershed.py
hcat/lib/__init__.py
hcat/lib/cell.py
hcat/lib/cochlea.py
hcat/lib/explore_lif.py
hcat/lib/functional.py
hcat/lib/utils.py
hcat/models/__init__.py
hcat/models/r_unet.py
hcat/models/r_unet_experimental.py
hcat/models/unet.py
hcat/models/depreciated/HCBlock.py
hcat/models/depreciated/HCNet.py
hcat/models/depreciated/HCNet2.py
hcat/models/depreciated/HCNet_legacy.py
hcat/models/depreciated/RDCNet.py
hcat/models/depreciated/RDCblock.py
hcat/models/depreciated/RecurrentUnet.py
hcat/models/depreciated/StackedDilation.py
hcat/models/depreciated/__init__.py
hcat/models/depreciated/failed_models.py
hcat/models/depreciated/r_unet_LTS.py
hcat/models/depreciated/rcnn.py
hcat/models/modules/Down.py
hcat/models/modules/Up.py
hcat/models/modules/__init__.py
hcat/train/__init__.py
hcat/train/dataloader.py
hcat/train/loss.py
hcat/train/merged_transform.py
hcat/train/sigma.py
hcat/train/transforms.py
hcat/train/transforms_detection.py
hcat/train/utils.py