P-rateek commited on
Commit
f57e2b8
·
verified ·
1 Parent(s): a2a1eb2

Update inference.py

Browse files
Files changed (1) hide show
  1. 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 models_for_IML.mmseg.datasets.pipelines import Compose
18
- from models_for_IML.mmseg.models import build_segmentor
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: