From 64fb3d4d4e4a0208d818be955e7190fad7b6b80d Mon Sep 17 00:00:00 2001 From: Eduardo Hirata-Miyasaki Date: Thu, 1 Aug 2024 17:31:28 -0700 Subject: [PATCH] adding demos and link to library of VS models wiki --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b6c03134..36885689 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,10 @@ for reading and writing data in [OME-Zarr](https://www.nature.com/articles/s4159 The full functionality is tested on Linux `x86_64` with NVIDIA Ampere GPUs (CUDA 12.4). Some features (e.g. mixed precision and distributed training) may not be available with other setups, see [PyTorch documentation](https://pytorch.org) for details. + +### Demos +Check out our demos for: +- [Virtual staining](https://github.com/mehta-lab/VisCy/tree/main/examples/demos) - training, inference and evaluation + +### Library of virtual staining (VS) models +The robust virtual staining models (i.e *VSCyto2D*, *VSCyto3D*, *VSNeuromast*), and fine-tuned models can be found [here](https://github.com/mehta-lab/VisCy/wiki/Library-of-virtual-staining-(VS)-Models) \ No newline at end of file