Skip to content

VisCy 0.1.0

Compare
Choose a tag to compare
@ziw-liu ziw-liu released this 25 Jun 05:29
· 32 commits to main since this release
v0.1.0
2747e83

This is first release of VisCy, the machine learning pipeline to train and deploy computer vision models for single-cell phenotyping.

With 0.1.0 the following key features are available:

  • Training, evaluation, inference, and deployment of virtual staining models based on 2D Residual U-Net, 2.5D U-Net, 3D U-Net, and UNeXt2 architectures
  • Data module implementations for HCS OME-Zarr datasets, as well public test datasets like LiveCell and CTMC v1.
  • Composing datasets and transformations for training and validation
  • Distributed (DDP) training

The weights of the virtual staining models reported in the preprint can be found in the binaries section below.

What's Changed

Full Changelog: https://github.com/mehta-lab/VisCy/commits/v0.1.0