Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research Repo Notice #47

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
9 changes: 9 additions & 0 deletions vista2d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)].
Expand Down
9 changes: 9 additions & 0 deletions vista3d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading