We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e4cb8 commit 4e849c7Copy full SHA for 4e849c7
inference_docker.py
@@ -49,9 +49,9 @@
49
from monai.networks import nets
50
import torch.nn as nn
51
52
-INPUT_PATH = Path("./input/images/pelvic-fracture-ct/")
53
-OUTPUT_PATH = Path("./output")
54
-RESOURCE_PATH = Path("./resources")
+INPUT_PATH = Path("/input/images/pelvic-fracture-ct/")
+OUTPUT_PATH = Path("/output")
+RESOURCE_PATH = Path("resources")
55
56
def change_direction(orig_image):
57
new_img = sitk.DICOMOrient(orig_image, 'RAS')
0 commit comments