diff --git a/coreplugins/changedetection/compare.py b/coreplugins/changedetection/compare.py index 6f30b7e1..18c0c88d 100644 --- a/coreplugins/changedetection/compare.py +++ b/coreplugins/changedetection/compare.py @@ -9,7 +9,7 @@ from rasteralign import align, align_altitudes from webodm import settings -sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "..", settings.MEDIA_ROOT, "plugins", "elevationmap", "site-packages")) +sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "..", settings.MEDIA_ROOT, "plugins", "changedetection", "site-packages")) import cv2 KERNEL_10_10 = cv2.getStructuringElement(cv2.MORPH_ELLIPSE, (10, 10))