diff --git a/hivision/plugin/template/template_calculator.py b/hivision/plugin/template/template_calculator.py index 0cbe8d9f..f42a69f4 100644 --- a/hivision/plugin/template/template_calculator.py +++ b/hivision/plugin/template/template_calculator.py @@ -1,7 +1,7 @@ import cv2 import numpy as np import json -from rotation_adjust import rotate_bound +from hivision.creator.rotation_adjust import rotate_bound import os base_path = os.path.dirname(os.path.abspath(__file__))