You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CellStitch: 3D Cellular Segmentation via Optimal Transport
Installation
git clone https://github.com/imyiningliu/cellstitch.git
cd cellstitch
pip install -e .
Instructions
Our implementation of the algorithm is in ./cellstitch/; you can git clone our repository and install the package locally. Example usage can be found here.