We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf44fb commit 5bd4c2cCopy full SHA for 5bd4c2c
README.md
@@ -197,7 +197,7 @@ segmenter.infer_single(
197
from brats import Inpainter
198
from brats.constants import InpaintingAlgorithms
199
200
-inpainter = Inpainter(algorithm=InpaintingAlgorithms.BraTS24_1)
+inpainter = Inpainter(algorithm=InpaintingAlgorithms.BraTS24_1, cuda_devices="0")
201
inpainter.infer_single(
202
t1n="path/to/voided_t1n.nii.gz",
203
mask="path/to/mask.nii.gz",
0 commit comments