Skip to content
Merged
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
247 changes: 0 additions & 247 deletions NV-Segment-CT/LICENSE

This file was deleted.

11 changes: 3 additions & 8 deletions NV-Segment-CT/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,7 @@ The `label_mapping` in `evaluation.json` does not include `0` because the postpr
- Make sure `0` is not included in your inference prompt for automatic segmentation.

## References

- Antonelli, M., Reinke, A., Bakas, S. et al. The Medical Segmentation Decathlon. Nat Commun 13, 4128 (2022). <https://doi.org/10.1038/s41467-022-30695-9>

- VISTA3D: Versatile Imaging SegmenTation and Annotation model for 3D Computed Tomography. arxiv (2024) <https://arxiv.org/abs/2406.05285>
- He, Yufan, et al. "VISTA3D: A unified segmentation foundation model for 3D medical imaging." Proceedings of the Computer Vision and Pattern Recognition Conference. 2025. <https://openaccess.thecvf.com/content/CVPR2025/html/He_VISTA3D_A_Unified_Segmentation_Foundation_Model_For_3D_Medical_Imaging_CVPR_2025_paper.html>

## License

Expand All @@ -224,8 +221,6 @@ You may obtain a copy of the License at

### Model Weights License

The model weights included in this project are licensed under the NCLS v1 License.

Both licenses' full texts have been combined into a single `LICENSE` file. Please refer to this `LICENSE` file for more details about the terms and conditions of both licenses.
THe model weights license is under commercial friendly

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: "THe" should be "The"

Suggested change
THe model weights license is under commercial friendly
The model weights license is under commercial friendly


For MRI CT joint model. The license is non-commercial and needs furture discussion.
[NVIDIA open model license](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/)
Empty file removed NV-Segment-CTMR/LICENSE
Empty file.
5 changes: 2 additions & 3 deletions NV-Segment-CTMR/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,7 @@ You may obtain a copy of the License at

### Model Weights License

The model weights included in this project are licensed under the NCLS v1 License.
The model weights included in this project are licensed under the Non-Commercial

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete sentence - text cuts off awkwardly before the link

Suggested change
The model weights included in this project are licensed under the Non-Commercial
The model weights included in this project are licensed under the


Both licenses' full texts have been combined into a single `LICENSE` file. Please refer to this `LICENSE` file for more details about the terms and conditions of both licenses.
[NCLS v1 License](https://developer.download.nvidia.com/licenses/NVIDIA-OneWay-Noncommercial-License-22Mar2022.pdf?t=eyJscyI6InJlZiIsImxzZCI6IlJFRi1naXRodWIuY29tL252aWRpYS1ob2xvc2NhbiJ9)

For MRI CT joint model. The license is non-commercial and needs future discussion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Both models follow the MONAI bundle architecture.
| **Modalities** | CT only | CT + MRI (body & brain) |
| **Segmentation Type** | Automatic + Interactive (point-click) | Automatic only |
| **Model Weights** | [NV-Segment-CT on HuggingFace](https://huggingface.co/nvidia/NV-Segment-CT) | [NV-Segment-CTMR on HuggingFace](https://huggingface.co/nvidia/NV-Segment-CTMR) |
| **License** | [Commercial Friendly](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/) | [Non-Commercial](https://developer.download.nvidia.com/licenses/NVIDIA-OneWay-Noncommercial-License-22Mar2022.pdf?t=eyJscyI6InJlZiIsImxzZCI6IlJFRi1naXRodWIuY29tL252aWRpYS1ob2xvc2NhbiJ9) |

**NV-Segment-CT** ([`Paper`](https://arxiv.org/pdf/2406.05285)) is a foundation model trained systematically on 11,454 volumes encompassing 127 types of human anatomical structures and various lesions. The model provides State-of-the-art performances on:

Expand Down
Loading