diff --git a/README.md b/README.md index d99b5f2..55c5454 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,12 @@ limitations under the License. --> # MONAI VISTA Repository -This is the repository for VISTA3D and VISTA2D. For the older VISTA2.5d code, please checkout the vista2.5d branch + +> ⚠️ **Research Repository Notice** +> +> This repository contains the original research implementations of VISTA2D and VISTA3D models (for VISTA2.5d, please see the vista2.5d branch). These models are now officially available in MONAI in: +> - [MONAI Core](https://github.com/Project-MONAI/MONAI) - Contains the maintained implementation +> - [MONAI Model Zoo](https://github.com/Project-MONAI/model-zoo) - Provides pre-trained models as MONAI Bundles +> - [MONAI Tutorials](https://github.com/Project-MONAI/tutorials) - Contains examples and tutorials for using VISTA models +> +> For new projects, we recommend using the official implementation which includes optimizations and regular maintenance. diff --git a/vista2d/README.md b/vista2d/README.md index 56d9038..7f52c53 100644 --- a/vista2d/README.md +++ b/vista2d/README.md @@ -11,6 +11,15 @@ See the License for the specific language governing permissions and limitations under the License. --> +> ⚠️ **Research Repository Notice** +> +> This is the research implementation of VISTA2D. The model is now officially available in MONAI in: +> - [MONAI Core](https://github.com/Project-MONAI/MONAI) - Contains the maintained implementation +> - [MONAI Model Zoo](https://github.com/Project-MONAI/model-zoo) - Provides pre-trained VISTA2D models as MONAI Bundles +> - [MONAI Tutorials](https://github.com/Project-MONAI/tutorials) - Contains examples and tutorials for using VISTA2D +> +> For new projects, we recommend using the official implementation which includes optimizations and regular maintenance. + ## Overview The **VISTA2D** is a cell segmentation training and inference pipeline for cell imaging [[`Blog`](https://developer.nvidia.com/blog/advancing-cell-segmentation-and-morphology-analysis-with-nvidia-ai-foundation-model-vista-2d/)]. diff --git a/vista3d/README.md b/vista3d/README.md index bf8c911..63b3ff5 100644 --- a/vista3d/README.md +++ b/vista3d/README.md @@ -11,6 +11,15 @@ See the License for the specific language governing permissions and limitations under the License. --> +> ⚠️ **Research Repository Notice** +> +> This is the research implementation of VISTA3D. The model is now officially available in MONAI in: +> - [MONAI Core](https://github.com/Project-MONAI/MONAI) - Contains the maintained implementation +> - [MONAI Model Zoo](https://github.com/Project-MONAI/model-zoo) - Provides pre-trained VISTA3D models as MONAI Bundles +> - [MONAI Tutorials](https://github.com/Project-MONAI/tutorials) - Contains examples and tutorials for using VISTA3D +> +> For new projects, we recommend using the official implementation which includes optimizations and regular maintenance. + # MONAI **V**ersatile **I**maging **S**egmen**T**ation and **A**nnotation [[`Paper`](https://arxiv.org/pdf/2406.05285)] [[`Demo`](https://build.nvidia.com/nvidia/vista-3d)] [[`Checkpoint`]](https://drive.google.com/file/d/1DRYA2-AI-UJ23W1VbjqHsnHENGi0ShUl/view?usp=sharing) ## Overview