Spaces:
Sleeping
Sleeping
Update Predictor.py
Browse files- Predictor.py +2 -2
Predictor.py
CHANGED
|
@@ -5,8 +5,8 @@ from monai.inferers import sliding_window_inference
|
|
| 5 |
|
| 6 |
sys.path.insert(0, os.path.abspath(os.path.join(os.getcwd(), "../../")))
|
| 7 |
|
| 8 |
-
from
|
| 9 |
-
from
|
| 10 |
|
| 11 |
__all__ = ["Predictor"]
|
| 12 |
|
|
|
|
| 5 |
|
| 6 |
sys.path.insert(0, os.path.abspath(os.path.join(os.getcwd(), "../../")))
|
| 7 |
|
| 8 |
+
from BasePredictor import BasePredictor
|
| 9 |
+
from utils import compute_masks
|
| 10 |
|
| 11 |
__all__ = ["Predictor"]
|
| 12 |
|