Official implementation of Unsupervised Learning of Cell Instances with Generative Routing Pyramids (arXiv).
Install with pip:
pip install git+https://github.com/weigertlab/routing-pyramids.gitThe visualization scripts require optional dependencies from the [analysis] extra.
Development installation requires uv:
# in cloned repository
uv sync --extra analysisWe provide example scripts for:
- training
- prediction
- visualizing pyramidal routing and feature maps
- latent analysis and instance generation
Also see the dataset documentation.