Update inference.py
Browse files- inference.py +2 -2
inference.py
CHANGED
|
@@ -14,8 +14,8 @@ from PIL import Image
|
|
| 14 |
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
| 15 |
|
| 16 |
# Now we can import from the local mmseg and mmcv_custom
|
| 17 |
-
from
|
| 18 |
-
from
|
| 19 |
|
| 20 |
|
| 21 |
class Pipeline:
|
|
|
|
| 14 |
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
| 15 |
|
| 16 |
# Now we can import from the local mmseg and mmcv_custom
|
| 17 |
+
from modelsforIML.mmseg.datasets.pipelines import Compose
|
| 18 |
+
from modelsforIML.mmseg.models import build_segmentor
|
| 19 |
|
| 20 |
|
| 21 |
class Pipeline:
|