Skip to content

Commit 4e849c7

Browse files
committed
output images are empty, so we put some changes in code
1 parent 97e4cb8 commit 4e849c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inference_docker.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
from monai.networks import nets
5050
import torch.nn as nn
5151

52-
INPUT_PATH = Path("./input/images/pelvic-fracture-ct/")
53-
OUTPUT_PATH = Path("./output")
54-
RESOURCE_PATH = Path("./resources")
52+
INPUT_PATH = Path("/input/images/pelvic-fracture-ct/")
53+
OUTPUT_PATH = Path("/output")
54+
RESOURCE_PATH = Path("resources")
5555

5656
def change_direction(orig_image):
5757
new_img = sitk.DICOMOrient(orig_image, 'RAS')

0 commit comments

Comments
 (0)