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
2 changes: 1 addition & 1 deletion NV-Segment-CT/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ own datasets. To reproduce the paper results, please refer to [VISTA3D repo](htt

```bash
# use the same conda env as this repo
conda create -y -n vista3d-nv python=3.9
conda create -y -n vista3d-nv python=3.11
conda activate vista3d-nv
git clone https://github.com/NVIDIA-Medtech/NV-Segment-CTMR.git
cd NV-Segment-CTMR/NV-Segment-CT;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import numpy as np
import numpy.typing as npt

ArgType = Union[argparse.Namespace, list[str], None | None]
ArgType = Union[argparse.Namespace, list[str], None]
PathLike = Union[str, os.PathLike]
ShapeLike = Union[SupportsIndex, Sequence[SupportsIndex]]

Expand Down
2 changes: 1 addition & 1 deletion NV-Segment-CTMR/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Note: For Brain MRI segmentation, the model is able to segment 133 classes acros

```bash
# Create and activate conda environment
conda create -y -n vista3d-nv python=3.9
conda create -y -n vista3d-nv python=3.11
conda activate vista3d-nv

# Clone repository
Expand Down
Loading