File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ def forward(self, x):
279279 - If the input is a collated batch, the filenames are extracted from the metadata of the input tensor.
280280 - The filenames are used to generate predictions using the nnUNet predictor.
281281 - The predictions are converted to torch tensors, with added batch and channel dimensions.
282- - The output tensor is concatenated along the batch dimension and returned as a MetaTensor with the same metadata as the input .
282+ - The output tensor is concatenated along the batch dimension and returned as a MetaTensor with the same metadata.
283283 """
284284 if type (x ) is tuple : # if batch is decollated (list of tensors)
285285 input_files = [img .meta ["filename_or_obj" ][0 ] for img in x ]
You can’t perform that action at this time.
0 commit comments