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 dcc20c8 commit 44803a2Copy full SHA for 44803a2
monai/deploy/operators/monai_bundle_inference_operator.py
@@ -22,8 +22,6 @@
22
from typing import Any, Dict, List, Optional, Tuple, Type, Union
23
24
import numpy as np
25
-import SimpleITK
26
-from SimpleITK import Image as SimpleITKImage
27
28
from monai.deploy.core import AppContext, Fragment, Image, IOType, OperatorSpec
29
from monai.deploy.utils.importutil import optional_import
0 commit comments