We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e849c7 commit 105e751Copy full SHA for 105e751
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("/opt/app/input/images/pelvic-fracture-ct/")
+OUTPUT_PATH = Path("output/")
+RESOURCE_PATH = Path("/opt/app/resources/")
55
56
def change_direction(orig_image):
57
new_img = sitk.DICOMOrient(orig_image, 'RAS')
0 commit comments