From 52ac137861a0c70380c10148f091e3120fcd1b46 Mon Sep 17 00:00:00 2001 From: "Stephen R. Aylward" Date: Thu, 6 Aug 2026 13:38:40 -0400 Subject: [PATCH] Update licensing information in README Clarified licensing terms for NVIDIA Omniverse and other dependencies. Signed-off-by: Stephen R. Aylward --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62088ad..3dd34cf 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,11 @@ See the [contributing guide](https://project-monai.github.io/physiotwin4d/contri This project is licensed under the Apache 2.0 License - see the LICENSE file for details. -Note that some optional dependencies carry their own license terms: -* NVIDIA Omniverse is distributed under its own customer license, which is +Additionally, NVIDIA Omniverse is distributed under its own custom license, which makes it free for academic and commercial use. https://docs.omniverse.nvidia.com/ov/latest/common/NVIDIA_Omniverse_License_Agreement.html + +### Non-commercial Licenses (optional) * NVIDIA Segment CT MRI AI weights (used in the SegmentNVSegmentCTMRI class, are restricted from commercial use. https://github.com/NVIDIA-Medtech/NV-Segment-CTMR +* TotalSegmentator includes the optional use of some of their research-only models. Using those models assumes that you have +the appropriate license key install, otherwise an error occurs. Those models can be disabled by calling ```set_has_academic_license(False)``` member function of the ```SegmentChestTotalSegmentator``` class.